Description: Pop3Retriever is a command line tool to backup mail from a POP3 mailserver. The program was originally written for 2 reasons. First of all, I needed central backup of mails. And because I read my mail on multiple PC's, I don't want to delete them on the server immediately. (And my client -opera- doesn't support "delete mails older than X days").
To use the program, create a configfile (sample included) and pass it as an argument to the program.
Features: store mail in mbox-file(s)delete mail from server when older than X daysgroup mails by date in single filesMultiple accountsLast changelog:
v0.9 Initial version: store mail in mbox-file(s)delete mail from server when older than X daysgroup mails by date in single filesMultiple accounts
Ratings & Comments
3 Comments
Thx, Actually this was a feature on my todo-when-I-die-list. I think I'm gonna start using it again :)
I have added SSL support for this util. Sources on github: https://github.com/azat/Pop3Retriever
congrats ;)