ChangeLog 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. 2000-12-31 Michael Elkins <me@sigipe.org>
  2. * sync.c:
  3. display how many messages were fetched from the server
  4. * imap.c:
  5. fixed compilation error with no libssl support ("lorenzo martignoni"
  6. <lorenzo.martignoni@technologist.com>)
  7. 2000-12-28 Michael Elkins <me@sigipe.org>
  8. * main.c:
  9. fixed config parser to accept arbitrary whitespace
  10. 2000-12-27 Michael Elkins <me@sigipe.org>
  11. * imap.c:
  12. use imap_close to terminate a connection in imap_open()
  13. * imap.c, isync.1, isync.h, maildir.c, main.c:
  14. allow leading whitespace in config files
  15. now possible to sync multiple mailboxes by specifying multiple aliases on
  16. the command line. IMAP connections are reused if possible.
  17. don't initialize ssl unless we are going to use it.
  18. 2000-12-23 Michael Elkins <me@sigipe.org>
  19. * imap.c, isync.h:
  20. don't use NAMESPACE unless the server supports it
  21. * Makefile.am, README, cram.c, imap.c, isync.h:
  22. added CRAM-MD5 authentication support.
  23. parse server capability string to determine if STARTTLS is available
  24. 2000-12-22 Michael Elkins <me@sigipe.org>
  25. * README, imap.c, isync.1, isync.h, main.c:
  26. isync-brokenservers.diff (Jeremy Katz <katzj@linuxpower.org>)
  27. adds support for disabling NAMESPACE, and disable various flavors of TLS/SSL
  28. for use with some broken IMAP servers.
  29. * imap.c, sync.c:
  30. prompt user if they wish to continue if the server's X.509 certificate can't
  31. be verified.
  32. sync_mailbox should consider uid == 0 to be "unknown"
  33. * main.c, sync.c:
  34. fixed sync_mailbox() to correctly write new messages to the local maildir
  35. box (Thomas Roessler <roessler@does-not-exist.org>)
  36. * main.c: set default MaxSize to 0 (unlimited)
  37. invert test for password being set after getpass() call (Magnus Jonsson
  38. <bigfoot@acc.umu.se>)
  39. * ChangeLog, NEWS, configure.in, imap.c, isync.1, isync.h, maildir.c, main.c, sample.isyncrc, sync.c:
  40. added MaxSize configuration variable
  41. fixed --fast to work robustly without relying on the \Recent flag in
  42. messages
  43. 2000-12-21 Michael Elkins <me@sigipe.org>
  44. * imap.c, isync.h, maildir.c, sync.c:
  45. RFC822.PEEK is obsolete in RFC2060. Use BODY.PEEK[] instead, which does
  46. the same thing
  47. keep track of the uidvalidity so isync can detect if the mailbox on the
  48. server has changed since the last sync.
  49. * NEWS: updated NEWS for 0.3 release
  50. * Makefile.am, isync.spec:
  51. added support for building RPMS
  52. * Makefile.am, isync.1:
  53. added target for creating html version of the man page
  54. documented the imaps: prefix to the Host command
  55. * imap.c, sync.c:
  56. can't assume flag order when fetching a message. just search for the
  57. first `{' to find the message size.
  58. * isync.1, sync.c:
  59. added BUGS section to manpage detailing the fact that we break the
  60. maildir(5) spec by parsing the filename
  61. change message delivery to use the method described in maildir(5)
  62. * configure.in, main.c, sync.c:
  63. use getpass() to get the user's password
  64. unlink the temp file if we are unable to fetch a new message from the
  65. server.
  66. update version to 0.3
  67. * isync.1: fixed typo in man page for --verbose option
  68. * Makefile.am, README, TODO, imap.c, isync.h, list.c:
  69. added generic IMAP list parser and rewrote imap_exec() to handle
  70. arbitrary data instead of hardcoded
  71. * Makefile.am, README, configure.in, main.c:
  72. fixes to compile cleanly under Solaris 2.7
  73. * configure.in, imap.c, isync.1, isync.h, main.c:
  74. added OpenSSL support
  75. * ChangeLog, configure.in, main.c:
  76. config options were not case insensitive
  77. * imap.c, isync.h, maildir.c, main.c, sync.c:
  78. don't fetch deleted messages when expunging
  79. display number of messages that are to be deleted
  80. flags for \Recent messages were not properly fetched
  81. local messages with updated flags were not corrected renamed
  82. 2000-12-20 Michael Elkins <me@sigipe.org>
  83. * ChangeLog, Makefile.am:
  84. updated ChangeLog
  85. added log: rule in Makefile.am
  86. * configure: forgot to remove configure script
  87. * INSTALL, Makefile.in, aclocal.m4, autogen.sh, install-sh, missing, mkinstalldirs:
  88. added autogen.sh to regenerate the build environment
  89. * COPYING, INSTALL, install-sh, missing, mkinstalldirs:
  90. added missing files
  91. * isync.1, sample.isyncrc: New file.
  92. * isync.1, sample.isyncrc:
  93. initial import
  94. * TODO, configure, imap.c, maildir.c, sync.c:
  95. New file.
  96. * TODO, configure, imap.c, maildir.c, sync.c:
  97. initial import
  98. * AUTHORS, ChangeLog, INSTALL, Makefile.am, Makefile.in, NEWS, README, aclocal.m4, configure.in, isync.h, main.c:
  99. New file.
  100. * AUTHORS, ChangeLog, INSTALL, Makefile.am, Makefile.in, NEWS, README, aclocal.m4, configure.in, isync.h, main.c:
  101. initial import