A command line utility for synchronizing a remote IMAP mailbox with a local maildir-style mailbox. This is useful for working in disconnected mode, such as on a laptop.
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.
Authors:
----------
Michael Elkins
Oswald Buddenhagen
Theodore Ts'o
Nicolas Boullis
- Devel package for openSUSE:Factory
-
4
derived packages
- Links to openSUSE:Factory / isync
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout server:mail/isync && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
isync-1.5.0.tar.gz | 0000412925 403 KB | |
isync-1.5.0.tar.gz.asc | 0000000833 833 Bytes | |
isync.changes | 0000013173 12.9 KB | |
isync.keyring | 0000016166 15.8 KB | |
isync.spec | 0000002315 2.26 KB |
Revision 38 (latest revision is 39)
Dirk Stoecker (dstoecker)
accepted
request 1206492
from
Richard Rahl (rrahl0)
(revision 38)
- update to 1.5.0 * Changed default config & state locations to follow the XDG basedir spec * Added support for IMAP mailbox names with non-ASCII characters * Added support for Maildir Paths with suffixes (not ending with a slash) * Made the Channel side to expire with MaxMessages configurable * MaxMessages and MaxSize can be used together now * The unfiltered list of mailboxes in each Store can be printed now * A proper summary is now printed prior to exiting. * Added support for mirroring deletions more accurately; option ExpungeSolo * Added new sync operation 'Old' to retry previously skipped messages * Added --ext-exit option to indicate with the exit code whether Stores were modified * Added support for the LITERAL- IMAP extension, which improves upload performance with f.ex. GMail somewhat * Improved error handling when attempting to store too big messages * Malformed messages with incomplete headers will be propagated now * A notice is now emitted if the server does not support race-free Trash * Improved checking for invalid command lines * Options not supported due to the build configuration are still recognized now, to make error messages more helpful * he progress indicator is rate-limited now * Added --dry-run option * Various improvements to the debugging output * Vastly extended the autotest suite * The reference point for relative local paths in the configuration file is now the file's containing directory * Maildir Path cannot be nested into Inbox anymore (this was never documented) * Renamed the ReNew/--renew/-N options to Upgrade/--upgrade/-u and Delete/--delete/-d to Gone/--gone/-g * Superseded SSLVersions option with TLSVersions, and disabled TLS v1.0
Comments 0