isync is a command line utility for synchronizing IMAP4 and Maildir mailboxes. With it one can read mail while offline, and later synchronize new messages, message deletions and flag changes in a fine-grained manner when an internet connection is available.
isync is a command line utility for synchronizing IMAP4 and Maildir mailboxes. With it one can read mail while offline, and later synchronize new messages, message deletions and flag changes in a fine-grained manner when an internet connection is available.
To install isync, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install isync
To see what files were installed by isync, run:
port contents isync
To later upgrade isync, run:
sudo port selfupdate && sudo port upgrade isync
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.