FAQ.David_Tobit.txt 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. #!/bin/cat
  2. $Id: FAQ.David_Tobit.txt,v 1.5 2022/04/05 13:48:52 gilles Exp gilles $
  3. This documentation is also available online at
  4. https://imapsync.lamiral.info/FAQ.d/
  5. https://imapsync.lamiral.info/FAQ.d/FAQ.David_Tobit.txt
  6. =======================================================================
  7. Imapsync tips for David Tobit imap server
  8. =======================================================================
  9. =======================================================================
  10. Q. Migrating to David Tobit V12
  11. (Banner: "* OK IMAP4rev1 David.fx Mail Access Server MA-12.00a (0271)")
  12. imapsync ... --sep2 / --create_folder_old
  13. Thanks to Ludwig Behm
  14. =======================================================================
  15. Q. Migrating from David Tobit V10 (DvISE Mail Access Server MA-...)
  16. R. Use the following options:
  17. imapsync ... --prefix1 "" --sep1 / --idatefromheader ^
  18. --nofoldersizes --useuid --nocheckmessageexists
  19. =======================================================================
  20. Q. Migrating from David Tobit V8
  21. (Banner: "* OK IMAP4rev1 DvISE Mail Access Server MA-8.10a (0126)")
  22. First try above V10 solution since improvments have been made
  23. to support Tobit.
  24. R. Use the following options :
  25. imapsync ... --prefix1 INBOX. --sep1 / --subscribe --subscribed
  26. =======================================================================
  27. Q. Migrating from Tobit David Server 6
  28. (Banner: "* OK IMAP4rev1 DvISE Mail Access Server MA-6.60a (0118)")
  29. First try above V10 solution since improvments have been made
  30. to support Tobit.
  31. R. Look at the discussion:
  32. http://linux-france.tk/prj/imapsync_list/msg00583.html
  33. http://linux-france.tk/prj/imapsync_list/threads.html#00583
  34. patch saved in ./patches/imapsync-1.337_tobit_V6.patch
  35. =======================================================================