Skip to content
Snippets Groups Projects
  1. Sep 02, 2018
  2. Aug 29, 2018
  3. Aug 28, 2018
  4. Aug 22, 2018
  5. Aug 04, 2018
  6. Jul 29, 2018
  7. Jul 28, 2018
  8. Jul 21, 2018
    • Michael Gratton's avatar
      Fix mailbox names not being sent to the server quoted if needed · d444cc97
      Michael Gratton authored
      Since MailboxParameter inherited from StringParameter directly, it meant
      that we could never send mailbox names as quoted strings. Also, the
      modified-UTF-7 encoding used for mailbox names does not encode
      atom-specials such as "\", so if a mailbox name contained one or more of
      these, it would be sent to the mail server unquoted.
      
      This removes the MailboxParameter class altogether, and does the
      parameter conversion to/from appropriate StringParameter subclasses as
      needed. Also adds unit tests for param conversion for ASCII,
      atom-specials, and non-ASCII mailbox names.
      
      Fixes issue #40
      d444cc97
    • Michael Gratton's avatar
      17a8fbdc
  9. Jul 20, 2018
  10. Jul 14, 2018
  11. Jul 06, 2018
  12. Jul 05, 2018
  13. Jul 04, 2018
  14. Jun 10, 2018
  15. May 17, 2018
  16. May 12, 2018
  17. May 03, 2018
  18. Apr 27, 2018
  19. Apr 24, 2018
  20. Apr 23, 2018
  21. Apr 22, 2018
Loading