Skip to content
Snippets Groups Projects
  1. Sep 01, 2020
  2. Aug 25, 2020
  3. Aug 24, 2020
  4. Aug 11, 2020
  5. Jul 17, 2020
  6. Jul 10, 2020
  7. Jul 08, 2020
  8. Jun 05, 2020
  9. Jun 03, 2020
  10. May 27, 2020
    • Christoph Wurst's avatar
      Fix sync'ing with many known UIDs · b5dafce5
      Christoph Wurst authored
      
      When looking for changed and vanished UIDs we typically have to send the
      list of the known UIDs to the IMAP server to know what went missing
      meanwhile. With the number of UIDs sent, the size of the IMAP command
      grows. At some point the server will just refuse the command due to its
      size.
      To circumvent this scenario, this patch splits the sync process into
      new, changed and vanished. New is cheap in terms of data sent, so it
      stays untouched. Changed and vanished will now split the known UIDs list
      into chunks and retrieve partial sync results that way.
      
      Signed-off-by: default avatarChristoph Wurst <christoph@winzerhof-wurst.at>
      b5dafce5
  11. May 20, 2020
  12. May 19, 2020
  13. May 14, 2020
  14. May 12, 2020
  15. Apr 24, 2020
  16. Apr 23, 2020
  17. Apr 16, 2020
  18. Apr 14, 2020
  19. Apr 07, 2020
  20. Apr 01, 2020
  21. Mar 31, 2020
  22. Mar 26, 2020
  23. Mar 25, 2020
  24. Mar 23, 2020
  25. Mar 20, 2020
  26. Mar 03, 2020
  27. Feb 26, 2020
Loading