| Port details on branch 2026Q2 |
- fetchmailconf Python-based GUI to configure fetchmail
- 6.6.6 mail
=0 6.6.5Version of this port present on the latest quarterly branch. - Maintainer: chalpin@cs.wisc.edu
 - Port Added: 2026-06-23 23:27:49
- Last Update: 2026-06-23 23:25:50
- Commit Hash: 048eebd
- License: GPLv2+
- WWW:
- https://www.fetchmail.info/
- Description:
- Fetchmail is a full-featured IMAP/POP2/POP3/APOP/KPOP/ETRN/ODMR client with
easy configuration, daemon mode, forwarding via SMTP or local MDA, and
superior reply handling. It is used to handle intermittent email connections
by acting as a coupling that seamlessly batch forwards fetched mail from your
mail server to your local delivery system, allowing you to read it with your
favourite mail user agent. Fetchmail also includes useful spam filtering and
multi-user functions.
A typical use of fetchmail is to connect to your ISP's POP3 server,
downloading your mail into the INBOX on your local computer. You may then
read the mail, offline if you want, using pine, mutt, or any standard mail
user agent.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- fetchmailconf>0:mail/fetchmailconf
- To install the port:
- cd /usr/ports/mail/fetchmailconf/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/fetchmailconf
- pkg install fetchmailconf
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: fetchmailconf
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1782339834
SHA256 (fetchmail-6.6.6.tar.xz) = da99f8c573c4d9e63f493c7e24447126aea25b53b4c076ec79266874e29b1975
SIZE (fetchmail-6.6.6.tar.xz) = 1086000
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Master port: mail/fetchmail
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-future>=0 : devel/py-future@py311
- py311-tkinter>=0 : x11-toolkits/py-tkinter@py311
- fetchmail>=6.6.6 : mail/fetchmail
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-future>=0 : devel/py-future@py311
- py311-tkinter>=0 : x11-toolkits/py-tkinter@py311
- fetchmail>=6.6.6 : mail/fetchmail
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- mail_fetchmailconf
- USES:
- python shebangfix tar:xz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| This is a slave port. You may also want to view the commits to the master port: mail/fetchmail |
| Commit | Credits | Log message |
6.6.5 23 Jun 2026 23:25:50
    |
Vladimir Druzenko (vvd)  Author: ml |
mail/fetchmail{,conf}: Update 6.6.4 => 6.6.5 (vulnerability fix)
Fetchmail 6.6.5 is the sixth fetchmail 6.6 release on 2026-06-17, it
fixed a buffer sizing bug in the RPA code that could crash fetchmail
due to a buffer overrun when long user names and service realm and
challenges were used, POP3 was used, the username contained
@compuserve.com and the server would offer a non-standard
"AUTH"-without-arguments request that would list RPA
(case-insensitively) as supported authentication option.
Changelog:
https://sourceforge.net/projects/fetchmail/files/branch_6.6/
Improve mail/fetchmailconf:
- Replace PORTVERSION with DISTVERSION.
- Fix antipattern "BUILD_DEPENDS=RUN_DEPENDS".
- Fix warnings from portclippy.
PR: 296204 283227
Approved by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer)
Sponsored by: UNIS Labs
Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>
MFH: 2026Q2
(cherry picked from commit 3651dfc9fcd5eb58dc06f53a45e3dba76b28f3d1) |
6.6.4 23 Jun 2026 23:25:43
    |
Vladimir Druzenko (vvd)  Author: Corey Halpin |
mail/fetchmail{,conf}: Update 6.6.3 => 6.6.4
News:
https://gitlab.com/fetchmail/fetchmail/-/blob/6.6.4/NEWS
While here remove GNU_CONFIGURE_MANPREFIX - this is default value.
PR: 295178
Sponsored by: UNIS Labs
(cherry picked from commit 381f924c7dd2322bb2803799ffa03027356c2a9b) |