Skip to content
Snippets Groups Projects
  1. Dec 22, 2020
  2. Dec 18, 2020
  3. Nov 06, 2020
  4. Sep 08, 2020
  5. Sep 01, 2020
  6. Aug 31, 2020
  7. Aug 27, 2020
  8. Aug 24, 2020
  9. Aug 10, 2020
  10. Aug 03, 2020
  11. Jul 17, 2020
  12. May 14, 2020
  13. May 12, 2020
  14. Apr 08, 2020
  15. Apr 02, 2020
  16. Mar 26, 2020
  17. Mar 23, 2020
  18. Mar 20, 2020
  19. Feb 24, 2020
  20. Feb 11, 2020
  21. Feb 04, 2020
  22. Jan 23, 2020
  23. Jan 16, 2020
  24. Nov 25, 2019
  25. Nov 14, 2019
  26. Oct 28, 2019
  27. Oct 25, 2019
    • Christoph Wurst's avatar
      Fix encoding issues of the folder display name · f73f103e
      Christoph Wurst authored
      
      Folders (technically speaking: mailboxes) have utf7/utf8 names. When we
      encode the ID for the client, we use base64. The decoding will fail as
      JavaScript assumes that base64 encoded strings are actually ASCII.
      Instead of rewriting all the ID handling to not use base64, I decided to
      just add a new prop with the unencoded displayname. Then it stays utf8
      all the time.
      
      Signed-off-by: default avatarChristoph Wurst <christoph@winzerhof-wurst.at>
      f73f103e
  28. Oct 22, 2019
  29. Oct 15, 2019
  30. Apr 16, 2019
  31. Apr 15, 2019
  32. Apr 04, 2019
  33. Apr 03, 2019
  34. Mar 06, 2019
  35. Mar 01, 2019
  36. Nov 28, 2018
  37. Nov 22, 2018
  38. Nov 21, 2018
  39. Nov 05, 2018
Loading