View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005303 | SOGo | Web Mail | public | 2021-04-20 08:48 | 2021-10-18 14:12 |
Reporter | Christian Mack | Assigned To | francis | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 5.1.0 | ||||
Fixed in Version | 5.2.0 | ||||
Summary | 0005303: email folders with questionmark "?" in name are unusable | ||||
Description | Questionmarks are valid characters in IMAP folder names. | ||||
Steps To Reproduce |
| ||||
Additional Information | SOGo 5.1.0 release When you try to create such a folder on the SOGo demo site, it will give you the following error box: And you will get an error on right upper side with: But this will not prevent other email clients to create such a folder! | ||||
Tags | |||||
The limit is imposed by your IMAP server, not SOGo. I don't know for your dovecot instance, but for our demo site, the problem is that we use an older version of Cyrus imapd and the question mark wasn't yet supported. |
|
Seems I wasn't clear enough. I can create those folders with questionmark and move/copy emails into it with SOGo. |
|
SOGo 5.2.0 We had another user, who used a questionmark in the folder name. |
|
I can't reproduce the issue with Dovecot. Do you get an error when you open the mailbox or when you open a message within the mailbox? What error do you get exactly? |
|
I get a "Request failed" when trying to open the mailbox/folder in web interface. In sogo.log I see: |
|
The question mark should be encoded using the native function |
|
In Firefox and Chromium I only can set a breakpoint at line 209. |
|
You're not suppose to see the question mark in your logs. It should be Are you using Apache with mod_proxy? Can you check your Web server configuration? |
|
The browser sends Apache Config:
</Proxy> |
|
Can you try to add |
|
Yesssss. |
|
sogo: master 657f00f9 2021-05-18 13:34 Details Diff |
fix(mail): handle folders that end with a question mark We now avoid using NSURL. Fixes 0005303 |
Affected Issues 0005303 |
|
mod - SoObjects/Mailer/SOGoMailFolder.m | Diff File | ||
mod - UI/MailerUI/UIxMailFolderActions.m | Diff File | ||
mod - UI/WebServerResources/js/Mailer/sgMailboxListItem.directive.js | Diff File | ||
sogo: master ecbdf450 2021-10-18 10:10 Details Diff |
chore(Apache): pass the URL path "raw" to sogod Fixes 0005303 |
Affected Issues 0005303 |
|
mod - Apache/SOGo.conf | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2021-04-20 08:48 | Christian Mack | New Issue | |
2021-04-20 08:48 | Christian Mack | Tag Attached: email | |
2021-05-14 18:38 | francis | Note Added: 0015263 | |
2021-05-17 07:11 | Christian Mack | Note Added: 0015267 | |
2021-05-18 17:36 | francis | Changeset attached | => sogo master 657f00f9 |
2021-05-18 17:36 | francis | Assigned To | => francis |
2021-05-18 17:36 | francis | Resolution | open => fixed |
2021-05-18 17:37 | francis | Status | new => resolved |
2021-05-18 17:37 | francis | Fixed in Version | => 5.1.1 |
2021-10-13 07:17 | Christian Mack | Status | resolved => feedback |
2021-10-13 07:17 | Christian Mack | Resolution | fixed => reopened |
2021-10-13 07:17 | Christian Mack | Note Added: 0015544 | |
2021-10-13 12:22 | francis | Note Added: 0015545 | |
2021-10-13 12:32 | Christian Mack | Note Added: 0015546 | |
2021-10-13 12:32 | Christian Mack | Status | feedback => assigned |
2021-10-13 17:21 | francis | Note Added: 0015548 | |
2021-10-15 09:13 | Christian Mack | Note Added: 0015556 | |
2021-10-15 12:26 | francis | Note Added: 0015557 | |
2021-10-15 13:55 | Christian Mack | Note Added: 0015558 | |
2021-10-15 20:40 | francis | Note Added: 0015560 | |
2021-10-18 14:02 | Christian Mack | Note Added: 0015561 | |
2021-10-18 14:11 | francis | Changeset attached | => sogo master ecbdf450 |
2021-10-18 14:11 | francis | Resolution | reopened => fixed |
2021-10-18 14:12 | francis | Status | assigned => resolved |
2021-10-18 14:12 | francis | Fixed in Version | 5.1.1 => 5.2.0 |