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>
This commit is contained in:
parent
63e8031996
commit
37aeaea9be
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43985
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= isync
|
||||
PORTVERSION= 0.4
|
||||
PORTVERSION= 0.5
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.sigpipe.org/isync/
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (isync-0.4.tar.gz) = 3d200fe9005556d467e2ad6b8cd5de6a
|
||||
MD5 (isync-0.5.tar.gz) = bd618d29822623e0516eca49c8928a18
|
||||
|
|
Loading…
Reference in a new issue