Author |
|
rq* Newbie
Joined: 20 September 2010 Location: Lithuania
Online Status: Offline Posts: 21
|
Posted: 20 September 2010 at 12:49am | IP Logged
|
|
|
Hi,
I have a few bug reports and feature requests about AfterLogic Webmail Lite (I'm running a PHP version). Where should I post those?
|
Back to Top |
|
|
rq* Newbie
Joined: 20 September 2010 Location: Lithuania
Online Status: Offline Posts: 21
|
Posted: 20 September 2010 at 12:51am | IP Logged
|
|
|
Also, is there a public VCS repository from where I could check out the very latest development version of Webmail Lite?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 20 September 2010 at 2:21am | IP Logged
|
|
|
Quote:
I have a few bug reports and feature requests about AfterLogic Webmail Lite |
|
|
You can post bug reports in the forum or in our HelpDesk, depending on whether you prefer them to be publicly available or not.
Feature requests are accepted for the Pro version only.
Quote:
Also, is there a public VCS repository from where I could check out the very latest development version of Webmail Lite? |
|
|
Not at the moment.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
rq* Newbie
Joined: 20 September 2010 Location: Lithuania
Online Status: Offline Posts: 21
|
Posted: 20 September 2010 at 3:49am | IP Logged
|
|
|
OK, here's bug report #1: many DOCTYPE declarations in the code contain trailing slashes, which invalidate them. Removing those slashes makes quite a big amount of HTML syntax errors visible. :)
|
Back to Top |
|
|
rq* Newbie
Joined: 20 September 2010 Location: Lithuania
Online Status: Offline Posts: 21
|
Posted: 20 September 2010 at 3:52am | IP Logged
|
|
|
Bug report #2: the installation script presents me with GNU Affero GPL v3, while everywhere else (both in the source and pages on this site) the license is stated to be GPL v2. You may want to clarify this misunderstanding.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 20 September 2010 at 4:29am | IP Logged
|
|
|
Quote:
many DOCTYPE declarations in the code contain trailing slashes, which invalidate them. Removing those slashes makes quite a big amount of HTML syntax errors visible. :) |
|
|
Thanks, we'll take a look into this.
Quote:
the installation script presents me with GNU Affero GPL v3, while everywhere else (both in the source and pages on this site) the license is stated to be GPL v2. You may want to clarify this misunderstanding. |
|
|
You're absolutely right. The new license was applied recently, we didn't update that in the code and on web site yet, but we'll do that of course.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
rq* Newbie
Joined: 20 September 2010 Location: Lithuania
Online Status: Offline Posts: 21
|
Posted: 20 September 2010 at 4:59am | IP Logged
|
|
|
Another issue: if I set USE_DB to false, I can no longer log into POP3 accounts because the system still tries to create a user (it presents me with a "Can't create user" error). IMAP logins still work. Any hints how to fix that?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 20 September 2010 at 5:14am | IP Logged
|
|
|
Quote:
Another issue: if I set USE_DB to false, I can no longer log into POP3 accounts because the system still tries to create a user (it presents me with a "Can't create user" error). IMAP logins still work. Any hints how to fix that? |
|
|
While IMAP allows storing message status, running search and sotrting, that won't work with POP3. Thus, if you don't use the database, you can use IMAP only.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
rq* Newbie
Joined: 20 September 2010 Location: Lithuania
Online Status: Offline Posts: 21
|
Posted: 20 September 2010 at 5:32am | IP Logged
|
|
|
Igor wrote:
Quote:
Another issue: if I set USE_DB to false, I can no longer log into POP3 accounts because the system still tries to create a user (it presents me with a "Can't create user" error). IMAP logins still work. Any hints how to fix that? |
|
|
While IMAP allows storing message status, running search and sotrting, that won't work with POP3. Thus, if you don't use the database, you can use IMAP only. |
|
|
Hm, I'd rather disable searching and sorting for POP3 users, but still allow the logins. Would it be hard to modify the behavior to this scheme?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 20 September 2010 at 6:34am | IP Logged
|
|
|
Even if you manage to achieve this kind of modification (which isn't going to be easy), you will lose any virtual folders like Sent Items or Trash, you will not be able to check read/unread message status, etc.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
rq* Newbie
Joined: 20 September 2010 Location: Lithuania
Online Status: Offline Posts: 21
|
Posted: 20 September 2010 at 7:00am | IP Logged
|
|
|
In fact, I don't want any folders shown for the pop3 users. And all emails could probably be displayed as read, though ideally, visited and unvisited email links would be different.
Would you suggest me which file/class I should try to hack?
As a sidenote, my ultimate goal is to replace a small public webmail system that I hacked up 7 years ago, which allows anyone to check their POP3 mail account. I'd like to replace that system with something that works well, is supported and preferably supports IMAP along with POP3. And I want that system to be as lightweight as possible: no database, no contacts etc. I looked at Roundcube, but it doesn't support POP3, so now I'm looking at AfterLogic.
|
Back to Top |
|
|
rq* Newbie
Joined: 20 September 2010 Location: Lithuania
Online Status: Offline Posts: 21
|
Posted: 21 September 2010 at 5:06am | IP Logged
|
|
|
Igor, can you please help me with my last question I posted above?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 21 September 2010 at 5:52am | IP Logged
|
|
|
Sorry, I don't have any idea as to which files should be modified (to make things clear, I'm not one of the developers), but I have a suggestion. If you check WebMail Lite page at SourceForge, you'll find several earlier versions of the product. A while ago, WebMail Lite was really simple - it didn't require database, it didn't have Contacts screen, and you could use it to access POP3 accounts (not sure about IMAP though). To tell the truth, I'm still using older WebMail Lite with one of my projects as I don't require the complex functionality.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
rq* Newbie
Joined: 20 September 2010 Location: Lithuania
Online Status: Offline Posts: 21
|
Posted: 21 September 2010 at 5:57am | IP Logged
|
|
|
Ah, thanks for a clue, I'll check it out!
Meanwhile, I've already narrowed the scope of falure a little. Will try to look into it too.
|
Back to Top |
|
|
rq* Newbie
Joined: 20 September 2010 Location: Lithuania
Online Status: Offline Posts: 21
|
Posted: 23 September 2010 at 3:55am | IP Logged
|
|
|
A few more bugs:
- Vilnius is listed in an incorrect time zone, at least in the admin panel. It should be grouped together with Helsinki, Riga and Tallinn (GMT+2), and not with Sarajevo, Skopje, Sofija, Warsaw, Zagreb (GMT+1).
- The checkSystemFolderAndCreate() function in common/class_login.php in certain cases tries to use $_settings variable which is not available in its scope. Here's a patch that fixes this mistake.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 23 September 2010 at 4:04am | IP Logged
|
|
|
Thank you. I have forwarded this information to the developers.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 23 September 2010 at 4:52am | IP Logged
|
|
|
According to the developers, the 2nd issue you reported (the one regarding $_settings variable) was fixed in WebMail Pro 5.1 release, and we're planning to release WebMail Lite 5.1 soon, so the fix will be there as well.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
rq* Newbie
Joined: 20 September 2010 Location: Lithuania
Online Status: Offline Posts: 21
|
Posted: 24 September 2010 at 12:33am | IP Logged
|
|
|
Igor, thanks for the info!
Any hints about when 5.1 Lite will be out?
By the way, current Lite version introduces itself as "AfterLogic Webmail Pro PHP" in the X-Mailer header. Is that intentional?
|
Back to Top |
|
|
rq* Newbie
Joined: 20 September 2010 Location: Lithuania
Online Status: Offline Posts: 21
|
Posted: 24 September 2010 at 1:38am | IP Logged
|
|
|
Another suggestion: please include the version number into the zip archives you distribute. Also, it would be nice if the latest versions available on SourceForge would be in sync with those available here (SF currently has 5.0.6, meanwhile you already have 5.0.9 for download).
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 24 September 2010 at 2:09am | IP Logged
|
|
|
Quote:
Any hints about when 5.1 Lite will be out? |
|
|
Developers keep stating "soon" Most probably, that will be the beginning of next week.
Quote:
By the way, current Lite version introduces itself as "AfterLogic Webmail Pro PHP" in the X-Mailer header. Is that intentional? |
|
|
I don't think so. Lite version is built by purging & replacing things from the Pro version, and looks like they overlooked this one. Will make sure that will be just "AfterLogic WebMail PHP", you can modify that text manually in common/inc_constants.php file.
Quote:
please include the version number into the zip archives you distribute. |
|
|
It is included, check VERSION file in WebMail root folder. Changelog shipped with the product provides hints on current version number as well.
Quote:
it would be nice if the latest versions available on SourceForge would be in sync with those available here |
|
|
We're trying to maintain that sync, but it's not feasible for each and every minor version. And unfortunately the person responsible for dealing with SourceForge is currently on vacation, so we can't update it now.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
rq* Newbie
Joined: 20 September 2010 Location: Lithuania
Online Status: Offline Posts: 21
|
Posted: 24 September 2010 at 3:23am | IP Logged
|
|
|
Igor wrote:
Quote:
please include the version number into the zip archives you distribute. |
|
|
It is included, check VERSION file in WebMail root folder. Changelog shipped with the product provides hints on current version number as well. |
|
|
Yeah, i wasn't crystal clear. What I meant was please make the version number a part of the filename.
By the way, do you accept feature patches? I'd like to see my patches (STARTTLS, POP3 without DB) integrated upstream.
|
Back to Top |
|
|
rq* Newbie
Joined: 20 September 2010 Location: Lithuania
Online Status: Offline Posts: 21
|
Posted: 24 September 2010 at 3:53am | IP Logged
|
|
|
Another bug: if a POP3 account doesn't have any messages in Inbox, the "Can't get message list" error is shown to the user.
|
Back to Top |
|
|
rq* Newbie
Joined: 20 September 2010 Location: Lithuania
Online Status: Offline Posts: 21
|
Posted: 28 September 2010 at 5:53am | IP Logged
|
|
|
*bump*
|
Back to Top |
|
|