NEWS 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. [0.8]
  2. IMPORTANT: In order to fix the problem where messages copied from one mailbox
  3. to another were not uploaded to the new mailbox, the way Isync stores the UID
  4. for each message needed to be changed. As a result, you MUST delete all the
  5. messages in the local maildir box before using this version. Otherwise it
  6. will upload every message to the server thinking its a new mail.
  7. [0.7]
  8. Added `MaxMessages' configuration option to allow tracking of only the most
  9. recently added message in the local mailbox.
  10. Added --create (-C) command line option to force creation of the local
  11. maildir-style mailbox if it doesn't already exist.
  12. [0.6]
  13. Added `Delete' configuration option to correspond to the -d command line
  14. option.
  15. Added -a (--all) command line option to synchronize all mailboxes.
  16. [0.5]
  17. Updated SSL support.
  18. Added CRAM authentication support.
  19. Added MailDir configuration option to specify the default location of local
  20. mailboxes when relative paths are used.
  21. Added support for uploading local messages to the IMAP server.
  22. Added CopyDeletedTo configuration option to cause isync to move deleted
  23. messages to a particular mailbox on the server when they are expunged.
  24. [0.4]
  25. Added MaxSize configuration option to limit downloading of new messages from
  26. the server to less than some threshold.
  27. More robust --fast option works without using \Recent flags, so the previous
  28. problem with multiple accesses killing these flags is no longer a problem.
  29. RFC2060 obsoleted RFC822.PEEK, use BODY.PEEK[] instead which does the same
  30. job.
  31. Don't need to request UID in a FETCH when doing UID FETCH (RFC2060 states
  32. that its automatically returned).
  33. [0.3]
  34. Fixed to clean up temp maildir files when the fetch of a new message failed.
  35. Fixed to not assume order of the flags returned by "UID FETCH"
  36. Added support for building RPMs.
  37. [0.2]
  38. SSL support added.
  39. [0.1]
  40. Initial release.