NEWS 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. [1.3.0]
  2. Network timeout handling has been added.
  3. Support for proper Maildir++ and a Maildir sub-folder naming style
  4. without extra dots have been added.
  5. Support for TLS client certificates was added.
  6. Support for recovering from baseless UID validity changes was added.
  7. The get-cert script was renamed to mbsync-get-cert.
  8. [1.2.0]
  9. The 'isync' compatibility wrapper is now deprecated.
  10. An IMAP Path/NAMESPACE rooted in INBOX won't be handled specially any more.
  11. This means that some Patterns may need adjustment.
  12. The default output is a lot less verbose now.
  13. The meanings of the -V and -D options changed significantly.
  14. The SSL/TLS configuration has been re-designed.
  15. SSL is now explicitly enabled or disabled - "use SSL if available" is gone.
  16. Notice: Tunnels are assumed to be secure and thus default to no SSL.
  17. Support for SASL (flexible authentication) has been added.
  18. Support for Windows file systems has been added.
  19. Support for compressed data transfer has been added.
  20. Folder deletions can be propagated now.
  21. [1.1.0]
  22. Support for hierarchical mailboxes in Patterns.
  23. Full support for IMAP pipelining (streaming, parallelization) added.
  24. This is considerably faster especially with high-latency networks.
  25. Faster and hopefully more reliable support for IMAP servers without the
  26. UIDPLUS extension (e.g., M$ Exchange).
  27. More automatic handling of SSL certificates.
  28. IPv6 support.
  29. IMAP password query can be scripted.
  30. Message arrival dates can be propagated.
  31. Data safety in case of system crashes was improved.
  32. MaxMessages was made vastly more useful.
  33. [1.0.0]
  34. Essentially a rewrite. Synchronization state storage concept, configuration
  35. and command line changed entirely.
  36. But you needn't to worry about the upgrade, as a fully automated migration
  37. path is provided, even for users of isync 0.7 and below.
  38. Still, you should re-read the manual to be able to take full advantage of the
  39. new features:
  40. The supported mailbox types can be freely paired.
  41. A possible application of this is using a local IMAP server to access
  42. mailboxes that are not natively supported yet.
  43. Message deletions (expunges) are now propagated both ways, so there is no need
  44. for using mutt with maildir_trash any more.
  45. Additional trash options added.
  46. `OneToOne' replaced by something more flexible.
  47. Partial support for IMAP pipelining (streaming, parallelization) added.
  48. Makes flag change propagation much faster - this affects every message that
  49. becomes Seen/Read.
  50. [0.9]
  51. Added Tunnel directive to allow the user to specify a shell command to run
  52. to set up an IMAP connection in place of a TCP socket (eg., to run over
  53. an SSH session).
  54. Added PREAUTH support (useful mostly in conjunction with Tunnel).
  55. Messages marked deleted are not uploaded when we are going to expunge.
  56. Locally generated messages are not re-fetched after uploading even if the
  57. UIDPLUS extension is not supported by the server.
  58. Added `OneToOne' configuration option: ignore any Mailbox specifications
  59. and instead pick up all mailboxes from the local MailDir and remote Folder
  60. and map them 1:1 onto each other according to their names.
  61. -C now creates both local and remote boxes; -L and -R create only local/remote.
  62. --quiet is now really quiet.
  63. [0.8]
  64. !!! IMPORTANT !!!
  65. In order to fix the problem where messages copied from one mailbox to
  66. another were not uploaded to the new mailbox, the way Isync stores the UID
  67. for each message needed to be changed. As a result, you _MUST_ delete all
  68. the messages in the local maildir box before using this version. Otherwise
  69. it will upload every message to the server thinking its a new mail.
  70. [0.7]
  71. Added `MaxMessages' configuration option to allow tracking of only the most
  72. recently added message in the local mailbox.
  73. Added --create (-C) command line option to force creation of the local
  74. maildir-style mailbox if it doesn't already exist.
  75. [0.6]
  76. Added `Delete' configuration option to correspond to the -d command line
  77. option.
  78. Added -a (--all) command line option to synchronize all mailboxes.
  79. [0.5]
  80. Updated SSL support.
  81. Added CRAM authentication support.
  82. Added MailDir configuration option to specify the default location of local
  83. mailboxes when relative paths are used.
  84. Added support for uploading local messages to the IMAP server.
  85. Added CopyDeletedTo configuration option to cause isync to move deleted
  86. messages to a particular mailbox on the server when they are expunged.
  87. [0.4]
  88. Added MaxSize configuration option to limit downloading of new messages from
  89. the server to less than some threshold.
  90. More robust --fast option works without using \Recent flags, so the previous
  91. problem with multiple accesses killing these flags is no longer a problem.
  92. RFC2060 obsoleted RFC822.PEEK, use BODY.PEEK[] instead which does the same
  93. job.
  94. Don't need to request UID in a FETCH when doing UID FETCH (RFC2060 states
  95. that its automatically returned).
  96. [0.3]
  97. Fixed to clean up temp maildir files when the fetch of a new message failed.
  98. Fixed to not assume order of the flags returned by "UID FETCH"
  99. Added support for building RPMs.
  100. [0.2]
  101. SSL support added.
  102. [0.1]
  103. Initial release.