NEWS 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. [0.9]
  2. Added Tunnel directive to allow the user to specify a shell command to run
  3. to set up an IMAP connection in place of a TCP socket (eg., to run over
  4. an SSH session).
  5. Added PREAUTH support (useful mostly in conjunction with Tunnel).
  6. Messages marked deleted are not uploaded when we are going to expunge.
  7. Locally generated messages are not re-fetched after uploading even if the
  8. UIDPLUS extension is not supported by the server.
  9. Added `OneToOne' configuration option: ignore any Mailbox specifications
  10. and instead pick up all mailboxes from the local MailDir and remote Folder
  11. and map them 1:1 onto each other according to their names.
  12. -C now creates both local and remote boxes; -L and -R create only local/remote.
  13. --quiet is now really quiet.
  14. [0.8]
  15. !!! IMPORTANT !!!
  16. In order to fix the problem where messages copied from one mailbox to
  17. another were not uploaded to the new mailbox, the way Isync stores the UID
  18. for each message needed to be changed. As a result, you _MUST_ delete all
  19. the messages in the local maildir box before using this version. Otherwise
  20. it will upload every message to the server thinking its a new mail.
  21. [0.7]
  22. Added `MaxMessages' configuration option to allow tracking of only the most
  23. recently added message in the local mailbox.
  24. Added --create (-C) command line option to force creation of the local
  25. maildir-style mailbox if it doesn't already exist.
  26. [0.6]
  27. Added `Delete' configuration option to correspond to the -d command line
  28. option.
  29. Added -a (--all) command line option to synchronize all mailboxes.
  30. [0.5]
  31. Updated SSL support.
  32. Added CRAM authentication support.
  33. Added MailDir configuration option to specify the default location of local
  34. mailboxes when relative paths are used.
  35. Added support for uploading local messages to the IMAP server.
  36. Added CopyDeletedTo configuration option to cause isync to move deleted
  37. messages to a particular mailbox on the server when they are expunged.
  38. [0.4]
  39. Added MaxSize configuration option to limit downloading of new messages from
  40. the server to less than some threshold.
  41. More robust --fast option works without using \Recent flags, so the previous
  42. problem with multiple accesses killing these flags is no longer a problem.
  43. RFC2060 obsoleted RFC822.PEEK, use BODY.PEEK[] instead which does the same
  44. job.
  45. Don't need to request UID in a FETCH when doing UID FETCH (RFC2060 states
  46. that its automatically returned).
  47. [0.3]
  48. Fixed to clean up temp maildir files when the fetch of a new message failed.
  49. Fixed to not assume order of the flags returned by "UID FETCH"
  50. Added support for building RPMs.
  51. [0.2]
  52. SSL support added.
  53. [0.1]
  54. Initial release.