Go to file
gutmet 7884675a43 add .git suffix, add go.mod 2019-01-03 17:18:19 +01:00
imap be less retarded about limiting read input 2018-01-04 20:48:36 +01:00
unreadMail add .git suffix, add go.mod 2019-01-03 17:18:19 +01:00
README.md change command line flags according to previous commit 2017-09-08 14:39:34 +02:00
go.mod add .git suffix, add go.mod 2019-01-03 17:18:19 +01:00
libUnreadMail.go add .git suffix, add go.mod 2019-01-03 17:18:19 +01:00

README.md

libUnreadMail

This library implements barely enough IMAP to read unseen mail. It also contains an example program, that fetches said mails and prints them to stdout.

You can use either Fetch(p) or FetchPlaintext(p) provided in libUnreadMail.go as your entry points. The former fetches the whole message as golangs net/mail, the latter fetches the plain-text parts as strings.

unreadMail

  • go get the libUnreadMail repo
  • enter the unreadMail subfolder
  • go install
  • use $GOPATH/bin/unreadMail -cert $cert -server foobar.com -user spam -pwfile pathToPasswordFile to fetch mail
  • the fetched mail will be marked as read