[Tickets #5842] Re: Sent mail folder setting in identity settings wierd behaviour
bugs at bugs.horde.org
bugs at bugs.horde.org
Tue Oct 30 16:29:11 UTC 2007
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=5842
-----------------------------------------------------------------------
Ticket | 5842
Updated By | szymon at juraszczyk.com
Summary | Sent mail folder setting in identity settings wierd behaviour
Queue | IMP
Version | 4.1.5
Type | Bug
State | Unconfirmed
Priority | 1. Low
Owners |
-----------------------------------------------------------------------
szymon at juraszczyk.com (2007-10-30 09:29) wrote:
Sorry for generating traffic, but after I have just observed something that
may be relevant. In the source of services/prefs.php page there is
identities[1][12] = new Array("sent_mail_folder", "implicit",
decodeURIComponent("INBOX.sent_mail"));
On another installation of good old IMP 4.0.5 which I have at hand and
where this setting works correctly, this differes significantly:
identities[0][12] = new Array("sent_mail_folder", "implicit",
decodeURIComponent("sent_mail"));
Apparently there was no "INBOX." prefix in older version, but there I
have
'namespace' => 'INBOX.'
set in IMAP server definition. If I understand correctly, semantic of this
setting was altered in IMP 4.1.x as some namespace auto-detection magic has
been implemented. I therefore have no 'namespace' set in the affected 4.1.5
installations, following $servers['cyrus'] example. I do not connect to
IMAP server using TLS or SSL (I guess this matters in some cases). Anyway
folders in general seem to be working fine.
More information about the bugs
mailing list