JFetch is an application to download your email through protocols like POP3 and IMAP. The decision of whether to download a mail or not is made through a sequence of filters. By implementing certain interfaces, a user can very easily add his/her own filter to the current set of provided filters. Examples of filters are spam control, size restrictions, etc. JFetch downloads the email if it matches the criteria and then can deliver it using one of its delivery options.
| Tags | Communications Email Filters Post-Office IMAP POP3 |
|---|---|
| Licenses | BSD Original |
| Operating Systems | OS Independent |
| Implementation | Java |
Recent releases


Changes: This release includes general refactoring, a NullDeliveryAgent, a SubjectMailFilter, stable mailbox support through provider, optional logging, a RecipientMailFilter, a HeaderMailFilter, fixes for a ListRepository bug, and experimental NNTP support (with newsrc feature).


Changes: Improved polling, better logging, and multiple delivery options.