NEWS 1.2 KB

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