Summary | errors opening a message |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | rsalmon (at) mbpgroup (dot) com |
Created | 12/11/2009 (5690 days ago) |
Due | |
Updated | 12/15/2009 (5686 days ago) |
Assigned | 12/11/2009 (5690 days ago) |
Resolved | 12/15/2009 (5686 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
escape character instead of '\' for at least a year. Luckily, most
IMAP servers use literal strings instead of quoted strings. Anyway,
this has been fixed.
Version ⇒ Git master
Queue ⇒ Horde Framework Packages
State ⇒ Resolved
character instead of '\' for at least a year. Luckily, most IMAP
servers use literal strings instead of quoted strings. Anyway, this
has been fixed.
Bug #8767: Search for correct quote escape characterhttp://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php?rt=horde-git&r1=63abbc013833b294650742b7c7b3d089c51fd4af&r2=a2aafe63cc6354096d7ea22a2e25a8e009e68d9f
New Attachment: imap.log
imp/config/servers.php (the 'debug' config parameter).
this in imp/docs/INSTALL ?
Attach/post only the portion of the log that directly deals with the
problem reported (it may be simplest to clear the log file and then
perform the event that causes the error).
we use courier-imap-4.3/php-5.2.11
I have an old cvs copy (07 oct 2008) of Horde/IMP and I don't have any
issue opening those messages.
with the way we are parsing the IMAP data.
To further debug this issue, we need details of the IMP -> IMAP/POP
communication.
To enable debugging, see instructions contained in
imp/config/servers.php (the 'debug' config parameter).
Debugging should not be enabled on a production server, Attach/post
only the portion of the log that directly deals with the problem
reported (it may be simplest to clear the log file and then perform
the event that causes the error).
New Attachment: Capture.png
using email2.elm, If I reformat the subject header (see below),
warning/error is gone.
-- Subject: Re: Nouvelle Offre commerciale "Busines
++ Subject: Re: Nouvelle Offre commerciale Busines
sure it is the same issue.
I've attached a screenshot of what it looks like. It seems that IMP is
having trouble processing the subject.
I've added a print_r($ob) in imp/mailbox.php line 731 (just before the
try[flags]) and here is the output for email2.elm :
Array
(
[uid] => 3
[seq] => 1
[envelope] => Array
(
[date] => Tue, 01 Dec 2009 15:54:56 +0100
[subject] => Re: Nouvelle Offre commerciale \
[in-reply-to] => example.com)) ((
[message-id] => Ronan NIL
[from] => Array
(
)
[sender] => Array
(
)
[reply-to] => Array
(
)
[to] => Array
(
)
[cc] => Array
(
)
[bcc] => Array
(
)
)
[mailbox] => INBOX.Drafts
[preview] =>
Re-bonjour,
Merci,
Ronan
XXX
toto.tito@example.com a écrit :
)
if using that. Or else check to see if your IMAP server is
returning bad information. Otherwise, you will need to debug
yourself and provide information on what these variables are
actually set to on your installation.
using email2.elm, If I reformat the subject header (see below),
warning/error is gone.
-- Subject: Re: Nouvelle Offre commerciale "Busines
++ Subject: Re: Nouvelle Offre commerciale Busines
State ⇒ Feedback
if using that. Or else check to see if your IMAP server is returning
bad information. Otherwise, you will need to debug yourself and
provide information on what these variables are actually set to on
your installation.
New Attachment: email2.elm
** IMP messages list :
Warning: array_merge() [function.array-merge]: Argument
#1is not anarray in /var/www/html/horde/imp/mailbox.php on line 734
** IMP open message :
Warning: reset() [function.reset]: Passed variable is not an array or
object in /var/www/html/horde/imp/message.php on line 216
Fatal error: Call to a member function getValue() on a non-object in
/var/www/html/horde/imp/message.php on line 242
** DIMP messages list :
PHP Warning: in_array() [<a
href='function.in-array'>function.in-array</a>]: Wrong datatype for
second argument in /var/www/html/horde/imp/lib/Views/ListMessages.php
on line 314, referer: http://127.0.0.1/horde/imp/
PHP Fatal error: Call to a member function getValue() on a non-object
in /var/www/html/horde/imp/lib/Views/ListMessages.php on line 336,
referer: http://127.0.0.1/horde/imp/
New Attachment: email.elm
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ errors opening a message
Type ⇒ Bug
Priority ⇒ 1. Low
Warning: array_merge() [function.array-merge]: Argument
#1is not anarray in /var/www/html/horde/imp/mailbox.php on line 734
I get the following error when opening the email :
Warning: reset() [function.reset]: Passed variable is not an array or
object in /var/www/html/horde/imp/message.php on line 216
Fatal error: Call to a member function getValue() on a non-object in
/var/www/html/horde/imp/message.php on line 242