imaplib2 is a threaded Python IMAP4 client. Based on RFC 3501 and
original imaplib module, this is a version of imaplib that uses threads
to allow full use of the IMAP4 concurrency features, and to de-couple a
user of imaplib from i/o lags, except where explicitly allowed.
authentication key in one of the domain labels. While I don't recommend
this construct; echoing said key back to anyone listed is an even worse
idea.
For these known blacklists strip the key label from the domain when
printing.
Behaviour pointed out by and initial diff from Renaud Allard
(renaud <at> allard <dot> it)
OK jasper@
which aren't used as dependencies in ports. many are either old stuff,
or things used to provide backports of functionality from newer Python
base versions which were used in ports that have already been converted
to py3-only.
- allow break action to be combined with all other actions
- allow pass action to be combined with all other actions
- add support for defining macros on the command line
makes this compile with latest LibreSSL. With OpenSSL there will likely
be more to be fixed. If this is ever revived, the autoconf version should
be looked at.
security support it appears this is not really the case any more
https://bugs.php.net/bug.php?id=81026
add @pkgpaths to merge pecl-* etc across
mark www/syweb broken, it was marked 7.3-only so looks like it needs more work
other php-ish ports have a RDEP on either 7.4 (default version) or 8.0
will become opaque, so this will no longer compile. Upstream never
updated this to be compatible with OpenSSL 1.1, so patch out the
port's copy of LibreSSL code and replace it with LibreSSL API.
ok jturner (maintainer)
if there are new problems, and let me know after a few days use if you
think it's stable enough to backport to -stable (as the version in release
has had a few crashes people have run into).
release notes in https://neomutt.org/2021/10/15/release
results in a linker failure) and arm (hasn't started release builds yet).
mistakenly committed after testing and missed. release packages for this
built ok on amd64, i386, powerpc64, sparc64 so I'm leaving it unchanged
for those.
ok naddy@ (ports remains locked)
to fix build failures in dependent ports by tb@, tweaked by me (regen
patches, stop listing headers separately in the makefile).
various bug fixes, including c-client's version of the "parses
information from an IMAP server during non-authenticated state" class
of problems which was found in a bunch of IMAP software recently, some
crashes/memory corruption, and a problem with forwarding and replacing
attachments.
ok tb@
This is a Dovecot FTS plugin to enable message indexing using the
Xapian search engine library. It is intended to act as a simple
interface to the Xapian storage/search query functionality.
Unlike the other Xapian-based FTS plugin "dovecot-fts-xapian",
flatcurve relies on Dovecot to do the necessary stemming, and supports
match scoring and substring matches - it is RFC 3501 (IMAP4rev1)
compliant. It does not support fuzzy searches.