FAQ.MailEnable.txt 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. #!/bin/cat
  2. $Id: FAQ.MailEnable.txt,v 1.2 2020/07/07 10:45:56 gilles Exp gilles $
  3. This document is also available online at
  4. https://imapsync.lamiral.info/FAQ.d/
  5. https://imapsync.lamiral.info/FAQ.d/FAQ.MailEnable.txt
  6. =======================================================================
  7. Imapsync tips for MailEnable imap server
  8. =======================================================================
  9. ======================================================================
  10. Q: Syncing to MailEnable 10.31 and after
  11. R: No special imapsync option is required, default is ok.
  12. ======================================================================
  13. Q: Syncing from MailEnable 1.75
  14. R: Use options:
  15. imapsync ... --sep1 "/" --prefix1 ""
  16. ======================================================================
  17. Q: Syncing from MailEnable 2.2
  18. R: Use options:
  19. imapsync ... --sep1 "." --prefix1 ""
  20. ======================================================================
  21. Q: Syncing to MailEnable until MailEnable release 10.31 not included
  22. R: Use options:
  23. imapsync ... --sep2 / --prefix2 "" --addheader --messageidnodomain --syncflagsaftercopy
  24. ======================================================================