Search The ForumSearch   RegisterRegister  LoginLogin

AfterLogic WebMail Pro

 AfterLogic Forum : AfterLogic WebMail Pro
Subject Topic: Modify mail list Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
jsonx
Newbie
Newbie
Avatar

Joined: 16 January 2013
Location: Turkey
Online Status: Offline
Posts: 3
Posted: 16 January 2013 at 6:50am | IP Logged Quote jsonx

Hi,

I have been struggling in your codes for 2 days to just get FROM EMAIL in email list. Also why don't you have a JavaScript API that has regular callbacks after events like afterRenderMailList(), clickDelete(), onNewMessage(), etc... When I need to add some custom codes I must search the right place for hours.

I just want to insert real from EMAIL (like "foo@bar.com" not user title like Foo Bar) into the message list.

Please open "webmail/js/mail/message-line.js" and look _getFromToContent() method. Here I just want to insert a hidden div like below:

content += "<div class='email-from'>" + this.REAL_EMAIL_FROM + "</div>";

Also when I run webmail pro in my localhost it saves messages to awm_messages table but it doesn't on my server.
Back to Top View jsonx's Profile Search for other posts by jsonx
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6088
Posted: 16 January 2013 at 7:11am | IP Logged Quote Igor

This isn't limited to simple client-side modification, as JavaScript receives data that way, it doesn't receive email address separately. Anyway, free support scope doesn't cover product modification. If you're interested in custom development or consulting services, please let us know. Rates start from $45/hour.

As for client-side API, we're currently working on version 7 of the product which will have both front-end and backend rewritten from scratch, so such modifications should be a breeze there. We plan to release 7.0 this March.

Quote:
Also when I run webmail pro in my localhost it saves messages to awm_messages table but it doesn't on my server.


Messages are only stored locally for POP3 accounts. In case of IMAP accounts, mails are accessed on server directly.

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

Joined: 16 January 2013
Location: Turkey
Online Status: Offline
Posts: 3
Posted: 16 January 2013 at 8:04am | IP Logged Quote jsonx

Actually I have a 25.000 users license. It still doesn't cover this support?
Back to Top View jsonx's Profile Search for other posts by jsonx
 
Alex
AfterLogic Support
AfterLogic Support
Avatar

Joined: 19 November 2003
Online Status: Offline
Posts: 2206
Posted: 16 January 2013 at 8:13am | IP Logged Quote Alex

The licenses sold directly on the web site do not include any development services. And developers' time is costly. Even a minimal custom development incident is priced higher than 25K users license.

If interested in establishing custom consultancy and development services, please contact us via helpdesk for details.

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

Joined: 16 January 2013
Location: Turkey
Online Status: Offline
Posts: 3
Posted: 16 January 2013 at 6:36pm | IP Logged Quote jsonx

I understand you Alex. Because I'm doing the same job. Developers time is valuable and costly. But as I said you absolutely need better API docs and API for JavaScript.

I solved the problem but it took my hours. Good luck with your next version.
Back to Top View jsonx's Profile Search for other posts by jsonx
 

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