Home » Mail » Mail_IMAPv2 » Bug #7284
Mailbox path in manageMB()
Details
| Request #7284 | Mailbox path in manageMB() |
|---|---|
| Submitted | 2006-04-03 14:56 UTC |
| From | t dot bruederli at nexbyte dot com |
| Status | Open |
| Package | Mail_IMAPv2 |
| PHP Version | 4.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.