View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002832 | SOGo | Backend Mail | public | 2014-07-01 20:26 | 2014-07-29 14:54 |
Reporter | Marcel | Assigned To | ludovic | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 2.2.5 | ||||
Target Version | 2.2.7 | Fixed in Version | 2.2.7 | ||
Summary | 0002832: Cannot use SmarterMail IMAP backend | ||||
Description | Some IMAP servers, notably SmarterMail, do not understand 1 login "username" {8} syntax for IMAP logins. Already after the first line, they complain about invalid username/password, as it uses the {8} length field as the password. Would it be possible to specify the password itself on the login command line itself, at least for passwords which do not contain characters interfering with the login process? | ||||
Steps To Reproduce | Add the server to the IMAP accounts list S: * OK IMAP4rev1 SmarterMail | ||||
Additional Information | Right now, it is not possible to connect to such a mail server and I have no control over the mail server's setup. Even though SOGo behaves standard-compliant, it would be nice if it were more conservative in its transmission of the password and thereby improving interoperability without losing performance or features. | ||||
Tags | No tags attached. | ||||
That is pretty dump from SmarterMail to not support that as it's a requirement for IMAP servers to do so and it breaks 8-bit paswords support. |
|
I agree. However, as it only supports dumb passwords anyway, this is not a problem. I have drafted a pull request (https://github.com/inverse-inc/sope/pull/9) which seems to solve the problem while preserving full compatibility and reducing the connection setup by one RTT for simple passwords. (I have not tested it as I currently don't have a SOGo development setup) |
|
Merged (and modified after) a few days ago. |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2014-07-01 20:26 | Marcel | New Issue | |
2014-07-02 12:47 | ludovic | Note Added: 0007271 | |
2014-07-04 21:19 | Marcel | Note Added: 0007285 | |
2014-07-09 18:05 | ludovic | Target Version | => 2.2.7 |
2014-07-29 14:54 | ludovic | Note Added: 0007363 | |
2014-07-29 14:54 | ludovic | Status | new => closed |
2014-07-29 14:54 | ludovic | Assigned To | => ludovic |
2014-07-29 14:54 | ludovic | Resolution | open => fixed |
2014-07-29 14:54 | ludovic | Fixed in Version | => 2.2.7 |