Author: | Peter Heise (http://koprolalie.com) |
---|---|
license: | MIT-license / see LICENSE file for more |
jmail2db is a java commandline application to save emails in a sqlitedb.
--type pop3, pop3s, imap, imaps --username username --password password --mailserver mailserver --readwrite (optional, if not set is readonly on mailserver) --dbfile filename (optional, default is 'emails.db')
- javamail (http://java.sun.com/products/javamail/downloads/index.html)
- SqliteJDBC (http://www.zentus.com/sqlitejdbc/)