UserPreferences

JFetch


JFetch is an application to download your email through protocols like POP3 and IMAP. It also allows you to retrive your news messages through NNTP. In addition to the simple feature of downloading mail, JFetch has the concept of mail filters. A filter has the single job of deciding whether or not to download a single message. The actual decision of whether to download a mail or not is made through a sequence of filters. There can be a global set of filters as well as a per maildrop one. A maildrop represents your mailbox from which you want to download your mail.

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. Currently, one can choose to deliver mail to a mailbox or to an SMTP Server.

JFetch is written in the Java Programming language and has an extensible XML based configuration. JFetch is very easy to configure. All that has to be done is edit the plain text configuration file. I have been written a fair amount of documentation, so that should help ;).

JFetch can process multiple maildrops with individual filter mechanisms and poll times.

JFetch is an opensource project. It has been released under the [WWW]BSD License. If you would like to know more about open source projects or their licenses you should check out [WWW]opensource.org


JFetch

Getting Started

External Links