Difference between revisions of "Fetchmail"

From Free Software Directory
Jump to: navigation, search
m (url)
m (typo)
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=Fetchmail
 
|Name=Fetchmail
|Short description=Remote mail retrieval utility
+
|Short description=TLS-enabled mail retrieval (POP3/IMAP/ETRN/ODMR) and forwarding (SMTP/LMTP/MDA) agent
|Full description=Fetchmail is a remote-mail retrieval and forwarding utility for use over on-demand TCP/IP links (such as SLIP or PPP connections). It supports every remote-mail protocol now in use on the Internet: POP2, POP3, RPOP, APOP, KPOP, all flavors of IMAP, ESMTP ETRN ,IPv6. and IPSEC. It retrieves mail from remote mail servers and forwards it via SMTP, so normal mail user agents such as mutt, elm or BSD Mail can read it. An MTA's filtering, forwarding, and aliasing facilities work just as they would on normal mail. It supports APOP, KPOP, OTP, Compuserve RPA, Microsoft NTLM, and IMAP RFC1731 encrypted authentication methods to avoid sending passwords en clair, and can support end-to-end encryption via tunneling with ssh. Fetchmail can start automatically and silently as a system daemon at boot time. You can edit its dotfile directly, or use the interactive GUI configurator (fetchmailconf) supplied with the distribution.
+
|Full description='''Fetchmail''' is a full-featured, robust, well-documented remote-mail retrieval and forwarding utility intended to be used over on-demand TCP/IP links (such as SLIP or PPP connections). It supports every remote-mail protocol now in use on the Internet: POP2, POP3, RPOP, APOP, KPOP, all flavors of IMAP, ETRN, and ODMR. It can even support IPv6 and IPSEC.
 +
 
 +
Fetchmail retrieves mail from remote mail servers and forwards it via SMTP, so it can then be read by normal mail user agents such as [[mutt]], [[elm]] or BSD Mail. It allows all your system MTA's filtering, forwarding, and aliasing facilities to work just as they would on normal mail.
 +
 
 +
Fetchmail can start automatically and silently as a system daemon at boot time. You can edit its dotfile directly, or use the interactive GUI configurator (fetchmailconf) supplied with the distribution.
 
|Homepage URL=http://www.fetchmail.info/
 
|Homepage URL=http://www.fetchmail.info/
|User level=none
+
|User level=intermediate
 
|Component programs=fetchmailconf
 
|Component programs=fetchmailconf
 
|VCS checkout command=git clone https://gitlab.com/fetchmail/fetchmail.git
 
|VCS checkout command=git clone https://gitlab.com/fetchmail/fetchmail.git
 
|Computer languages=C
 
|Computer languages=C
|Documentation note=Online documentation available at http://www.fetchmail.info/fetchmail-man.html
+
|Documentation note=User manpage available in HTML format from http://www.fetchmail.info/fetchmail-man.html; User FAQ available in HTML format from http://www.fetchmail.info/fetchmail-FAQ.html; User FAQ available in PDF format from http://www.fetchmail.info/fetchmail-FAQ.pdf;
|Related projects=animail,mutt,Elm,Getmail,Balsa,MH-E
+
|Related projects=animail,getmail,movemail
 
|Keywords=TCP/IP,email,remote,SMTP,PPP,pine,SLIP,fetchmail,mail retrieval,mail reading,protocal
 
|Keywords=TCP/IP,email,remote,SMTP,PPP,pine,SLIP,fetchmail,mail retrieval,mail reading,protocal
 
|Version identifier=6.3.26
 
|Version identifier=6.3.26
 
|Version date=2013/04/23
 
|Version date=2013/04/23
|Version status=stable
+
|Version status=mature
 
|Version download=http://sourceforge.net/projects/fetchmail/files/branch_6.3/
 
|Version download=http://sourceforge.net/projects/fetchmail/files/branch_6.3/
 
|Version comment=6.3.26 stable released 2013-04-23
 
|Version comment=6.3.26 stable released 2013-04-23
Line 27: Line 31:
 
|License=GPLv2orlater
 
|License=GPLv2orlater
 
|License verified by=Janet Casey
 
|License verified by=Janet Casey
|License verified date=2002-04-08
+
|License verified date=2002/04/08
 
}}
 
}}
 
{{Person
 
{{Person
Line 42: Line 46:
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Bug Tracking
+
|Resource audience=Developer
|Resource kind=Bug Tracking
+
|Resource kind=Homepage
|Resource URL=https://gitlab.com/groups/fetchmail/issues
+
|Resource URL=http://sourceforge.net/projects/fetchmail/
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 50: Line 54:
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
 
|Resource URL=https://gitlab.com/fetchmail/fetchmail
 
|Resource URL=https://gitlab.com/fetchmail/fetchmail
 +
}}
 +
{{Resource
 +
|Resource audience=Bug Tracking
 +
|Resource kind=Bug Tracking
 +
|Resource URL=https://gitlab.com/groups/fetchmail/issues
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 67: Line 76:
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
+
|Resource audience=[[Guix]]
 +
|Resource kind=Homepage
 +
|Resource URL=https://www.gnu.org/software/guix/packages/f.html
 +
}}
 +
{{Resource
 +
|Resource audience=Debian
 +
|Resource kind=Homepage
 +
|Resource URL=https://packages.debian.org/jessie/fetchmail
 +
}}
 +
{{Resource
 +
|Resource audience=Gentoo
 +
|Resource kind=Homepage
 +
|Resource URL=https://packages.gentoo.org/packages/net-mail/fetchmail
 +
}}
 +
{{Resource
 +
|Resource audience=FreeBSD
 +
|Resource kind=Homepage
 +
|Resource URL=https://www.freshports.org/mail/fetchmail/
 +
}}
 +
{{Resource
 +
|Resource audience=NetBSD
 +
|Resource kind=Homepage
 +
|Resource URL=http://pkgsrc.se/mail/fetchmail
 +
}}
 +
{{Resource
 +
|Resource audience=Epkg
 +
|Resource kind=Download
 +
|Resource URL=https://github.com/emacsmirror/fetchmail-mode/blob/master/fetchmail-mode.el
 +
}}
 +
{{Resource
 +
|Resource audience=EmacsWiki
 
|Resource kind=Homepage
 
|Resource kind=Homepage
|Resource URL=http://sourceforge.net/projects/fetchmail/
+
|Resource URL=https://www.emacswiki.org/emacs/GetMailsWithFetchmail
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Interface=command-line, daemon, x-window-system
 
|Interface=command-line, daemon, x-window-system
 +
|Programming-language=C
 +
|Runs-on=BSD, OS X, GNU/Linux, GNU/Hurd
 
|Use=email
 
|Use=email
 
|Works-with=email
 
|Works-with=email

Revision as of 14:53, 21 January 2017


[edit]

Fetchmail

http://www.fetchmail.info/
Remote-mail retrieval and forwarding utility.

Fetchmail is a full-featured, robust, well-documented remote-mail retrieval and forwarding utility intended to be used over on-demand TCP/IP links (such as SLIP or PPP connections). It supports every remote-mail protocol now in use on the Internet: POP2, POP3, RPOP, APOP, KPOP, all flavors of IMAP, ETRN, and ODMR. It can even support IPv6 and IPSEC.

Fetchmail retrieves mail from remote mail servers and forwards it via SMTP, so it can then be read by normal mail user agents such as mutt, elm or BSD Mail. It allows all your system MTA's filtering, forwarding, and aliasing facilities to work just as they would on normal mail.

Fetchmail can start automatically and silently as a system daemon at boot time. You can edit its dotfile directly, or use the interactive GUI configurator (fetchmailconf) supplied with the distribution.





Licensing

License

Verified by

Verified on

Notes

Verified by

Janet Casey

Verified on

8 April 2002




Leaders and contributors

Contact(s)Role
Eric S. Raymond Contributor
Matthias Andree Maintainer


Resources and communication

AudienceResource typeURI
ForgeGeneralhttp://sourceforge.net/projects/fetchmail/
User questions and discussionE-mailfetchmail-users@lists.sourceforge.net
ForgeVCS Repository Webviewhttps://gitlab.com/fetchmail/fetchmail
ProgrammersMailing List Subscribehttps://lists.sourceforge.net/lists/listinfo/fetchmail-announce
Development related discussionE-mailfetchmail-devel@lists.sourceforge.net
ForgeBug Trackinghttps://gitlab.com/fetchmail/fetchmail/-/issues
User questions and discussionMailing List Subscribehttps://lists.sourceforge.net/lists/listinfo/fetchmail-users
DebianDeveloperhttps://tracker.debian.org/pkg/fetchmail
Development related discussionMailing List Subscribehttps://lists.sourceforge.net/lists/listinfo/fetchmail-devel
WikidataGeneralhttps://www.wikidata.org/wiki/Q285939


Software prerequisites




Entry



















"User" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.




"User" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Guix" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Gentoo" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"FreeBSD" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"NetBSD" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Epkg" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"EmacsWiki" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.







Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.