Skip to content
Snippets Groups Projects
  1. Apr 03, 2021
  2. Mar 18, 2021
    • Deucе's avatar
      Fix two isses with IMAP service... · 44b0b141
      Deucе authored
      1) user.number immediately after login() remains zero, but changes
         "sometime" after.  Avoid using user.number right after login()
         call to generate filename.  All data/user/0000.imap files can
         be deleted after this change.
      2) Saving Seen data would modify the object storing it when binary
         seen values were used.  Use JSON.parse(JSON.stringify() to make
         a copy before saving and restore it afterward.  Should fix issue
         reported by nickshanks1 over IRC.
      44b0b141
  3. Mar 17, 2021
  4. Mar 16, 2021
  5. Feb 28, 2021
  6. Feb 21, 2021
  7. Oct 12, 2020
  8. Aug 16, 2020
  9. Aug 12, 2020
  10. Apr 28, 2020
  11. Feb 04, 2020
  12. Sep 02, 2019
  13. Jul 17, 2019
  14. May 24, 2019
  15. Apr 18, 2018
  16. Mar 28, 2018
  17. Mar 18, 2018
  18. Mar 16, 2018
  19. Mar 14, 2018
  20. Jan 09, 2018
    • deuce's avatar
      Fix a few issues in IMAP handling.... · 81011ec1
      deuce authored
      1) Accept (and ignore) empty lines from remote
      2) Explicitly call the garbage collector to prevent memory hoarding
      3) If we fail to fetch a header, make up a dummy one
      81011ec1
  21. Dec 02, 2017
  22. Jan 14, 2016
  23. May 01, 2015
  24. Nov 27, 2014
  25. Jul 26, 2014
  26. Jan 13, 2014
  27. Jan 12, 2014
  28. Jan 10, 2014
Loading