Skip to content
Snippets Groups Projects
  1. Oct 13, 2020
  2. Oct 09, 2020
  3. Oct 08, 2020
  4. Oct 05, 2020
  5. Oct 04, 2020
  6. Sep 29, 2020
  7. Sep 28, 2020
  8. Sep 23, 2020
  9. Sep 22, 2020
  10. Sep 21, 2020
  11. Sep 01, 2020
  12. Aug 25, 2020
  13. Aug 24, 2020
  14. Aug 11, 2020
  15. Jul 17, 2020
  16. Jul 10, 2020
  17. Jul 08, 2020
  18. Jun 05, 2020
  19. Jun 03, 2020
  20. 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
  21. May 20, 2020
  22. May 19, 2020
  23. May 14, 2020
  24. May 12, 2020
  25. Apr 24, 2020
Loading