Search The ForumSearch   RegisterRegister  LoginLogin

AfterLogic WebMail Pro

 AfterLogic Forum : AfterLogic WebMail Pro
Subject Topic: Suggestion list for AL Webmail Pro Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
mcoelho80
Newbie
Newbie


Joined: 03 April 2014
Location: Brazil
Online Status: Offline
Posts: 28
Posted: 14 April 2014 at 2:50pm | IP Logged Quote mcoelho80

https://github.com/detochko/MailSo/commit/4745927883c3129888dbdcc6d338566d22791ae1

Although my patch was accepted by MailSo's developer, I think it would be best to have a new quota method, e.g. 'AdvancedQuota', because changing Quota method directly can break systems that expect an array with 2 positions instead of one with 4.
Back to Top View mcoelho80's Profile Search for other posts by mcoelho80
 
Alex
AfterLogic Support
AfterLogic Support
Avatar

Joined: 19 November 2003
Online Status: Offline
Posts: 2206
Posted: 15 April 2014 at 6:44am | IP Logged Quote Alex

I never saw message count quota in other webmail products.

But if you think AfterLogic should support quotas not only for disk usage but for message counts as well, please post this idea at afterlogic.uservoice.com

If we see people are interested in it, we'll consider adding it to future versions.

Regards,
Alex
Back to Top View Alex's Profile Search for other posts by Alex
 
mcoelho80
Newbie
Newbie


Joined: 03 April 2014
Location: Brazil
Online Status: Offline
Posts: 28
Posted: 15 April 2014 at 8:01am | IP Logged Quote mcoelho80

Alex wrote:
I never saw message count quota in other webmail products.


That's true. But IMAP supports it.
http://tools.ietf.org/html/rfc2087#section-3

Apple Mail client also supports MESSAGE quota, I've just tested it here.

It's pretty simple to implement that limit, so simple that MailSo's author has accepted my patch and now Quota() method returns an array with 4 positions, including the MESSAGE quota as well.
https://github.com/detochko/MailSo
Back to Top View mcoelho80's Profile Search for other posts by mcoelho80
 
mcoelho80
Newbie
Newbie


Joined: 03 April 2014
Location: Brazil
Online Status: Offline
Posts: 28
Posted: 17 April 2014 at 3:15pm | IP Logged Quote mcoelho80

On new message window, user could see the currently upload limit taken from PHP configuration upload_max_filesize.

If possible, user could see also the message size limit.
Back to Top View mcoelho80's Profile Search for other posts by mcoelho80
 
mcoelho80
Newbie
Newbie


Joined: 03 April 2014
Location: Brazil
Online Status: Offline
Posts: 28
Posted: 17 April 2014 at 4:12pm | IP Logged Quote mcoelho80

Another one.

Webmail could load English language file before any other, merging the results. That would prevent a missing string to be showed as something like PLUGINS/ANTISPAM_BLACKLIST_TAB.

That would be specially useful for plugin developers.
Back to Top View mcoelho80's Profile Search for other posts by mcoelho80
 
mcoelho80
Newbie
Newbie


Joined: 03 April 2014
Location: Brazil
Online Status: Offline
Posts: 28
Posted: 23 April 2014 at 8:12am | IP Logged Quote mcoelho80

Suggestion:

An option to get message headers. Maybe a new window, like the print window, showing the headers with a monospace font.
Back to Top View mcoelho80's Profile Search for other posts by mcoelho80
 
mcoelho80
Newbie
Newbie


Joined: 03 April 2014
Location: Brazil
Online Status: Offline
Posts: 28
Posted: 25 April 2014 at 7:24am | IP Logged Quote mcoelho80

User could select default font and size when composing a new message and the default font and size for plain text messages.

Maybe an icon A A A when displaying the message to control the message zoom or something like this.
Back to Top View mcoelho80's Profile Search for other posts by mcoelho80
 
mcoelho80
Newbie
Newbie


Joined: 03 April 2014
Location: Brazil
Online Status: Offline
Posts: 28
Posted: 25 April 2014 at 9:19am | IP Logged Quote mcoelho80

SUGGESTION:

I think Calendar Settings would be more organized with this form layout:
http://snag.gy/GtkLL.jpg
Back to Top View mcoelho80's Profile Search for other posts by mcoelho80
 
mcoelho80
Newbie
Newbie


Joined: 03 April 2014
Location: Brazil
Online Status: Offline
Posts: 28
Posted: 29 April 2014 at 6:24am | IP Logged Quote mcoelho80

Some form fields don't need spell check.

You could add spellcheck="false" to disable this feature, mainly in the login form.
Back to Top View mcoelho80's Profile Search for other posts by mcoelho80
 
Alex
AfterLogic Support
AfterLogic Support
Avatar

Joined: 19 November 2003
Online Status: Offline
Posts: 2206
Posted: 29 April 2014 at 7:02am | IP Logged Quote Alex

Quote:
I think Calendar Settings would be more organized with this form layout:
http://snag.gy/GtkLL.jpg

Some form fields don't need spell check.

Thanks, done. Will be included in the upcoming release.

Really cool ideas from you, BTW :)

Regards,
Alex



Back to Top View Alex's Profile Search for other posts by Alex
 
Alex
AfterLogic Support
AfterLogic Support
Avatar

Joined: 19 November 2003
Online Status: Offline
Posts: 2206
Posted: 29 April 2014 at 7:30am | IP Logged Quote Alex

Quote:

Webmail could load English language file before any other, merging the results. That would prevent a missing string to be showed as something like PLUGINS/ANTISPAM_BLACKLIST_TAB.

We now did this for plugins.

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

Joined: 19 November 2003
Online Status: Offline
Posts: 2206
Posted: 29 April 2014 at 7:33am | IP Logged Quote Alex

Quote:

On new message window, user could see the currently upload limit taken from PHP configuration upload_max_filesize.

If possible, user could see also the message size limit.

Can't do this reliably now. For instance, nginx may set its own limit which we can't know. I'd only be possible to show the limit which is set in webmail's configuration (the admin's task is to make sure this limit actually reflects the server's configuration).

Regards,
Alex
Back to Top View Alex's Profile Search for other posts by Alex
 
mcoelho80
Newbie
Newbie


Joined: 03 April 2014
Location: Brazil
Online Status: Offline
Posts: 28
Posted: 08 May 2014 at 10:02am | IP Logged Quote mcoelho80

1) User could press arrow right to expand a threaded message on the message list.
2) Space bar could select/unselect current message
Back to Top View mcoelho80's Profile Search for other posts by mcoelho80
 
mcoelho80
Newbie
Newbie


Joined: 03 April 2014
Location: Brazil
Online Status: Offline
Posts: 28
Posted: 12 May 2014 at 10:12am | IP Logged Quote mcoelho80

Contacts screen could have a reload button on toolbar, because users can also update contacts using Carddav.
Back to Top View mcoelho80's Profile Search for other posts by mcoelho80
 
mcoelho80
Newbie
Newbie


Joined: 03 April 2014
Location: Brazil
Online Status: Offline
Posts: 28
Posted: 14 May 2014 at 5:28pm | IP Logged Quote mcoelho80

http://snag.gy/7vl4V.jpg

Contact search could have an icon, like message search.

You could also change the padding style of the text field, something like this:

.panel.contacts .panel_top { padding: 6px 20px 6px 34px; }

Back to Top View mcoelho80's Profile Search for other posts by mcoelho80
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6038
Posted: 14 May 2014 at 10:29pm | IP Logged Quote Igor

Quote:
Contacts screen could have a reload button on toolbar, because users can also update contacts using Carddav.


Good point, there's reload tool in mail, calendar etc., makes sense to have it in contacts too.

Quote:
Contact search could have an icon, like message search.


That's done already, will be there in next update.

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

Joined: 30 July 2014
Location: Switzerland
Online Status: Offline
Posts: 1
Posted: 30 July 2014 at 7:06am | IP Logged Quote urba1n

Add Delete and Spam in the toolbar of the message (where you can 'Reply', 'Reply to all', 'Forward', .....)
Back to Top View urba1n's Profile Search for other posts by urba1n
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6038
Posted: 31 July 2014 at 2:29am | IP Logged Quote Igor

We've already added Delete button there, it'll be available in next 7.4 release. Maybe we'll also add Spam button in the future.

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


Joined: 18 August 2014
Location: United States
Online Status: Offline
Posts: 1
Posted: 18 August 2014 at 1:19am | IP Logged Quote omona187

thank you
Back to Top View omona187's Profile Search for other posts by omona187 Visit omona187's Homepage
 
ploosqva
Newbie
Newbie


Joined: 24 August 2014
Online Status: Offline
Posts: 6
Posted: 24 August 2014 at 9:55am | IP Logged Quote ploosqva

Hi

Sorry if these have already been suggested. Currently I'd love to see two features:

1. A dedicated archive button, which would move messages to a pre-set archive folder (like the Gmail archive button, which moves to 'All mail')
2. Fallback threading support. I'm using email accounts on Gmail and privat Mailenable server and I don't have threading on either of them. It would be great to have simple email title-based threading if the server doesn't support IMAP threading. Most Android mail apps I've tried succesfully combined related messages into conversations.

Thanks,
Tom
Back to Top View ploosqva's Profile Search for other posts by ploosqva
 
ploosqva
Newbie
Newbie


Joined: 24 August 2014
Online Status: Offline
Posts: 6
Posted: 24 August 2014 at 10:16am | IP Logged Quote ploosqva

And actually it would be great to have a summary landing page, which would show combined information from multiple accounts such a total of unread messages in each account and unread emails.
Back to Top View ploosqva's Profile Search for other posts by ploosqva
 
ploosqva
Newbie
Newbie


Joined: 24 August 2014
Online Status: Offline
Posts: 6
Posted: 24 August 2014 at 10:55am | IP Logged Quote ploosqva

This forum should allow editing posts ;)

Lastly I think that the landing page (and Webmail in general) should offer a global search, which would search in every account
Back to Top View ploosqva's Profile Search for other posts by ploosqva
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6038
Posted: 25 August 2014 at 4:54am | IP Logged Quote Igor

Quote:
A dedicated archive button, which would move messages to a pre-set archive folder (like the Gmail archive button, which moves to 'All mail')


Sounds interesting. In fact, I could use the button myself a lot! I've forwarded the suggestion to the product team.

Quote:
Fallback threading support. I'm using email accounts on Gmail and privat Mailenable server and I don't have threading on either of them. It would be great to have simple email title-based threading if the server doesn't support IMAP threading. Most Android mail apps I've tried succesfully combined related messages into conversations.


Sounds interesting, too - but hardly feasible, as it would require storing all the mails, at least headers of those. Desktop or mobile clients can store that information locally - WebMail, however, cannot.

Quote:
And actually it would be great to have a summary landing page, which would show combined information from multiple accounts such a total of unread messages in each account and unread emails.


It's quite easy to implement such a page using WebMail API - you can get number of all/unread mails, even their headers - and upon clicking link or button, log user in.

Quote:
Lastly I think that the landing page (and Webmail in general) should offer a global search, which would search in every account


WebMail can currently work with one account at a time, I'm afraid - same reasons as those for threading replacement.

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


Joined: 24 August 2014
Online Status: Offline
Posts: 6
Posted: 27 August 2014 at 4:34am | IP Logged Quote ploosqva

Igor wrote:
WebMail can currently work with one account at a time, I'm afraid - same reasons as those for threading replacement.


I understand that about threads but wouldn't this require simply running a search for each account separately and displaying aggregated (or tabbed with a tab per account)?

Similarily it would be nice to search one account but all folders at once. Is that possible?
Back to Top View ploosqva's Profile Search for other posts by ploosqva
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6038
Posted: 27 August 2014 at 5:25am | IP Logged Quote Igor

If you might consider creating an external dashboard, there is MessageList method available via API and it supports running search, too. Adding this kind of functionality in WebMail interface, be this about multiple accounts or all folder of the same account, raises multiple questions - and getting a merged list of search results would be the most problematic of them, particularly since WebMail works with mails on per-page basis, so going to next page or deleting one of the mails found would require running the same search again, not something expected to be lightning fast.

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

<< Prev Page of 9 Next >>
  Post ReplyPost New Topic
Printable version Printable version

Forum Jump

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