Author |
|
jp1981 Newbie

Joined: 18 July 2013 Location: South Africa
Online Status: Offline Posts: 5
|
Posted: 18 July 2013 at 9:06am | IP Logged
|
|
|
Hi
Is there a possibility to add rules?
IE, I receive an email form xyz@x.com and would like the email to be moved automatically into a folder?
And, how does one add a image to a signature?
|
Back to Top |
|
|
jp1981 Newbie

Joined: 18 July 2013 Location: South Africa
Online Status: Offline Posts: 5
|
Posted: 18 July 2013 at 9:30am | IP Logged
|
|
|
I can see the code is there - but the Image icon does not show up on my side.
Am I doing something wrong?
Code:
<a href="javascript:void(0);" class="item image" data-bind="click: insertImage,
visible: allowInsertImage, css: {'expand': visibleInsertImagePopup}">
<span class="icon" data-i18n="HTMLEDITOR/INSERT_IMAGE" data-bind="i18n: 'title'"></span>
<span class="dropdown">
<span class="dropdown_helper">
<span class="dropdown_content">
<span data-i18n="HTMLEDITOR/UPLOAD_SELECT_IMAGE" data-bind="i18n: 'text'"></span>:
<br />
<span class="button" data-bind="initDom: imageUploaderButton, i18n: 'text'"
&n bsp; data-i18n="HTMLEDITOR/UPLOAD_BUTTON_CHOOSE_IMAGE"></span>
<br />
<span data-i18n="HTMLEDITOR/UPLOAD_ENTER_IMAGE_URL" data-bind="i18n: 'text'"></span>:
<br />
<input class="input" type="text" data-bind="value: imagePathFromWeb"
&n bsp; style="width: 200px;" />
<span class="button" data-bind="click: insertWebImageFromPopup, i18n: 'text'"
&n bsp; data-i18n="HTMLEDITOR/BUTTON_INSERT"></span>
<span class="button" data-bind="click: closeInsertImagePopup, i18n: 'text'"
&n bsp; data-i18n="HTMLEDITOR/BUTTON_CANCEL"></span>
</span>
</span>
</span>
</a>
|
|
|
|
Back to Top |
|
|
dalya Newbie


Joined: 14 March 2012 Location: Australia
Online Status: Offline Posts: 4
|
Posted: 18 July 2013 at 12:49pm | IP Logged
|
|
|
Hi jp1981,
Rules such as moving and email to a folder are normally configured using Sieve. If your hosting provider uses cpanel,you should be able to configure this through there but if run your own server afterlogic have a product called managedSieve server which can be found at http://www.afterlogic.org/managesieve-server
Not sure about your signature question though. Would be interested in seeing if it is a possible
|
Back to Top |
|
|
jp1981 Newbie

Joined: 18 July 2013 Location: South Africa
Online Status: Offline Posts: 5
|
Posted: 18 July 2013 at 11:39pm | IP Logged
|
|
|
Thanks for the reply. I will have a look at the Sieve server.
I actually used the image code and I added it via "inspect element" and modified the code on the live site and it added the image button. This worked, so i do not understand fully why the Image button does not show in the first place.
Most companies these days use some sort of a image as a signature so it is hard for me to believe that this feature is not included straight out of the box.
|
Back to Top |
|
|
Igor AfterLogic Support

Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6136
|
Posted: 19 July 2013 at 12:02am | IP Logged
|
|
|
Quote:
why the Image button does not show in the first place. |
|
|
That would require storing the file on web server and attaching it to outgoing mails, while existing function of inserting inline image simply uses temporary storage. This feature is already in the product roadmap, but no specific version or release date assigned yet.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
jp1981 Newbie

Joined: 18 July 2013 Location: South Africa
Online Status: Offline Posts: 5
|
Posted: 19 July 2013 at 1:08am | IP Logged
|
|
|
Igor wrote:
Quote:
why the Image button does not show in the first place. |
|
|
while existing function of inserting inline image simply uses temporary storage.
--
Regards,
Igor, AfterLogic Support
|
|
|
Please do let me know how to use that, as i do not get that right. I used a link of an image hosted on the site, and I used the actual src tag. No go, it just shows the link or the code.
Is there a way to enable html view in the editor?
|
Back to Top |
|
|
Igor AfterLogic Support

Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6136
|
Posted: 19 July 2013 at 1:12am | IP Logged
|
|
|
Quote:
Please do let me know how to use that, as i do not get that right. I used a link of an image hosted on the site, and I used the actual src tag. No go, it just shows the link or the code. |
|
|
There probably was a misunderstanding, as I was referring to "Insert Image" function of editor in message editor window, not in signature editor one. There's no easy way to add an image to the signature, and the only workaround I know of is as follows: upload image to some permanent web location, open it in browser, right-click it and select "Copy Image" option (not the "Copy Image URL" one). Then you should be able to paste that into the signature editor window.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
jp1981 Newbie

Joined: 18 July 2013 Location: South Africa
Online Status: Offline Posts: 5
|
Posted: 19 July 2013 at 1:29am | IP Logged
|
|
|
Great. That worked. I used the copy image url
Thanks for the help Igor
|
Back to Top |
|
|