golang IMAP client library
Name | Size | Rev. | Time | Author | Log Message |
---|---|---|---|---|---|
imap | |||||
imapsync | |||||
.gitignore | 22 | e68e229 | 2011-10-29 02:38:32 | Evan Martin | update gitignore for new dir |
README.markdown | 238 | ffb7dda | 2011-10-28 11:15:50 | Evan Martin | readme |
Here's a little IMAP client in Go.
imap/
contains the Go package;imapsync/
contains a small command that runs some of the code.This hasn't been tested against anything but gmail's IMAP yet, and will likely eat your mail, etc.