diff options
author | nros <nros@pkgsrc.org> | 2015-04-03 12:04:30 +0000 |
---|---|---|
committer | nros <nros@pkgsrc.org> | 2015-04-03 12:04:30 +0000 |
commit | 8de7ac7c21268aab5fa5bd90fca90dc6af497a22 (patch) | |
tree | 555efcc936fbaf1af8faa4bddc9b708f15cf4f04 /mail/libetpan/PLIST | |
parent | 576d92152b0d29566cb416d2aed751c26e5ee114 (diff) | |
download | pkgsrc-8de7ac7c21268aab5fa5bd90fca90dc6af497a22.tar.gz |
Update libetpan to version 1.6.
Update homepage.
changelog:
1.6:
Improved RFC822 and MIME parser
Implemented SEARCH using LITERAL+ for Gmail
Fixed SSL connections (don't force SSLv3)
1.5:
Gmail search features: X-GM-MSGID, X-GM-THRID, X-GM-RAW
Added POP stat
Various fixes for Windows
Fixed OpenSSL / GnuTLS implementation of retrieval of certificates
Fixed IMAP IDLE in case of COMPRESS-ed streams
Fixed base64 encoding
1.4:
Gmail search features: X-GM-MSGID, X-GM-THRID, X-GM-RAW
Added POP stat
Various fixes for Windows
Fixed OpenSSL / GnuTLS implementation of retrieval of certificates
Fixed IMAP IDLE in case of COMPRESS-ed streams
Fixed base64 encoding
Diffstat (limited to 'mail/libetpan/PLIST')
-rw-r--r-- | mail/libetpan/PLIST | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/mail/libetpan/PLIST b/mail/libetpan/PLIST index 8e565f576c0..4dfe20e5c3c 100644 --- a/mail/libetpan/PLIST +++ b/mail/libetpan/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2012/07/03 18:08:20 drochner Exp $ +@comment $NetBSD: PLIST,v 1.11 2015/04/03 12:04:30 nros Exp $ bin/libetpan-config include/libetpan.h include/libetpan/acl.h @@ -9,11 +9,14 @@ include/libetpan/carray.h include/libetpan/charconv.h include/libetpan/chash.h include/libetpan/clist.h +include/libetpan/condstore.h +include/libetpan/condstore_types.h include/libetpan/data_message_driver.h include/libetpan/dbdriver.h include/libetpan/dbdriver_message.h include/libetpan/dbdriver_types.h include/libetpan/dbstorage.h +include/libetpan/enable.h include/libetpan/feeddriver.h include/libetpan/feeddriver_message.h include/libetpan/feeddriver_types.h @@ -48,10 +51,16 @@ include/libetpan/maildriver_types_helper.h include/libetpan/mailengine.h include/libetpan/mailfolder.h include/libetpan/mailimap.h +include/libetpan/mailimap_compress.h include/libetpan/mailimap_extension.h include/libetpan/mailimap_extension_types.h include/libetpan/mailimap_helper.h +include/libetpan/mailimap_id.h +include/libetpan/mailimap_id_types.h +include/libetpan/mailimap_oauth2.h include/libetpan/mailimap_socket.h +include/libetpan/mailimap_sort.h +include/libetpan/mailimap_sort_types.h include/libetpan/mailimap_ssl.h include/libetpan/mailimap_types.h include/libetpan/mailimap_types_helper.h @@ -89,12 +98,15 @@ include/libetpan/mailprivacy_types.h include/libetpan/mailsem.h include/libetpan/mailsmtp.h include/libetpan/mailsmtp_helper.h +include/libetpan/mailsmtp_oauth2.h include/libetpan/mailsmtp_socket.h include/libetpan/mailsmtp_ssl.h include/libetpan/mailsmtp_types.h include/libetpan/mailstorage.h include/libetpan/mailstorage_types.h include/libetpan/mailstream.h +include/libetpan/mailstream_cfstream.h +include/libetpan/mailstream_compress.h include/libetpan/mailstream_helper.h include/libetpan/mailstream_low.h include/libetpan/mailstream_socket.h @@ -140,11 +152,16 @@ include/libetpan/pop3driver_cached_message.h include/libetpan/pop3driver_message.h include/libetpan/pop3driver_types.h include/libetpan/pop3storage.h +include/libetpan/qresync.h +include/libetpan/qresync_types.h include/libetpan/quota.h include/libetpan/quota_parser.h include/libetpan/quota_sender.h include/libetpan/quota_types.h include/libetpan/uidplus.h include/libetpan/uidplus_types.h +include/libetpan/xgmlabels.h +include/libetpan/xgmmsgid.h +include/libetpan/xgmthrid.h include/libetpan/xlist.h lib/libetpan.la |