Hi all,

Now Sogo seems to work well for me .... But I can't display the mails that are not directly in the inbox directory ... I mean, in a child directory ...

Sogo give the message :
Jun 24 17:23:50 sogod [17713]: [ERROR] <0x0x21c5c888[NGImap4Connection]> could not select URL: imaps://speron%[email protected]/INBOX/Envoy%C3%A9s/: {RawResponse = "{ResponseResult = {description = \"mailbox does not exist\"; result = no; tagId = 5; }; }"; reason = "mailbox does not exist"; result = 0; }


But when I use thunderbird, I can consult all the sub-directory messages without any problem ...

Any idea about this issue ?

Cheers

Please find my conf :

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//GNUstep//DTD plist 0.9//EN" "http://www.gnustep.org/plist-0_9.xml";>
<plist version="0.9">
<dict>
    <key>NSGlobalDomain</key>
    <dict>
    </dict>
    <key>sogod</key>
    <dict>
    <key>NGImap4ConnectionStringSeparator</key>
    <string>.</string>
    <key>SOGoForceIMAPLoginWithEmail</key>
    <string>YES</string>
    <key>SOGoIMAPServer</key>
    <string>imaps://imap.xxx.com:993</string>
    <key>OCSFolderInfoURL</key>
<string>mysql://sogo:[email protected]:3306/sogo/sogo_folder_info</string>
    <key>OCSSessionsFolderURL</key>
<string>mysql://sogo:[email protected]:3306/sogo/sogo_sessions_folder</string>
    <key>SOGoAppointmentSendEMailNotifications</key>
    <string>YES</string>
    <key>SOGoDraftsFolderName</key>
    <string>INBOX.Drafts</string>
    <key>SOGoFirstDayOfWeek</key>
    <string>1</string>
    <key>SOGoLanguage</key>
    <string>French</string>
    <key>SOGoLoginModule</key>
    <string>Mail</string>
    <key>SOGoMailDomain</key>
    <string>xxx.com</string>
    <key>SOGoMailMessageCheck</key>
    <string>every_5_minutes</string>
    <key>SOGoProfileURL</key>
<string>mysql://sogo:[email protected]:3306/sogo/sogo_user_profile</string>
    <key>SOGoSentFolderName</key>
    <string>INBOX.Sent</string>
    <key>SOGoSieveScriptsEnabled</key>
    <string>NO</string>
    <key>SOGoSuperUsernames</key>
    <array>
        <string>admin</string>
    </array>
    <key>SOGoTimeZone</key>
    <string>Europe/Paris</string>
    <key>SOGoTrashFolderName</key>
    <string>INBOX.Trash</string>
    <key>SOGoUserSources</key>
        <array>
            <dict>
                <key>CNFieldName</key>
                <string>cn</string>
                <key>IDFieldName</key>
                <string>uid</string>
                <key>IMAPHostFieldName</key>
                <string>mailHost</string>
                <key>UIDFieldName</key>
                <string>uid</string>
                <key>baseDN</key>
                <string>ou=Users,dc=xxx,dc=com</string>
                <key>bindDN</key>
<string>uid=sogo,ou=Users,dc=xxx,dc=com</string>
                <key>bindPassword</key>
                <string>xxxx</string>
                <key>canAuthenticate</key>
                <string>YES</string>
                <key>displayName</key>
                <string>Carnet T</string>
                <key>hostname</key>
                <string>192.168.1.84</string>
                <key>id</key>
                <string>public</string>
                <key>isAddressBook</key>
                <string>YES</string>
                <key>port</key>
                <string>389</string>
            </dict>
        </array>
    <key>SOGoVacationEnabled</key>
    <string>YES</string>
    </dict>
</dict>
</plist>
--
[email protected]
https://inverse.ca/sogo/lists

Reply via email to