Set . as mailbox separator

This commit is contained in:
Daniel Berteaud 2016-06-06 16:04:34 +02:00
parent 562f3c5482
commit bea4d69eda

View File

@ -4,6 +4,7 @@
SOGoSMTPServer = localhost; SOGoSMTPServer = localhost;
SOGoIMAPServer = "imap://localhost:{$imap{'TCPPort'} || '143'}"; SOGoIMAPServer = "imap://localhost:{$imap{'TCPPort'} || '143'}";
NGImap4DisableIMAP4Pooling = NO; NGImap4DisableIMAP4Pooling = NO;
NGImap4ConnectionStringSeparator = ".";
SOGoDraftsFolderName = {($sogod{'DraftsFolder'} || "Drafts")}; SOGoDraftsFolderName = {($sogod{'DraftsFolder'} || "Drafts")};
SOGoSentFolderName = {($sogod{'SentFolder'} || "Sent")}; SOGoSentFolderName = {($sogod{'SentFolder'} || "Sent")};
SOGoTrashFolderName = {($sogod{'TrashFolder'} || "Trash")}; SOGoTrashFolderName = {($sogod{'TrashFolder'} || "Trash")};