diff options
author | pi <pi@FreeBSD.org> | 2015-07-21 19:00:50 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2015-07-21 19:00:50 +0800 |
commit | 1187f5fac67fe7952a3a4acdf509250de4898103 (patch) | |
tree | 442f1417aaf66393c695d878b8f4f7e9eedae858 /mail | |
parent | f653e12e64910e47608cd268d81ee07fe3d9fd1f (diff) | |
download | freebsd-ports-gnome-1187f5fac67fe7952a3a4acdf509250de4898103.tar.gz freebsd-ports-gnome-1187f5fac67fe7952a3a4acdf509250de4898103.tar.zst freebsd-ports-gnome-1187f5fac67fe7952a3a4acdf509250de4898103.zip |
mail/p5-Mail-IMAPTalk: 3.01 -> 4.01
- Remove long command timer
- Misc parser and fixes
- Avoid / in generated message-id
- More improvements to find_message function
- Add cyrus IMAP extension commands
- Support extended-list options to list command
- Avoid undef warning on missing foldermode response
- Handle unexpected capability response
- Add ability to enable tracing when you "use" the module
- Replace multigetannotation with multigetmetadata
- Add IMAP myrights command
- Add IMAP id command
- Use release_socket to close connection
- Update root folder and Inbox vs INBOX handling
- Choose socket library to use, add SSL socket support
- Better formatting of email strings from envelope structure
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Mail-IMAPTalk/Makefile | 3 | ||||
-rw-r--r-- | mail/p5-Mail-IMAPTalk/distinfo | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/mail/p5-Mail-IMAPTalk/Makefile b/mail/p5-Mail-IMAPTalk/Makefile index 3defb829405f..04187376af47 100644 --- a/mail/p5-Mail-IMAPTalk/Makefile +++ b/mail/p5-Mail-IMAPTalk/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Mail-IMAPTalk -PORTVERSION= 3.01 -PORTREVISION= 1 +PORTVERSION= 4.01 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/mail/p5-Mail-IMAPTalk/distinfo b/mail/p5-Mail-IMAPTalk/distinfo index 48288df510c7..a5d262304ffa 100644 --- a/mail/p5-Mail-IMAPTalk/distinfo +++ b/mail/p5-Mail-IMAPTalk/distinfo @@ -1,2 +1,2 @@ -SHA256 (Mail-IMAPTalk-3.01.tar.gz) = 269a16bf2e699c69310eb0640222af580ff554109714006c21d688058eb1984e -SIZE (Mail-IMAPTalk-3.01.tar.gz) = 41066 +SHA256 (Mail-IMAPTalk-4.01.tar.gz) = 7f33dafec8fbb75cb767863b8f7972d9f0361e5f94ab3c27c0f2435353a4bb6d +SIZE (Mail-IMAPTalk-4.01.tar.gz) = 44516 |