Software:getmail
Original author(s) | Charles Cazabon[1] |
---|---|
Initial release | 1998 |
Stable release | 5.16
/ October 31, 2021[2] |
Written in | Python[3] |
Operating system | Unix-like, Posix |
Type | |
License | GNU General Public License v2 |
Website | pyropus |
getmail is a simple mail retrieval agent intended as a replacement for fetchmail, implemented in Python.[5] It can retrieve mail from POP3,[3] IMAP4,[5] and Standard Dial-up POP3 Service servers, with or without SSL. It supports simple and domain (multidrop) mailboxes, mail filtering via any arbitrary program, and supports a wide variety of mail destination types, including mboxrd, maildir,[3][6] and external arbitrary mail delivery agents.[5] Unlike fetchmail, getmail's Python foundation makes it nearly immune to buffer overflow security holes.[citation needed] It also has a simpler configuration syntax than fetchmail, but supports fewer authentication protocols. The software can also function as a basic mail delivery agent.[5]
Getmail is free software and is licensed under the GNU General Public License version 2.[1] It is written and maintained by Charles Cazabon.[1]
The original getmail software requires Python 2, which is no longer supported. A fork named getmail6, which is not from getmail's original author, provides Python 3 support.
See also
- Mail retrieval agent
- fetchmail
- fdm
- OfflineIMAP
References
- ↑ 1.0 1.1 1.2 Sill 2003, p. 361.
- ↑ "CHANGELOG". http://pyropus.ca/software/getmail/CHANGELOG.
- ↑ 3.0 3.1 3.2 Sill 2003, p. 434.
- ↑ Orsini 2007, p. 331.
- ↑ 5.0 5.1 5.2 5.3 Orsini 2007, p. 330.
- ↑ "Back up Gmail on Linux with Getmail". 17 March 2008. https://www.lifehacker.com.au/2008/03/back_up_gmail_on_linux_with_getmail-2/.
Bibliography
- Orsini, Rob (16 January 2007). Rails Cookbook: Recipes for Rapid Web Development with Ruby. O'Reilly Media. ISBN 9780596554644. https://books.google.com/books?id=6cn1K2flOc4C&dq=%22getmail%22&pg=PA329.
- Sill, Dave (19 September 2003). The qmail Handbook. Apress. ISBN 9781430211341. https://books.google.com/books?id=yUUnCgAAQBAJ&dq=%22getmail%22&pg=PA372.
External links
Original source: https://en.wikipedia.org/wiki/Getmail.
Read more |