afterlogic / webmail-lite-8

Open-source webmail script for existing IMAP server
https://afterlogic.org/webmail-lite-8
GNU Affero General Public License v3.0
335 stars 72 forks source link

back from "logging in programmatically" #94

Closed touringo closed 1 year ago

touringo commented 1 year ago

Hello, after successfully entering into webmail account programatically, when user clicks on exit button he remains logged in into webmail. How to make user really exit from webmail in order to transfer him elsewhere? Another question: is there a way to hide folders "special", "spam", "drafts" ?

afterlogic-support commented 1 year ago

Hello, after successfully entering into webmail account programatically, when user clicks on exit button he remains logged in into webmail. How to make user really exit from webmail in order to transfer him elsewhere?

That probably means you didn't set set cookie path as described at: https://afterlogic.com/docs/webmail-lite/developers-guide/logging-in-programmatically I'm referring to the following section:

Also note that "/" stands for cookie path which should point to the installation folder. If you have WebMail Lite set up in subfolder of the domain, e.g. yourdomain.com/webmail then you need to adjust the path accordingly:

setcookie('AuthToken', $sAuthToken, time()+3600, "/webmail/");

Another question: is there a way to hide folders "special", "spam", "drafts" ?

Using "Setup special folders" tool of Manage Folders screen, you can set "No usage assigned" for such a folder and then delete it. Note that turning a particular folder off will also disable functionality related to it. For example, if you unassign Trash folder, messages will be deleted permanently right away.

NB: This tracker is for reporting issues with the product. Community support is available at the forum: https://s.afterlogic.com/forum/forum_topics.asp?FID=28