Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
Re: E-mail
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?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
Re: E-mail
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 ?
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
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!
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!
- Attachments
-
- E-mail_0_2_0.egplugin
- Make a backup of your config before using it!
- (38.16 KiB) Downloaded 47 times
- kgschlosser
- Site Admin
- Posts: 5190
- Joined: Fri Jun 05, 2015 5:43 am
- Location: Rocky Mountains, Colorado USA
Re: E-mail
@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.
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.
