diff options
author | eivind <eivind@FreeBSD.org> | 2001-06-14 13:54:57 +0000 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 2001-06-14 13:54:57 +0000 |
commit | 11eeefc2fdf33a0e840cd58c3813692fb54d00db (patch) | |
tree | 76efd0853faaa861adbff3e6511fdd5b149740cd /mail | |
parent | a7e9eb2b13f83f7e94ba4c34dce855e0aba20713 (diff) | |
download | FreeBSD-ports-11eeefc2fdf33a0e840cd58c3813692fb54d00db.zip FreeBSD-ports-11eeefc2fdf33a0e840cd58c3813692fb54d00db.tar.gz |
Update isync from 0.4 to 0.5 (only verison number and distfile checksum update
needed.) This update was performed by me locally at the same time as the
submitter.
Changes include:
- Updated SSL support.
- Added CRAM authentication support.
- Added MailDir configuration option to specify the default location of local
mailboxes when relative paths are used.
- Added support for uploading local messages to the IMAP server.
- Added CopyDeletedTo configuration option to cause isync to move deleted
messages to a particular mailbox on the server when they are expunged.
- Started to re-use passwords for multiple mailboxes
Submitted by: Pete Fritchman <petef@databits.net>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/isync/Makefile | 2 | ||||
-rw-r--r-- | mail/isync/distinfo | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/isync/Makefile b/mail/isync/Makefile index f79f042..141d296 100644 --- a/mail/isync/Makefile +++ b/mail/isync/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= isync -PORTVERSION= 0.4 +PORTVERSION= 0.5 CATEGORIES= mail MASTER_SITES= http://www.sigpipe.org/isync/ diff --git a/mail/isync/distinfo b/mail/isync/distinfo index 51eee52..9397799 100644 --- a/mail/isync/distinfo +++ b/mail/isync/distinfo @@ -1 +1 @@ -MD5 (isync-0.4.tar.gz) = 3d200fe9005556d467e2ad6b8cd5de6a +MD5 (isync-0.5.tar.gz) = bd618d29822623e0516eca49c8928a18 |