Active
Project:
Webmail Plus
Version:
6.x-1.14
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Mar 2009 at 13:45 UTC
Updated:
23 Mar 2009 at 17:32 UTC
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.
Comments
Comment #1
akayani commented{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.
Comment #2
kong_ commentedThank 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
Comment #3
akayani commentedThat 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