summaryrefslogtreecommitdiff
path: root/mail/p5-Mail-Box-IMAP4
AgeCommit message (Collapse)AuthorFilesLines
2022-06-28*: recursive bump for perl 5.36wiz1-2/+2
2021-10-26mail: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles were unfetchable (possibly fetched conditionally?): ./mail/qmail/distinfo netqmail-1.05-TAI-leapsecs.patch
2021-10-07mail: Remove SHA1 hashes for distfilesnia1-2/+1
2021-05-24*: recursive bump for perl 5.34wiz1-2/+2
2020-08-31*: bump PKGREVISION for perl-5.32.wiz1-2/+2
2019-08-11Bump PKGREVISIONs for perl 5.30.0wiz1-1/+2
2019-07-02Update to 3.007wen2-7/+7
Upstream changes: version 3.007: Thu 13 Jun 16:54:08 CEST 2019 Fixes: - remove debug statements. version 3.006: Wed 12 Jun 16:43:39 CEST 2019 Improvements: - more flexible in passing settings to Mail::IMAPClient. version 3.005: Wed 5 Jun 15:56:33 CEST 2019 Fixes: - ignore StartTLS on SSL connection. - enforce message_type is ::IMAP::Message, not ::IMAPs
2019-05-25Update to 3.004wen2-7/+7
Upstream changes: version 3.004: Fri 3 May 09:24:50 CEST 2019 Fixes: - xt/99pod.t was missing from git - represent ssl in url() Improvements: - transporter: rename 'starttls' into 'ssl' option - add ::IMAP4s for url abstraction.
2019-02-24Import Mail-Box-IMAP4-3.003 as mail/p5-Mail-Box-IMAP4.wen3-0/+34
Maintain a folder which has its messages stored on a remote server. The communication between the client application and the server is implemented using the IMAP4 protocol. This class uses Mail::Transport::IMAP4 to hide the transport of information, and focusses solely on the correct handling of messages within a IMAP4 folder. More than one IMAP4 folder can be handled by one single IMAP4 connection.