From f843ffcdd41dd6c10a67a2d32fc5186aef0e58f4 Mon Sep 17 00:00:00 2001 From: Michael Elkins Date: Wed, 13 Jun 2001 16:57:25 +0000 Subject: [PATCH] updated ChangeLog. removed smtppush binary. --- ChangeLog | 60 ++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 44 insertions(+), 16 deletions(-) diff --git a/ChangeLog b/ChangeLog index e08c4fd..b14b111 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,32 @@ -2001-02-14 Michael Elkins +2001-06-12 me + + * Makefile, config.cache, config.log, config.status: + auto generated files should not be part of the CVS tree + + * Makefile, config.cache, config.status, smtppush: + New file. + + * Makefile, config.cache, config.status, smtppush: + initial import + + * config.log: New file. + + * COPYING, INSTALL, Makefile.am, config.log, configure, configure.in, install-sh, main.c, missing, mkinstalldirs, AUTHORS, Makefile.in, README: + initial import + +2001-02-28 me + + * config.c, imap.c: + fixed compiler warnings under Solaris 2.7 + +2001-02-19 me + + * ChangeLog, cram.c, imap.c, maildir.c: + rfc2595 compliance patch from Daniel Resare + - CAPABILITY should be reissued after starting TLS since the + previous call was not protected + +2001-02-14 me * config.c, imap.c, isync.1, main.c, sync.c: patch from Daniel Resare : @@ -37,12 +65,12 @@ give error message when the LOGIN command fails -2001-02-01 Michael Elkins +2001-02-01 me * imap.c: patch from Daniel Resare - don't initialize ssl support if none of use_sslv* is enabled -2001-01-26 Michael Elkins +2001-01-26 me * imap.c, isync.h: include for off_t @@ -50,14 +78,14 @@ patch from "lorenzo martignoni" - fixed uploading of message to IMAP server -2001-01-24 Michael Elkins +2001-01-24 me * config.c, cram.c, imap.c, isync.1, list.c, maildir.c, main.c, sync.c: fixed cram compilation error under bsd updated man page -2001-01-16 Michael Elkins +2001-01-16 me * TODO, config.c, imap.c, isync.1, isync.h, main.c: added support for tilde (~) expansion in the `Mailbox' and `CertificateFile' @@ -67,7 +95,7 @@ user's mailboxes. If a relative path is used in a `Mailbox' command, this path is used as a prefix. -2001-01-11 Michael Elkins +2001-01-11 me * configure.in, imap.c, isync.h: set imap->prefix to be the namespace prefix @@ -85,7 +113,7 @@ added CopyDeletedTo configuration option -2001-01-09 Michael Elkins +2001-01-09 me * maildir.c, sync.c: always put changed messages in the cur/ subdirectory since they are no @@ -95,7 +123,7 @@ flag on the message since Mutt will move Old (unread, but not recent) messges into cur/. -2001-01-08 Michael Elkins +2001-01-08 me * Makefile.am, main.c: patch from Hugo Haas @@ -104,12 +132,12 @@ set global password to the one the user inputs and use that as the default for remaining mailboxes -2001-01-05 Michael Elkins +2001-01-05 me * configure.in: added --with-ssl-dir to specify an alternate installation of OpenSSL -2000-12-31 Michael Elkins +2000-12-31 me * ChangeLog, isync.spec: pre 0.4 commit. @@ -123,12 +151,12 @@ fixed compilation error with no libssl support ("lorenzo martignoni" ) -2000-12-28 Michael Elkins +2000-12-28 me * main.c: fixed config parser to accept arbitrary whitespace -2000-12-27 Michael Elkins +2000-12-27 me * imap.c: use imap_close to terminate a connection in imap_open() @@ -141,7 +169,7 @@ don't initialize ssl unless we are going to use it. -2000-12-23 Michael Elkins +2000-12-23 me * imap.c, isync.h: don't use NAMESPACE unless the server supports it @@ -151,7 +179,7 @@ parse server capability string to determine if STARTTLS is available -2000-12-22 Michael Elkins +2000-12-22 me * README, imap.c, isync.1, isync.h, main.c: isync-brokenservers.diff (Jeremy Katz ) @@ -179,7 +207,7 @@ fixed --fast to work robustly without relying on the \Recent flag in messages -2000-12-21 Michael Elkins +2000-12-21 me * imap.c, isync.h, maildir.c, sync.c: RFC822.PEEK is obsolete in RFC2060. Use BODY.PEEK[] instead, which does @@ -240,7 +268,7 @@ local messages with updated flags were not corrected renamed -2000-12-20 Michael Elkins +2000-12-20 me * ChangeLog, Makefile.am: updated ChangeLog