Commit Graph

  • 1efcad03f8 update TODO list with action items Michael Elkins 2001-10-03 00:03:14 +0000
  • 6f647ae37b fixed maildir message filenames to comply with the maildir(5) specification. Michael Elkins 2001-10-03 00:01:18 +0000
  • 4b102ee6ec the `Expunge' config directive didn't work since only the -e command line argument was consulted. Michael Elkins 2001-10-02 23:43:09 +0000
  • e2f1cd779b we should issue a CAPABILITY even if we aren't going to use ssl/tls so that cram-md5 auth still works. Michael Elkins 2001-10-02 22:46:47 +0000
  • 891fab1a7d find_box() should attempt to expand all filenames if none of the other methods found a match. Michael Elkins 2001-07-18 18:56:11 +0000
  • 0f7823a4bf fixed to not expand filenames until they are used inside of maildir_open(), so that aliases are not required for simple filenames. [re: http://bugs.debian.org/102255] Michael Elkins 2001-07-18 18:49:55 +0000
  • 5eaa4e5512 --host option didn't check for imaps: prefix Michael Elkins 2001-06-22 23:30:41 +0000
  • ea361ad116 fixed core when specifying multiple mailboxes on the command line Michael Elkins 2001-06-21 20:45:50 +0000
  • 8af21c5604 handle untagged responses in imap_fetch_message() so that it doesn't bomb out if new mail arrives while in the process of downloading Michael Elkins 2001-06-18 21:38:44 +0000
  • 9a5b57eb7d isync should continue to process additional mailboxes even if there is an error with a previous mailbox. Michael Elkins 2001-06-18 17:49:08 +0000
  • af941779f4 post 0.5-release commit v0.5 Michael Elkins 2001-06-13 17:13:30 +0000
  • f843ffcdd4 updated ChangeLog. removed smtppush binary. Michael Elkins 2001-06-13 16:57:25 +0000
  • 216c26cceb fixed compiler warnings under Solaris 2.7 Michael Elkins 2001-02-28 01:02:50 +0000
  • 1b97128b47 rfc2595 compliance patch from Daniel Resare <noa@metamatrix.se> - CAPABILITY should be reissued after starting TLS since the previous call was not protected Michael Elkins 2001-02-19 18:44:15 +0000
  • 1db31aabd7 patch from Daniel Resare <noa@metamatrix.se>: 1 giving a path to a nonexistant rc-file with the -c argument dumps core Michael Elkins 2001-02-14 20:46:41 +0000
  • 6dba87f0ec patch from Daniel Resare <noa@metamatrix.se> - don't initialize ssl support if none of use_sslv* is enabled Michael Elkins 2001-02-01 23:35:47 +0000
  • 77358f1706 include <sys/types.h> for off_t Michael Elkins 2001-01-26 20:21:27 +0000
  • 91d2f60584 fixed cram compilation error under bsd Michael Elkins 2001-01-24 07:09:28 +0000
  • 7173d07192 added support for tilde (~) expansion in the Mailbox' and CertificateFile' configuration directives Michael Elkins 2001-01-16 19:45:08 +0000
  • b3672634e5 set imap->prefix to be the namespace prefix Michael Elkins 2001-01-11 10:21:20 +0000
  • bcecbe5eeb broke config code into config.c Michael Elkins 2001-01-11 10:13:47 +0000
  • 8944538399 always put changed messages in the cur/ subdirectory since they are no longer new. Michael Elkins 2001-01-09 20:09:35 +0000
  • 32677da976 patch from Hugo Haas <hugo@larve.net> -c was not specified in the getopt*() calls Michael Elkins 2001-01-08 09:45:35 +0000
  • ee0de20cf7 added --with-ssl-dir to specify an alternate installation of OpenSSL Michael Elkins 2001-01-05 21:20:48 +0000
  • 21ac8842b4 pre 0.4 commit. v0.4 Michael Elkins 2000-12-31 22:39:37 +0000
  • ab6decd8a9 display how many messages were fetched from the server Michael Elkins 2000-12-31 22:37:36 +0000
  • 521b68eb63 fixed compilation error with no libssl support ("lorenzo martignoni" <lorenzo.martignoni@technologist.com>) Michael Elkins 2000-12-31 22:17:54 +0000
  • d03ce3f73d fixed config parser to accept arbitrary whitespace Michael Elkins 2000-12-28 18:44:06 +0000
  • e585d40076 use imap_close to terminate a connection in imap_open() Michael Elkins 2000-12-27 21:16:43 +0000
  • acd674f93e allow leading whitespace in config files Michael Elkins 2000-12-27 21:14:22 +0000
  • 6f4cd030f8 don't use NAMESPACE unless the server supports it Michael Elkins 2000-12-23 21:57:06 +0000
  • b3eb5661eb added CRAM-MD5 authentication support. Michael Elkins 2000-12-23 00:02:42 +0000
  • 074298d482 isync-brokenservers.diff (Jeremy Katz <katzj@linuxpower.org>) adds support for disabling NAMESPACE, and disable various flavors of TLS/SSL for use with some broken IMAP servers. Michael Elkins 2000-12-22 21:22:24 +0000
  • 04fdf7d120 prompt user if they wish to continue if the server's X.509 certificate can't be verified. Michael Elkins 2000-12-22 19:30:01 +0000
  • a954aeec96 fixed sync_mailbox() to correctly write new messages to the local maildir box (Thomas Roessler <roessler@does-not-exist.org>) Michael Elkins 2000-12-22 15:48:04 +0000
  • 5c08b1c4bd set default MaxSize to 0 (unlimited) Michael Elkins 2000-12-22 15:24:55 +0000
  • 0527181f45 added MaxSize configuration variable Michael Elkins 2000-12-22 07:14:32 +0000
  • a8f9af4296 RFC822.PEEK is obsolete in RFC2060. Use BODY.PEEK[] instead, which does the same thing Michael Elkins 2000-12-21 23:10:18 +0000
  • 145e4ef84d updated NEWS for 0.3 release v0.3 Michael Elkins 2000-12-21 20:59:55 +0000
  • 37c2379bde added support for building RPMS Michael Elkins 2000-12-21 20:56:14 +0000
  • 1b25e3b739 added target for creating html version of the man page Michael Elkins 2000-12-21 19:49:03 +0000
  • bcd160efb2 can't assume flag order when fetching a message. just search for the first `{' to find the message size. Michael Elkins 2000-12-21 19:11:02 +0000
  • b3d09b1723 added BUGS section to manpage detailing the fact that we break the maildir(5) spec by parsing the filename Michael Elkins 2000-12-21 18:16:44 +0000
  • bbbe88e07d use getpass() to get the user's password Michael Elkins 2000-12-21 17:51:07 +0000
  • fa1e46f6ec fixed typo in man page for --verbose option Michael Elkins 2000-12-21 11:14:40 +0000
  • ba7650c9b7 added generic IMAP list parser and rewrote imap_exec() to handle arbitrary data instead of hardcoded Michael Elkins 2000-12-21 10:24:53 +0000
  • 0addaad032 fixes to compile cleanly under Solaris 2.7 Michael Elkins 2000-12-21 06:51:14 +0000
  • b6089a2dcb added OpenSSL support Michael Elkins 2000-12-21 06:27:05 +0000
  • 813618f041 config options were not case insensitive v0.2 Michael Elkins 2000-12-21 00:35:26 +0000
  • 21bf53b2ab don't fetch deleted messages when expunging Michael Elkins 2000-12-21 00:30:53 +0000
  • 603595c714 updated ChangeLog Michael Elkins 2000-12-20 22:28:05 +0000
  • 146945d460 added autogen.sh to regenerate the build environment Michael Elkins 2000-12-20 22:10:45 +0000
  • be311495f7 added missing files v0.1 Michael Elkins 2000-12-20 22:00:25 +0000
  • f47d0d7c11 initial import Michael Elkins 2000-12-20 21:41:21 +0000