Author |
|
lukas Newbie

Joined: 17 June 2025
Online Status: Offline Posts: 2
|
Posted: 17 June 2025 at 12:15am | IP Logged
|
|
|
Hi,
I'm considering purchasing WebMail Pro, but have couple of questions:
1. Is it possible to have the interface in a conversation/thread style, where by clicking the message, all related sent and received messages are displayed (like in GMail)?
2. When purchased is the source code readable for modifications?
3. Is it possible to order custom plugins at Afterlogic ?
Thanks,
Lukas
|
Back to Top |
|
|
Igor AfterLogic Support

Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6147
|
Posted: 17 June 2025 at 12:36am | IP Logged
|
|
|
Hello,
Quote:
1. Is it possible to have the interface in a conversation/thread style, where by clicking the message, all related sent and received messages are displayed (like in GMail)? |
|
|
Yes absolutely, the message threading is supported, as long as mailserver you use offers support for it. Please see this documentation page for more info.
Quote:
2. When purchased is the source code readable for modifications? |
|
|
We generally do not protect the source code from modifications, the only exception is Licensing module, the code there is obfuscated to prevent interference with license check logic. Note that in case of JavaScript code, its minified version is used, which optimizes the load - if you'd like to make changes in JavaScript without rebuilding it entirely, set "UseAppMinJs" to false in data/settings/config.json file; the JavaScript files themselves are found under static/js directory.
Please note that it's the same product package used for trial and licensed use, your license key is what makes the difference - so you can download WebMail Pro for a free 30-day trial, make any source code changes you need, and should you wish to purchase the license, the changes will be retained.
Quote:
3. Is it possible to order custom plugins at Afterlogic ? |
|
|
Sure, we offer custom development, please contact us via HelpDesk if you're interested.
--
Regards,
Igor, Afterlogic
|
Back to Top |
|
|
lukas Newbie

Joined: 17 June 2025
Online Status: Offline Posts: 2
|
Posted: 17 June 2025 at 12:46am | IP Logged
|
|
|
Igor wrote:
Hello,
[quote]1. Is it possible to have the interface in a conversation/thread style, where by clicking the message, all related sent and received messages are displayed (like in GMail)?
Yes absolutely, the message threading is supported, as long as mailserver you use offers support for it. Please see this documentation page for more info.
|
|
|
Yeah, so currently the thread is displayed in the messages list. I'm rather used to have the thread being displayed in message preview panel. I'm guessing that's not supported ?
Lukas
|
Back to Top |
|
|
Igor AfterLogic Support

Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6147
|
Posted: 17 June 2025 at 12:48am | IP Logged
|
|
|
You're correct, that's how it is currently implemented and there are no other options available out-of-box. Thank you.
--
Regards,
Igor, Afterlogic
|
Back to Top |
|
|