[imp] Problem with email from Mailing List
Adrian Walters
adrian at na.dhs.org
Fri Jan 10 15:22:14 PST 2003
| ----- Message from chuck at horde.org ---------
| Date: Fri, 10 Jan 2003 15:06:03 -0500
| From: Chuck Hagenbuch <chuck at horde.org>
| Reply-To: Chuck Hagenbuch <chuck at horde.org>
| Subject: Re: [imp] Problem with email from Mailing List
| To: imp at lists.horde.org
|
| Quoting Adrian Walters <adrian at na.dhs.org>:
|
| > Notice: Array to string conversion in
| > /var/www/html/mail/horde/imp/message.php
| > on line 259
| >
| > Notice: Array to string conversion in
| > /var/www/html/mail/horde/imp/message.php
| > on line 262
|
| Those lines for me are looking at the Subject header. Is that the same in
| your version? Michael, any ideas here?
|
| -chuck
|
| --
| Charles Hagenbuch, <chuck at horde.org>
| must ... find ... acorns ... *thud*
|
| --
| IMP mailing list
| Frequently Asked Questions: http://horde.org/faq/
| To unsubscribe, mail: imp-unsubscribe at lists.horde.org
|
|
| ----- End message from chuck at horde.org -----
those lines for me look like this:
------------
258 /* Generate the shortened subject text. */
259 if (strlen($subject) > $conf['mailbox']['max_subj_chars']) {
260 $subject = substr($subject, 0, $conf['mailbox']['max_subj_chars
']) . '...';
261 }
262 $title = sprintf(_("%s: %s"), $imp['label'], $subject);
------------
hmm, the email in question has two subject lines... is there an rfc on email
subjects?
More information about the imp
mailing list