NEWS 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. [0.7]
  2. Added `MaxMessages' configuration option to allow tracking of only the most
  3. recently added message in the local mailbox.
  4. [0.6]
  5. Added `Delete' configuration option to correspond to the -d command line
  6. option.
  7. Added -a (--all) command line option to synchronize all mailboxes.
  8. [0.5]
  9. Updated SSL support.
  10. Added CRAM authentication support.
  11. Added MailDir configuration option to specify the default location of local
  12. mailboxes when relative paths are used.
  13. Added support for uploading local messages to the IMAP server.
  14. Added CopyDeletedTo configuration option to cause isync to move deleted
  15. messages to a particular mailbox on the server when they are expunged.
  16. [0.4]
  17. Added MaxSize configuration option to limit downloading of new messages from
  18. the server to less than some threshold.
  19. More robust --fast option works without using \Recent flags, so the previous
  20. problem with multiple accesses killing these flags is no longer a problem.
  21. RFC2060 obsoleted RFC822.PEEK, use BODY.PEEK[] instead which does the same
  22. job.
  23. Don't need to request UID in a FETCH when doing UID FETCH (RFC2060 states
  24. that its automatically returned).
  25. [0.3]
  26. Fixed to clean up temp maildir files when the fetch of a new message failed.
  27. Fixed to not assume order of the flags returned by "UID FETCH"
  28. Added support for building RPMs.
  29. [0.2]
  30. SSL support added.
  31. [0.1]
  32. Initial release.