Page 7 of 7
Re: E-mail
Posted: Wed Aug 01, 2018 2:15 pm
by Snowbird
Anyone?

Re: E-mail
Posted: Sun Oct 07, 2018 6:59 pm
by topix
Snowbird wrote: Fri Jul 27, 2018 8:34 am
and by the way, there is still an error when the plugin starts (using : WIP-2018.06.03-12.44.49) :
Code: Select all
27/07 10:23:36 ---> Welcome to EventGhost <---
27/07 10:23:36 Windows.User.Me {'IsLocalAdmin': True, 'IsDomainLogin': False}
27/07 10:23:36 EventGhost.Startup friday, july 27th, 2018 @ 10:23:36
27/07 10:23:36 Autostart
27/07 10:23:36 Plugin: E-mail
27/07 10:23:36 Exception in thread Thread-9:
27/07 10:23:36 Traceback (most recent call last):
27/07 10:23:36 File "threading.pyc", line 801, in __bootstrap_inner
27/07 10:23:36 File "threading.pyc", line 754, in run
27/07 10:23:36 File "C:\Program Files (x86)\EventGhost\eg\Classes\SerialThread.py", line 391, in ReceiveThreadProc
27/07 10:23:36 raise SerialError()
27/07 10:23:36 SerialError: (6, 'The handle is invalid.')
27/07 10:23:37
I'm not sure that this error has to do with email because SerialThread is for handling serial communication (COM ports). Is it reproducable? Did you try with disabled email plugin and maybe with
eg -debug?
Re: E-mail
Posted: Mon Oct 08, 2018 9:12 am
by Snowbird
you're right, it wasn't related, I forgot to mention it, sorry.
But those questions remained unanswered :
1/ is there a way to not specify a minimum check interval when operating in IMAP ? the minimum that could be set is 1 minute. I understand there's a meaning for that while using POP, but IMAP should keep the connection and receive mail in almost real time.
2/ the filtering rules don't seem to work either, am I missing something ?
Re: E-mail
Posted: Sun Oct 21, 2018 7:33 pm
by topix
1) That needs some rewrite to use the push feature of IMAP. I have vague idea of it but probably need some time. So don't expect something soon
2) Can you give more details? How are your filters setup? Do all mails come through or only some? I did only a quick test and it worked for me (maybe accidentally i fixed it)
I'm currently digging into the source code, trying to understand it. The first thing i did, was splitting the file into smaller parts and updating it so it will work with EG 0.4 and 0.5 (and 0.6 or 1.0?). Although i made some small changes to the UI. I attach the new version.
Make a backup of your config before using it!
Re: E-mail
Posted: Tue Oct 23, 2018 6:18 am
by kgschlosser
@topix
Ignore this is this plugin is already able to send file attachments It has been a while since I have used it and i honestly cannot remember if it was something that Pako added. or he was going to add.
if ya take a look at the cell phone text message plugin I made it will give you the basic idea of how to add mime support to this plugin.
if ya wanted to. ┬»\_(Òâä)_/┬»
sending attachments would be a nice feature for this plugin.