ChangeLog 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. 2000-12-21 Michael Elkins <me@sigipe.org>
  2. * imap.c, isync.h, maildir.c, sync.c:
  3. RFC822.PEEK is obsolete in RFC2060. Use BODY.PEEK[] instead, which does
  4. the same thing
  5. keep track of the uidvalidity so isync can detect if the mailbox on the
  6. server has changed since the last sync.
  7. * NEWS: updated NEWS for 0.3 release
  8. * Makefile.am, isync.spec:
  9. added support for building RPMS
  10. * Makefile.am, isync.1:
  11. added target for creating html version of the man page
  12. documented the imaps: prefix to the Host command
  13. * imap.c, sync.c:
  14. can't assume flag order when fetching a message. just search for the
  15. first `{' to find the message size.
  16. * isync.1, sync.c:
  17. added BUGS section to manpage detailing the fact that we break the
  18. maildir(5) spec by parsing the filename
  19. change message delivery to use the method described in maildir(5)
  20. * configure.in, main.c, sync.c:
  21. use getpass() to get the user's password
  22. unlink the temp file if we are unable to fetch a new message from the
  23. server.
  24. update version to 0.3
  25. * isync.1: fixed typo in man page for --verbose option
  26. * Makefile.am, README, TODO, imap.c, isync.h, list.c:
  27. added generic IMAP list parser and rewrote imap_exec() to handle
  28. arbitrary data instead of hardcoded
  29. * Makefile.am, README, configure.in, main.c:
  30. fixes to compile cleanly under Solaris 2.7
  31. * configure.in, imap.c, isync.1, isync.h, main.c:
  32. added OpenSSL support
  33. * ChangeLog, configure.in, main.c:
  34. config options were not case insensitive
  35. * imap.c, isync.h, maildir.c, main.c, sync.c:
  36. don't fetch deleted messages when expunging
  37. display number of messages that are to be deleted
  38. flags for \Recent messages were not properly fetched
  39. local messages with updated flags were not corrected renamed
  40. 2000-12-20 Michael Elkins <me@sigipe.org>
  41. * ChangeLog, Makefile.am:
  42. updated ChangeLog
  43. added log: rule in Makefile.am
  44. * configure: forgot to remove configure script
  45. * INSTALL, Makefile.in, aclocal.m4, autogen.sh, install-sh, missing, mkinstalldirs:
  46. added autogen.sh to regenerate the build environment
  47. * COPYING, INSTALL, install-sh, missing, mkinstalldirs:
  48. added missing files
  49. * isync.1, sample.isyncrc: New file.
  50. * isync.1, sample.isyncrc:
  51. initial import
  52. * TODO, configure, imap.c, maildir.c, sync.c:
  53. New file.
  54. * TODO, configure, imap.c, maildir.c, sync.c:
  55. initial import
  56. * AUTHORS, ChangeLog, INSTALL, Makefile.am, Makefile.in, NEWS, README, aclocal.m4, configure.in, isync.h, main.c:
  57. New file.
  58. * AUTHORS, ChangeLog, INSTALL, Makefile.am, Makefile.in, NEWS, README, aclocal.m4, configure.in, isync.h, main.c:
  59. initial import