summaryrefslogtreecommitdiffstats
path: root/network/isync/README
diff options
context:
space:
mode:
author Tom Canich2010-05-13 01:00:04 +0200
committer Robby Workman2010-05-13 01:00:04 +0200
commitc3a23213a9a171a67d48b837b7e53987a24bc7bb (patch)
tree944e2a4119297ee32c24e535b1570e23665e41de /network/isync/README
parenta927321ae842c1bb8d552bfb38e2b62af7bcf8dc (diff)
downloadslackbuilds-c3a23213a9a171a67d48b837b7e53987a24bc7bb.tar.gz
network/isync: Added to 13.0 repository
Diffstat (limited to 'network/isync/README')
-rw-r--r--network/isync/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/network/isync/README b/network/isync/README
new file mode 100644
index 0000000000..2dbe7ee081
--- /dev/null
+++ b/network/isync/README
@@ -0,0 +1,11 @@
+isync is a command line application which synchronizes mailboxes; currently
+Maildir and IMAP4 mailboxes are supported. New messages, message deletions
+and flag changes can be propagated both ways. isync is suitable for use in
+IMAP-disconnected mode.
+
+Synchronization is based on unique message identifiers (UIDs), so
+no identification conflicts can occur (as opposed to some other mail
+synchronizers). Synchronization state is kept in one local text file per
+mailbox pair; multiple replicas of a mailbox can be maintained.
+
+See README.SLACKWARE for setup information after installation.