1. 14 Sep, 2018 1 commit
  2. 13 Sep, 2018 12 commits
  3. 12 Sep, 2018 5 commits
  4. 10 Sep, 2018 8 commits
  5. 09 Sep, 2018 1 commit
  6. 08 Sep, 2018 7 commits
  7. 07 Sep, 2018 5 commits
  8. 06 Sep, 2018 1 commit
    • Nicklas Avén's avatar
      imap: change from "FETCH" to "UID FETCH" · 6987fcef
      Nicklas Avén authored
      ... and add "MAILINDEX".
      
      As described in #2789, this is a suggested solution.  Changing UID=xx to
      actually get mail with UID xx and add "MAILINDEX" to get a mail with a
      special index in the mail box (old behavior).  So MAILINDEX=1 gives the
      first non deleted mail in the mail box.
      
      Fixes #2789
      Closes #2815
      6987fcef