mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
isync is a tool for synchronizing IMAP folders to local Maildir copies, for
use on e.g. laptops. It is not entirely stable yet (I've had a couple of not entirely reproducable problems :-(, but seems like it will be very useful in time.
This commit is contained in:
parent
f88fe6dcdc
commit
fa6a19a52e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36596
5 changed files with 27 additions and 0 deletions
18
mail/isync/Makefile
Normal file
18
mail/isync/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# New ports collection makefile for: isync
|
||||||
|
# Date created: 2000-12-23
|
||||||
|
# Whom: eivind
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= isync
|
||||||
|
PORTVERSION= 0.4
|
||||||
|
CATEGORIES= mail
|
||||||
|
MASTER_SITES= http://www.sigpipe.org/isync/
|
||||||
|
|
||||||
|
MAINTAINER= eivind@FreeBSD.org
|
||||||
|
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
|
MAN1= isync.1
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
mail/isync/distinfo
Normal file
1
mail/isync/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (isync-0.4.tar.gz) = 3d200fe9005556d467e2ad6b8cd5de6a
|
1
mail/isync/pkg-comment
Normal file
1
mail/isync/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Maintain local copies of remote IMAP folders w/synchronized flags
|
6
mail/isync/pkg-descr
Normal file
6
mail/isync/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
isync is a command line application which synchronizes a local maildir-style
|
||||||
|
mailbox with a remote IMAP4 mailbox, suitable for use in IMAP-disconnected
|
||||||
|
mode. Multiple copies of the remote IMAP4 mailbox can be maintained, and all
|
||||||
|
flags are synchronized. TLS/SSL is supported via imaps: or STARTTLS.
|
||||||
|
|
||||||
|
WWW: http://www.sigpipe.org/isync/
|
1
mail/isync/pkg-plist
Normal file
1
mail/isync/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
||||||
|
bin/isync
|
Loading…
Add table
Reference in a new issue