Summary | Could not retrieve the message from the mail server |
Queue | IMP |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | |
Requester | nyte (at) aurorarayne (dot) com |
Created | 06/03/2006 (6991 days ago) |
Due | |
Updated | 06/07/2006 (6987 days ago) |
Assigned | 06/04/2006 (6990 days ago) |
Resolved | 06/04/2006 (6990 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
headers get lost when using next/previous to view the next message.
Without use_mboxcache, I can reproduce this--replies broken.
State ⇒ Feedback
dovecot, the other with courier. Both are running php 5.1.4 on
gentoo.
well - which is also running dovecot as the IMAP server and php 5.1.4
on gentoo... Unfortunately, I don't have another system at the moment
to test with.
dovecot, the other with courier. Both are running php 5.1.4 on gentoo.
adding a changeMbox call there works for me, I'll investigate my setup
further..
me (using both search mailboxes and non-search mailboxes). We
shouldn't need a call to changeMbox() in compose.php because at the
time we grab the message body text in IMP_Contents:: there is already
a changeMbox() call there.
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Could not retrieve the message from the mail server
Queue ⇒ IMP
New Attachment: compose.php.patch
State ⇒ Unconfirmed
"Could not retrieve the message from the mail server" appears at the
top of the screen and the contents of the previous message are not
quoted.
This seems to be related to this cvs update by slusarz on 5/31/06:
Refactor code so Auth_imp:: only deals with authenticating to the
IMAP server.
Auth_imp no longer automatically opens a connection to the current
mailbox. We
must now manually call IMP_IMAP::changeMbox() anytime we are
working with the
IMAP stream and require a connection to a mailbox. Much cleaner, and should
eliminate any issues with clearing the 'recent' flag incorrectly.
enclosed is a small patch to compose.php which seems to fix this issue
by adding a call to changeMbox().