Author |
|
knawrot Newbie
Joined: 27 May 2013 Location: Poland
Online Status: Offline Posts: 7
|
Posted: 27 May 2013 at 1:16am | IP Logged
|
|
|
Is it possible, to display (and switch) IMAP folders in main window (under "Inbox")?
I can see it after clicking on "Manage Folders", but this is not comfortable (my users ale using Outlook and the are used to see folders immediately after login).
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6103
|
Posted: 27 May 2013 at 1:18am | IP Logged
|
|
|
Not sure if I understand what exactly you're looking for, can you please clarify?
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
knawrot Newbie
Joined: 27 May 2013 Location: Poland
Online Status: Offline Posts: 7
|
Posted: 27 May 2013 at 1:50am | IP Logged
|
|
|
Now after login I see:
-Inbox
-Sent
-Drafts
etc.
On the bottom: "Manage Folders". After click on "Manage Folders" I see my IMAP mail folders eg: Folder1, Folder2, Folder3
Now I want do see something like that after login:
-Inbox
|-Folder1
|--Subfolder1
|-Folder2
|-Folder3
-Sent
-Drafts
Is it possible?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6103
|
Posted: 27 May 2013 at 1:56am | IP Logged
|
|
|
Are you saying that those folders like Folder1 are not visible at all, and you have to enable displaying them explicitly?
If that's the case, I guess there might be a simple solution for the problem. There was a plugin for previous versions which allowed for ignoring folder subscription status, so that all the folders are displayed. I'll check with the developers and see if it's possible to offer such plugin for v7 of WebMail Pro. Be advised that this will probably result in being unable to hide the folders, hope that's OK.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
knawrot Newbie
Joined: 27 May 2013 Location: Poland
Online Status: Offline Posts: 7
|
Posted: 27 May 2013 at 2:02am | IP Logged
|
|
|
Igor wrote:
Are you saying that those folders like Folder1 are not visible at all, and you have to enable displaying them explicitly? |
|
|
Exactly
Igor wrote:
If that's the case, I guess there might be a simple solution for the problem. There was a plugin for previous versions which allowed for ignoring folder subscription status, so that all the folders are displayed. I'll check with the developers and see if it's possible to offer such plugin for v7 of WebMail Pro.
|
|
|
Great! I'll be very grateful!
Igor wrote:
Be advised that this will probably result in being unable to hide the folders, hope that's OK. |
|
|
That's not a problem for me.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6103
|
Posted: 27 May 2013 at 3:56am | IP Logged
|
|
|
Upon a quick check, it looks like the plugin designed for v6 works as expected under v7 as well. You can download it here, and you'll need to extract it to data/plugins directory so that the plugin itself is located at: data/plugins/ignore-subscribes-status/index.php.
The plugin needs to be activated by modifying data/settings/config.php file, array defined there should have the entry added like this:
Code:
<?php
return array(
'plugins.ignore-subscribes-status' => true,
...
); |
|
|
Hope this helps!
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
knawrot Newbie
Joined: 27 May 2013 Location: Poland
Online Status: Offline Posts: 7
|
Posted: 27 May 2013 at 5:47am | IP Logged
|
|
|
Super! This is exactly what I meant! Thanks!
By the way, do you plan in the future to add an option to expand / collapse tree of subfolders?
The idea is that with something like this:
Inbox
| - [+] Folder1
| --- Folder2
Make (by clicking on the "+")
Inbox
| - [-] Folder1
| | - Subfolder1
| | - Subfolder2
| --- Folder2
My problem is solved and it is not so important, but it would be cool.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6103
|
Posted: 27 May 2013 at 5:50am | IP Logged
|
|
|
Happy to help!
Quote:
By the way, do you plan in the future to add an option to expand / collapse tree of subfolders? |
|
|
Yes, that's in the roadmap already.
--
Regards,
Igor, AfterLogic Supprt
|
Back to Top |
|
|