2000-12-31 Michael Elkins * sync.c: display how many messages were fetched from the server * imap.c: fixed compilation error with no libssl support ("lorenzo martignoni" ) 2000-12-28 Michael Elkins * main.c: fixed config parser to accept arbitrary whitespace 2000-12-27 Michael Elkins * imap.c: use imap_close to terminate a connection in imap_open() * imap.c, isync.1, isync.h, maildir.c, main.c: allow leading whitespace in config files now possible to sync multiple mailboxes by specifying multiple aliases on the command line. IMAP connections are reused if possible. don't initialize ssl unless we are going to use it. 2000-12-23 Michael Elkins * imap.c, isync.h: don't use NAMESPACE unless the server supports it * Makefile.am, README, cram.c, imap.c, isync.h: added CRAM-MD5 authentication support. parse server capability string to determine if STARTTLS is available 2000-12-22 Michael Elkins * README, imap.c, isync.1, isync.h, main.c: isync-brokenservers.diff (Jeremy Katz ) adds support for disabling NAMESPACE, and disable various flavors of TLS/SSL for use with some broken IMAP servers. * imap.c, sync.c: prompt user if they wish to continue if the server's X.509 certificate can't be verified. sync_mailbox should consider uid == 0 to be "unknown" * main.c, sync.c: fixed sync_mailbox() to correctly write new messages to the local maildir box (Thomas Roessler ) * main.c: set default MaxSize to 0 (unlimited) invert test for password being set after getpass() call (Magnus Jonsson ) * ChangeLog, NEWS, configure.in, imap.c, isync.1, isync.h, maildir.c, main.c, sample.isyncrc, sync.c: added MaxSize configuration variable fixed --fast to work robustly without relying on the \Recent flag in messages 2000-12-21 Michael Elkins * imap.c, isync.h, maildir.c, sync.c: RFC822.PEEK is obsolete in RFC2060. Use BODY.PEEK[] instead, which does the same thing keep track of the uidvalidity so isync can detect if the mailbox on the server has changed since the last sync. * NEWS: updated NEWS for 0.3 release * Makefile.am, isync.spec: added support for building RPMS * Makefile.am, isync.1: added target for creating html version of the man page documented the imaps: prefix to the Host command * imap.c, sync.c: can't assume flag order when fetching a message. just search for the first `{' to find the message size. * isync.1, sync.c: added BUGS section to manpage detailing the fact that we break the maildir(5) spec by parsing the filename change message delivery to use the method described in maildir(5) * configure.in, main.c, sync.c: use getpass() to get the user's password unlink the temp file if we are unable to fetch a new message from the server. update version to 0.3 * isync.1: fixed typo in man page for --verbose option * Makefile.am, README, TODO, imap.c, isync.h, list.c: added generic IMAP list parser and rewrote imap_exec() to handle arbitrary data instead of hardcoded * Makefile.am, README, configure.in, main.c: fixes to compile cleanly under Solaris 2.7 * configure.in, imap.c, isync.1, isync.h, main.c: added OpenSSL support * ChangeLog, configure.in, main.c: config options were not case insensitive * imap.c, isync.h, maildir.c, main.c, sync.c: don't fetch deleted messages when expunging display number of messages that are to be deleted flags for \Recent messages were not properly fetched local messages with updated flags were not corrected renamed 2000-12-20 Michael Elkins * ChangeLog, Makefile.am: updated ChangeLog added log: rule in Makefile.am * configure: forgot to remove configure script * INSTALL, Makefile.in, aclocal.m4, autogen.sh, install-sh, missing, mkinstalldirs: added autogen.sh to regenerate the build environment * COPYING, INSTALL, install-sh, missing, mkinstalldirs: added missing files * isync.1, sample.isyncrc: New file. * isync.1, sample.isyncrc: initial import * TODO, configure, imap.c, maildir.c, sync.c: New file. * TODO, configure, imap.c, maildir.c, sync.c: initial import * AUTHORS, ChangeLog, INSTALL, Makefile.am, Makefile.in, NEWS, README, aclocal.m4, configure.in, isync.h, main.c: New file. * AUTHORS, ChangeLog, INSTALL, Makefile.am, Makefile.in, NEWS, README, aclocal.m4, configure.in, isync.h, main.c: initial import