Problems with the Boxes
kong_ - March 9, 2009 - 13:45
| Project: | Webmail Plus |
| Version: | 6.x-1.14 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I have the webmail_plus working, but I still have some problems with the boxes.
From the "New mesages box" I can see the emails, but when I click on them i get error "404 Page not found". The link is:
http://example.com/webmail_plus/message_view/4!INBOX@2
If I change this to:
http://example.com/?q=webmail_plus/message_view/4!INBOX@2
I can see the email.
In the Folder Box I see this folders:
* {localhost:143}INBOX
* {localhost:143}Sent
* {localhost:143}Spam
* {localhost:143}Trash
Clicking on them I get a wrong link:
http://example.com/?q=webmail_plus/view_folder/%7Blocalhost%3A143%7DINBOX
Instead of
http://example.com/?q=webmail_plus/view_folder/INBOX
Any ideas?
Thanks in advance.

#1
{localhost:143}
Easy fixed,
Mail API
Folder Prefix:
{localhost:143}
Some servers store folders as subfolders of INBOX so the full folder name looks like INBOX.folder. If this is the case, specify 'INBOX.'.
Hide Folder Prefix
But you need to log out and back in to get it working, at least I did.
#2
Thank you very much! It worked. I can't believe it was so simple.
What about the other problem? Do you know how to add the "?q=" to the "Email" box, the one that shows the new emails?
Again, thank you
#3
That is removed by 'clean URLs'.
I think it's a site wide setting and not module specific.
Make sure you note what I said in another thread about the new mailAPI module.
Yani