Comments: Galileo Unread Email Counter
Looking for answers to technical questions?
We welcome your comments and suggestions below. However, if you are looking for solutions to technical questions please see our Technical Assistance page.
If you've found an issue with this tutorial content, please send us your feedback!
Can I run this on the MediaTek LinkIt One? Will the LinkIt one be able to run the python scripts??
Yeah, I did try running it over the Galileo command line. I even ran each line by line. That is how I isolated that that was the problem. It worked perfectly from my computer but then not on the Galileo. Hmmmm. I'll keep looking into it. If anything occurs to you, let me know. Thanks for the tutorial!
I posted my code here: https://github.com/carlynorama/BeeMail
Hey, my Galileo isn't running this python script. I had to rewrite it to send the user name and password in the clear. (i.e. obj = imaplib.IMAP4(mymailserver.com) ) Did SSL just work for you? Is there a config step I might be missing? Thanks!
Weird. I didn't have to do anything extra to get SSL to work. I wonder if you might be able to get more info from directly running the script over the Galileo's command line, using a terminal. I'm not sure what could be getting in the way :S.
New data. The code does work from the Galileo when a gmail server is used, but not an independent domain.
The independent domain does work when the script is run on my laptop, though.
If I bother to find out how to fix that I'll let you know!
The answer is here some how: http://wiki.dreamhost.com/Certificate_Domain_Mismatch_Error
I can't find the link they mention but at least it makes sense now.
Yeah, I did try running it over the Galileo command line. I even ran each line by line. That is how I isolated that that was the problem. It worked perfectly from my computer but then not on the Galileo. Hmmmm. I’ll keep looking into it. If anything occurs to you, let me know. Thanks for the tutorial!
Sorry for the double post... I didn't see the reply link...