Author |
|
jsonx Newbie
Joined: 16 January 2013 Location: Turkey
Online Status: Offline Posts: 3
|
Posted: 16 January 2013 at 6:50am | IP Logged
|
|
|
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 |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6103
|
Posted: 16 January 2013 at 7:11am | IP Logged
|
|
|
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 |
|
|
jsonx Newbie
Joined: 16 January 2013 Location: Turkey
Online Status: Offline Posts: 3
|
Posted: 16 January 2013 at 8:04am | IP Logged
|
|
|
Actually I have a 25.000 users license. It still doesn't cover this support?
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 16 January 2013 at 8:13am | IP Logged
|
|
|
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 |
|
|
jsonx Newbie
Joined: 16 January 2013 Location: Turkey
Online Status: Offline Posts: 3
|
Posted: 16 January 2013 at 6:36pm | IP Logged
|
|
|
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 |
|
|