View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001490 | SOGo | Web Mail | public | 2011-11-10 07:59 | 2019-09-04 17:50 |
Reporter | buzzdee | Assigned To | ludovic | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 1.3.9 | ||||
Fixed in Version | 4.1.0 | ||||
Summary | 0001490: Automatically retrieve hierarchy separator from the IMAP server (drop NGImap4ConnectionStringSeparator) | ||||
Description | I have SOGoMailAuxiliaryUserAccountsEnabled, and created a second account pointing to gmail. I can see the folder list from this account, and also the subfolders, but I see only mails in the Inbox or in folders parallel to the inbox. In the sogo log I see the following Nov 08 15:26:02 sogod [17661]: [ERROR] <0x0x6941fd88[NGImap4Connection]> could not select URL: imaps://user%40domain.net@imap.gmail.com/user/Drafts/: {RawResponse = "{ResponseResult = {description = \" Unknown Mailbox: user.Drafts (Failure)\"; flag = NONEXISTENT; result = no; tagId = 5; }; }"; access = NONEXISTENT; reason = " Unknown Mailbox: user.Drafts (Failure)"; result = 0; } My imap server for the main account is a cyrus imapd. is there anything what I can do about it, maybe I missed sth. to configure? I use sope/sogo 1.3.9. | ||||
Tags | No tags attached. | ||||
Hi, I've got the same issue and I don't use auxiliary accounts. Nobody can show mails in any subfolders since I've updated SOGo to 1.3.9. Here the errors : ERROR] <0x0xa5af054[NGImap4Connection]> could not select URL: [ERROR] <0x0xa5af054[NGImap4Connection]> could not fetch 102 uids for url: |
|
I've just tried with Google Mail and things work perfectly for me. Are you sure it's not your web browser cache that is broken? If not, you might want to enable full IMAP debugging and paste a complete trace. |
|
Ok, I can't right now but just to clarify, I can't create any new subfolders too. |
|
Sorry, my bad. I set NGImap4ConnectionStringSeparator to "/" and that was bad. It's ok for me, maybe not for buzzdee as my issue was a little bit different. |
|
Sorry for taking so long. I ran SOGo with the following parameters: My default IMAP is a cyrus imapd, which uses the default . as folder separator, but it seems, the GMail uses the / as folder separator. I don't have the NGImap4ConnectionStringSeparator default set. here the output when trying to access GMail account: S[0x6b58b3c8]: OK Gimap ready for requests from 212.37.172.162 by19if10061412bkb.46 C[0x5fe3d608]: 5 select "myusername.RapidEye" and here, when trying to access my cyrus imap: S[0x6b80a1a8]: OK [CAPABILITY IMAP4rev1 LITERAL+ ID ENABLE STARTTLS AUTH=PLAIN AUTH=OTP AUTH=NTLM AUTH=LOGIN AUTH=GSSAPI AUTH=DIGEST-MD5 AUTH=CRAM-MD5 SASL-IR] communicator.ds9 Cyrus IMAP v2.4.10 server ready I see SOGo issuing an empty: LIST "" "" command, to get the right hierarchy separator from the server, but it seems it doesn't take it into account. switching the NGImap4ConnectionStringSeparator to "/", then I can see the contents of folders in the GMail account: S[0x6924ae68]: OK Gimap ready for requests from 212.37.172.162 ej4if10081372bkb.44 C[0x63d02c88]: 5 select "myusername/Logfiles/nagios/srv-nagios" There you can see, it uses what is set in NGImap4ConnectionStringSeparator and it just works. I tried to reconfigure my cyrus imapd to turn on useunixhierarchysep: 1 So, it seems, probably the bug report should be renamed, and made an enhancement request, sth. like: drop NGImap4ConnectionStringSeparator, in favor to automatically retrieve and use hierarchy separator from the IMAP server per account. |
|
sogo: master 3187bca0 2019-09-04 13:45 Details Diff |
(fix) now dynamically detect and use the IMAP separator (fixes 0001490) |
Affected Issues 0001490 |
|
mod - Documentation/SOGoInstallationGuide.asciidoc | Diff File | ||
mod - NEWS | Diff File | ||
mod - SoObjects/Mailer/SOGoMailAccount.h | Diff File | ||
mod - SoObjects/Mailer/SOGoMailAccount.m | Diff File | ||
mod - SoObjects/SOGo/SOGoDomainDefaults.h | Diff File | ||
mod - SoObjects/SOGo/SOGoDomainDefaults.m | Diff File | ||
mod - SoObjects/SOGo/SOGoSieveManager.m | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2011-11-10 07:59 | buzzdee | New Issue | |
2011-11-14 16:41 | Orchal | Note Added: 0002998 | |
2011-11-24 20:45 | ludovic | Note Added: 0003073 | |
2011-11-25 07:07 | Orchal | Note Added: 0003079 | |
2011-11-28 14:29 | Orchal | Note Added: 0003084 | |
2011-11-28 19:27 | ludovic | Severity | major => minor |
2011-11-29 09:12 | buzzdee | Note Added: 0003087 | |
2011-12-12 15:54 | francis | Summary | unable to see mails in subfolder of auxilary IMAP account when SOGoMailAuxiliaryUserAccountsEnabled YES => Automatically retrieve hierarchy separator from the IMAP server (drop NGImap4ConnectionStringSeparator) |
2019-09-04 17:49 | ludovic | Changeset attached | => sogo master 3187bca0 |
2019-09-04 17:49 | ludovic | Assigned To | => ludovic |
2019-09-04 17:49 | ludovic | Resolution | open => fixed |
2019-09-04 17:50 | ludovic | Status | new => resolved |
2019-09-04 17:50 | ludovic | Fixed in Version | => 4.1.0 |