NEWS 702 B

1234567891011121314151617181920212223242526272829
  1. [0.4]
  2. Added MaxSize configuration option to limit downloading of new messages from
  3. the server to less than some threshold.
  4. More robust --fast option works without using \Recent flags, so the previous
  5. problem with multiple accesses killing these flags is no longer a problem.
  6. RFC2060 obsoleted RFC822.PEEK, use BODY.PEEK[] instead which does the same
  7. job.
  8. Don't need to request UID in a FETCH when doing UID FETCH (RFC2060 states
  9. that its automatically returned).
  10. [0.3]
  11. Fixed to clean up temp maildir files when the fetch of a new message failed.
  12. Fixed to not assume order of the flags returned by "UID FETCH"
  13. Added support for building RPMs.
  14. [0.2]
  15. SSL support added.
  16. [0.1]
  17. Initial release.