Summary | white screen composing new messages |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | rsalmon (at) mbpgroup (dot) com |
Created | 06/10/2010 (5563 days ago) |
Due | |
Updated | 06/28/2010 (5545 days ago) |
Assigned | |
Resolved | 06/28/2010 (5545 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Michael Slusarz
State ⇒ Resolved
LITERAL+ - and Courier seems to be the only server that doesn't
support it. I have no idea why that is the case - LITERAL+ has been
around for ages and eliminates a completely unnecessary server/client
roundtrip.
Bug #9089: Fix sending literals on IMAP servers that don't support LITERAL+http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php?rt=horde-git&r1=eb710536fde5483880c3e9c4ba38fa62df066bb4&r2=65c7b0ef4635e9a6d48cfb4d34fe8a9325b54f74
Priority ⇒ 1. Low
New Attachment: imaplogs.txt
Patch ⇒ No
Milestone ⇒
Summary ⇒ white screen composing new messages
Type ⇒ Bug
State ⇒ Unconfirmed
Queue ⇒ IMP
using prefs.php.dist and hook.php.dist
I can read, delete, move, do drag and drop emails just fine.
When I send a new (or reply) message, the compose window freezes for
about 30 seconds and then I get a white screen.
The email is sent, and saved into the 'Sent' folder (though Horde logs
says otherwise).
I've attached the imap debug ouput.
This is what I get in Apache's log file :
[error] [client 192.168.1.166] PHP Warning:
IMP_Compose::buildAndSendMessage(): failed to call filter function in
/var/www/html/horde/imp/lib/Compose.php on line 694, referer:
http://192.168.1.22/horde/imp/compose.php?actionID=reply&identity=0&thismailbox=INBOX&uid=27843&uniq=1276158688277
[notice] child pid 9528 exit signal Segmentation fault (11)
This is what I get in /tmp/horde.log :
ERR: HORDE [imp] IMAP error: Mailbox does not exist, or must be
subscribed to. [pid 9528 on line 4039 of
"/var/www/html/horde/libs/Horde/Imap/Client/Socket.php"]
ERR: HORDE [imp] IMAP read error or IMAP connection timed out. [pid
9528 on line 3916 of
"/var/www/html/horde/libs/Horde/Imap/Client/Socket.php"]
ERR: HORDE [imp] IMAP read error or IMAP connection timed out. [pid
9528 on line 3916 of
"/var/www/html/horde/libs/Horde/Imap/Client/Socket.php"]
DEBUG: HORDE [imp] Message sent successfully, but not saved to Sent
[pid 9528 on line 27 of
"/var/www/html/horde/libs/Horde/Core/Notification/Hordelog.php"]
From what I could track down, it seems to be hanging for about 30
seconds here :
Horde/Imap/Client/Socket.php: function _getLine(), line 3751
$read = explode(' ', $this->_readData(), 3);