- Also manually set chmod on the getmailcore library files to 644 as
the Python dist installer uses root's umask to install files.
Executable files were already set with proper chmod during install.
PR: 99492
Submitted by: maintainer (Linh Pham)
CHANGELOG:
- fix regression introduced in 4.6.0 where atime on mbox files would get
updated (i.e. not set back), making it difficult for other programs to
tell if there was new mail or not without actually opening the mbox.
Thanks: Tim van der Molen.
PR: ports/98726
Submitted by: maintainer (Linh Pham)
in the CHANGELOG:
-add BrokenUIDLPOP3SSLRetriever as SSL version of BrokenUIDLPOP3Retriever,
based on an idea by a user of the Debian package. Thanks: Daniel Burrows,
Fredrik Steen.
PR: ports/87502
Submitted by: maintainer
Changes in new version include (from CHANGELOG):
-change (again) handling of deleted messages vs. connection that dies.
Inability to send QUIT to POP3 server should be less problematic now.
-improve housekeeping of old message state file. Thanks: Thomas Schwinge.
PR: 80699
Submitted by: Linh Pham (maintainer)
- from CHANGELOG:
make getmail less conservative about remembering messages as already-seen
when unrelated errors occur after successfully delivering them.
PR: 79512
Submitted by: Linh Pham (maintainer)
duplicate messages and getmailrc files are now referenced by filename
only instead of full paths in output/log files).
Also changed the MASTER_SITES to reflect new URL.
PR: ports/77885
Submitted by: Linh Pham (maintainer)
Return-Path: header fields; as well as fixes a problem where getmail exits
instead of moving to the next account if an SSL connection abruptly closes
before getmail finishes logging in.
PR: 77240
Submitted by: Linh Pham <question+fbsdports at closedsrc.org>
Update mail/getmail to 4.3.1, which fixes a known problem
with an exception being raised when certain IMAP errors
occur. New version will just skip the affected account and
move to the next one.
PR: ports/76442
Submitted by: Linh Pham <question+fbsdports@closedsrc.org>
- Update pkg-descr and clarify COMMENT
- Add pkg-message warning the user about the configuration file syntax
change from 3.x to 4.x
PR: ports/72720
Submitted by: Linh Pham (maintainer)
Obtained from: Nuno Teixeira <nunotex@freeshell.org>
- Update COMMENT to reflect that getmail now does IMAP too
- Pass maintainership to the submitter
PR: ports/72584
Submitted by: Linh Pham <question+freebsdpr@closedsrc.org>
- Reword COMMENT and rewrite and update pkg-descr
- Install additional documentation
- Use macros in pkg-plist
- Take maintainership
PR: 53547
Submitted by: Sergei Kolobov <sergei@kolobov.com>