PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Mail » Mail_IMAPv2 » Bug #7284

Mailbox path in manageMB()

Details

Request #7284Mailbox path in manageMB()
Submitted2006-04-03 14:56 UTC
Fromt dot bruederli at nexbyte dot com
StatusOpen
PackageMail_IMAPv2
PHP Version4.3.10
Roadmaps(Not assigned)

Comments

[2006-04-03 14:56 UTC] t dot bruederli at nexbyte dot com

Description:
------------
Mailbox names passed to Mail_IMAPv2_ManageMB::manageMB() are always translated to INBOX.{mailboxname}. This is not correct since there are IMAP servers that don't use these naming conventions. Mailbox names shouldn't be extended with the "INBOX."-prefix. This isn't done in manageMail() either.