![]() |
|
|||||||
| Beta Driver Development Discussion of new drivers, finding someone to write a new driver, etc... |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
POP3 Email Notification Driver
Version 1.7 POP3 is a simple protocol used to retrieve email. This driver will use the POP3 protocol to download the current number of emails in your inbox, as well as the email headers (Date, Sender, Subject). The primary purpose of this driver is to notify you of the emails in your inbox, it does not actually download the entire message. The driver also has the ability to search the email message for tokens you define that can be used to trigger events in CQC. Release Info Version 1.0 - Original Version Version 1.1 Version 1.2 Version 1.3 - Fixed blank subject exception Version 1.5 - Fixed String Exception Version 1.6 - Lowered logging level for ConvertDate Error Version 1.7 - Configurable Timeout See Attached HTML file for instructions... Available in CQC 4.3.901+ ![]()
__________________
Wuench My Home Theater/Automation Website BlueGlass CQC Config Wuench's CQC Drivers Last edited by wuench : 05-05-2013 at 06:17 AM. Reason: Version 1.7 Update |
|
#2
|
|||
|
|||
|
Quote:
Hey, that's cool...No problem with installing multiple instances of these for multiple accounts, right? |
|
#3
|
|||
|
|||
|
Quote:
You should be able to do that, no problem.
__________________
Wuench My Home Theater/Automation Website BlueGlass CQC Config Wuench's CQC Drivers |
|
#4
|
||||
|
||||
|
That is pretty cool. Does it not download the contents of the message?
I won't get much use out of it since I use GMAIL but I could think of a million uses for it otherwise. OnForce.com notifications is one. Vonage voice mail notifications is another.
__________________
David Z-Wave World Magazine|Baltimore Hackerspace "Why think outside the box when you could let the box think for you." - My take on Home Automation |
|
#5
|
|||
|
|||
|
It does not download messages. I have thought about it, but it get's a little complicated with MIME, HTTP, multipart messages, and attachments. Also, dealing with deleting the emails or not and determining if they are new adds more complications. I am not sure turning CQC into a full on email client would be better than just having the IV launch a Web Widget or a real email client that has more functionality and security.
Unfortunately GMAIL uses SSL tunneling and Dean doesn't have SSL code in CQC yet to deal with it. So until then it won't be possible. Secure POP Authentication, though, would be easy to add, if I just had a secure server to test against or someone willing to test for me. That is just a MD5 password hash which CQC has an object for.
__________________
Wuench My Home Theater/Automation Website BlueGlass CQC Config Wuench's CQC Drivers |
|
#6
|
||||
|
||||
|
BTW, I'm currenty adding support for SMTP outgoing e-mails. I got most of it done yesterday and will complete it today. It only supports SMTP and it won't support accounts that require POP3 login before sending outgoing.
__________________
Dean Roddey Software Geek Extraordinaire |
|
#7
|
|||
|
|||
|
Quote:
Russ... |
|
#8
|
|||
|
|||
|
Quote:
I noticed that in your blog. Maybe with a little more work we can replace MSExchange with CQC... ![]()
__________________
Wuench My Home Theater/Automation Website BlueGlass CQC Config Wuench's CQC Drivers |
|
#9
|
|||
|
|||
|
Quote:
Thanks Russ. #CQC, is that the chat on CQC Users??
__________________
Wuench My Home Theater/Automation Website BlueGlass CQC Config Wuench's CQC Drivers |
|
#10
|
||||
|
||||
|
Can you use the event trigger with this dirver.
So if I send an e-mail home the server will see it and then do something based on the text in the subject field? Not sure what yet, just thinking out loud Mick |
![]() |
| Thread Tools | |
| Display Modes | |
|
|