Closed
Bug 833342
Opened 13 years ago
Closed 13 years ago
Not syncing $Forwarded flag when using IMAP with SSL
Categories
(MailNews Core :: Networking: IMAP, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: eelco, Unassigned)
Details
Attachments
(1 file)
95.42 KB,
text/plain
|
Details |
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0
Build ID: 20130107224849
Steps to reproduce:
forwarded a message (from an SSL IMAP account).
Actual results:
an orange arrow appeared; but only this was not updated on the courier imap server. So on other clients this orange arrow is not displayed. Also the forwarded messages as flagged on the imap server are not shown with an orange arrow when SSL is enabled.
Expected results:
The $Forwarded flag should have been set on the imap server so that other clients show the flag as well. If I disable SSL on the account it does work as expected. Also the messages that are on the server flagged as Forwarded are not shown when SSL is enabled. They are shown when SSL is disabled.
Reporter | ||
Updated•13 years ago
|
Severity: normal → major
Reporter | ||
Comment 1•13 years ago
|
||
tested on linux64, windows xp and windows 7. Thunderbird version: 17.0.2-ESR
Comment 2•13 years ago
|
||
Same here, with imap.laposte.net and SSL connection. Also, when you restart Thunderbird, the forwarded flag has disappear.
Switching to unsecured connection on port 143 fix this issue.
Updated•13 years ago
|
Status: UNCONFIRMED → NEW
Component: Untriaged → Networking: IMAP
Ever confirmed: true
Product: Thunderbird → MailNews Core
Comment 3•13 years ago
|
||
To record this log I had:
1/ Launch Thunderbird
2/ Select a message in the trash folder from my laposte.net account
3/ forward it to a gmail account
Reporter | ||
Comment 4•13 years ago
|
||
As it turns out it was a problem with Qmail-Toaster-Plus (QTP). The imaps server. Maybe also other qmail installs are affected.
To fix on qmail:
edit /etc/courier/imapd-ssl
add line: IMAP_KEYWORDS=1
after restarting qmail everything works as expected!
Verified on several QTP installs and also lots of thunderbird clients.
BR, Eelco
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
Comment 5•13 years ago
|
||
are you sure that laposte.net runs a Qmail-Toaster-Plus server?
Reporter | ||
Comment 6•13 years ago
|
||
I'm quite certain that they don't run courier on imap.laposte.net. But in my case the fault was clearly at the server side. The use of forward flags was disabled by default in imap-ssl by the QTP installer. As it is enabled in the non-ssl imap server; it's probably not by design.
So if QTP (qmail+courier) has this configuration fault; it could be that whatever imap server software laposte.net uses contains the same configuration fault.
Now that I changed the imap-ssl config to enable imap-flags; it works flawless with thundebird 17ESR. So I don't think that thunderbird is at fault.
If you want I could create an imap account for you on our QTP server so that you can test it yourself and see whether the problem is in your thunderbird or at laposte.net.
Just send me a PM if this is desired.
BR, Eelco Grakist
Comment 7•13 years ago
|
||
thanks for the clarification, I think I will just contact their support service and make a prier...
You need to log in
before you can comment on or make changes to this bug.
Description
•