Posted by rhylos on February 3, 2008 at 9:17am
Jump to:
| Project: | Basic webmail |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (cannot reproduce) |
Issue Summary
Using php 4.4.x on W2k3 IIS6 Drupal 5.x +SMTP Support module with hmailserver 4.x;
I found that the mailbox folders list gets truncated dropping the "I" for INBOX. resulting in NBOX. This is as well for the URL link
ie: NBOX -- NBOX.Drafts -- NBOX.Junk -- NBOX.Sent -- NBOX.Trash
This results in page not found errors or cannot access mailbox path error messages.
In addition this causes the send to sent box error message because the module is incorrectly trying to send to the NBOX.Sent vs the correct path of INBOX.Sent
Comments
#1
I'm baffled by this behavior, and I'm not entirely sure how it's happening or how to go about resolving it. I don't have the server setup you are using, and I can't imagine that anything other than possibly the PHP version would be changing the strings. I will try to do some research on the issue. Are any other strings missing characters, or is it only the folder names?
#2
I' am as well as when I looked over the code I didn't see where it was a typo or dropping the "I" either, on a test I had to add two "I" to keep one of them ie: IInbox would result in Inbox.
This odd behavior for whatever reason results in the display of the folders dropping the "I" or possibly the first character as well as the link.
#3
Same issue as above continues. I did update Drupal to 5.7 but alas this issue still remains. One odd thing I did notice if not on purpose is that when the module is enabled and email is attempted to be accessed, this module creates on the root drive of the drupa site a folder called "My Documents" with INBOX.Drafts, INBOX.Junk, INBOX.Sent, INBOX.Trash, and MAILBOX.LST files in it. I cannot figure out why the folder or files are created there nor for what they are used for.
#4
Since there has been no response in over two years, I'm assuming this is no longer an issue.