Search The ForumSearch   RegisterRegister  LoginLogin

AfterLogic WebMail Lite 7

 AfterLogic Forum : AfterLogic WebMail Lite 7
Subject Topic: Configuring Spam folder globally? Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
tomb
Newbie
Newbie


Joined: 23 February 2013
Location: United States
Online Status: Offline
Posts: 1
Posted: 23 February 2013 at 10:58am | IP Logged Quote tomb

I have a sieve script moving spam into a folder called "Junk" for each mailbox. I can't figure out how to configure webmail lite (php) to use the folder "Junk" for Spam by default. How can this be configured (even if it means some custom SQL)?
Back to Top View tomb's Profile Search for other posts by tomb
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6104
Posted: 24 February 2013 at 11:17pm | IP Logged Quote Igor

There is a plugin for modifying a list of default folders, find it under example/plugins/change-default-folders directory. Copy PHP file there so that it's located at data/plugins/change-default-folders/index.php and enable the plugin in data/settings/config.php by adding a following line to array defined there:

Code:
'plugins.change-default-folders' => true,


Once done, modify the plugin code and supply a list of folders you require, with their matching actual names on IMAP server.

Hope this helps!

--
Regards,
Igor, AfterLogic Support
Back to Top View Igor's Profile Search for other posts by Igor
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump

Powered by Web Wiz Forums version 7.9
Copyright ©2001-2004 Web Wiz Guide