Page 4 of 7
Re: E-mail
Posted: Fri Oct 15, 2010 1:21 pm
by Pako
I have no experience with Windows Messenger.
I do not use it and I have not interested to get acquainted with him.
Maybe someone else can do something about this matter.
Pako
Re: E-mail
Posted: Fri Oct 15, 2010 1:27 pm
by jofan
Hopefully someone could pick this up, would be nice feature...
I am still discovering your plugins by reading through the forums (just found the excellent Scheduleghost - thanks), do you have your own web page or one place where we can see all your plugins??
Regards, J
Re: E-mail
Posted: Sat Oct 16, 2010 6:19 am
by Pako
jofan wrote:do you have your own web page or one place where we can see all your plugins??
Unfortunately not, this web page I have not created. I never thought about it. But now I think about it. Maybe.
Pako
Re: E-mail
Posted: Thu Nov 18, 2010 7:42 pm
by Asuries
Hi Pako,
Thank you for this great plugin.
Unfortunately I can not find any function to attachment on an e-mail.
If an event is triggered ,an email with a specific file be sent.
Is it possible to incorporate this feature?
Using this function I would be very happy.
Many thanks,
Asuries
Re: E-mail
Posted: Fri Nov 19, 2010 7:02 am
by Pako
Asuries wrote:Hi Pako,
Thank you for this great plugin.
Thank you for the appreciation.
But the truth is that this plugin would need revision. Certainly contains a lot of bugs because I was a beginner when I wrote this plugin.
Asuries wrote:
Unfortunately I can not find any function to attachment on an e-mail.
If an event is triggered ,an email with a specific file be sent.
Is it possible to incorporate this feature?
Using this function I would be very happy.
Yes, I have already considered the possibility Incorporate this feature.
I'm now working on another new plugin. Once I finish it, I'll work on the attachement feature.
Pako
Re: E-mail
Posted: Sun Jul 10, 2011 2:33 am
by cfull1
Pako,
I second the attachment feature.
I would love to be able to download an attachment to a folder.
I found a script that can send an attachment through a gmail account.
I successfully sent an mp3 file.
This was the only script I found that gmail correctly decoded the attachment.
Carson
Re: E-mail
Posted: Tue Jul 19, 2011 4:34 pm
by Pako
Yes, I plan to add this feature.
However, E-mail plugin requires extensive revision.
Without this revision is not possible to add any other features.
I do not know when I'll do.
Pako
Re: E-mail
Posted: Wed Jul 20, 2011 12:03 am
by cfull1
No worries, I understand.
Let me know if you need me to test some code when the time comes.
Re: E-mail
Posted: Wed May 23, 2012 3:59 pm
by wuffzack
Dear Pako,
thank you very much for the E-Mail plugin. I like it very much.
Unfortunately I cannot connect via TLS to my SMTP server, it always refuses the connection.
Out of desperation I changed the code in line 2293 from
Code: Select all
password = self.passSMTP.data[server[0]]
to
Code: Select all
password = str(self.passSMTP.data[server[0]])
and it works now! I don't really understand why it works, but it does - very reliably. Maybe the original datatype is unicode and some character conversion fails otherwise?
I just wanted to let you know about this oddity.
Thank you and best regards!
Re: E-mail
Posted: Wed Feb 06, 2013 6:22 am
by kalia
Pako,
Would it be possible to add a selection box for the "Event name:" text. For example, similar to "Payload:" selection box. Screen shot attached.
I wanted to use email "Subject" or "From" as the event name suffix. And have the payload as email "Body".
Thanks,
kalia
Re: E-mail
Posted: Thu Feb 07, 2013 7:09 am
by Pako
kalia wrote:Would it be possible to add a selection box for the "Event name:" text. For example, similar to "Payload:" selection box. Screen shot attached.
I wanted to use email "Subject" or "From" as the event name suffix. And have the payload as email "Body".
Yes, this possibility I may add, it should be relatively easy.
Please be patient.
Pako
Re: E-mail
Posted: Wed Apr 24, 2013 7:37 am
by Pako
You can try the
new version.
Pako
Re: E-mail
Posted: Thu Apr 25, 2013 6:25 am
by piert
Great news Pako,
I will try this out this weekend. Does your plugin already support attaching files to sent emails and downloading files from received emails?
Thanks,
regards,
Perry
Re: E-mail
Posted: Thu Apr 25, 2013 7:07 am
by Pako
piert wrote:Does your plugin already support attaching files to sent emails and downloading files from received emails?
Perry
No, there is only added a selection box for the "Event name" (demanded kalia).
Pako
Re: E-mail
Posted: Sat May 04, 2013 2:54 pm
by kalia
Thanks for the update Pako. Works great.
kalia