Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evmar/go-imap
golang IMAP client library
https://github.com/evmar/go-imap
Last synced: 28 days ago
JSON representation
golang IMAP client library
- Host: GitHub
- URL: https://github.com/evmar/go-imap
- Owner: evmar
- Created: 2011-10-28T20:30:56.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-10-28T20:31:13.000Z (about 13 years ago)
- Last Synced: 2024-04-14T22:17:13.358Z (8 months ago)
- Language: Go
- Homepage:
- Size: 174 KB
- Stars: 73
- Watchers: 11
- Forks: 26
- Open Issues: 4
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
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.