I'm trying to make it so I can send an email to my email address and my Arduino can pick it up, read it, and turn on my computer if the message fits a certain criteria. The problem is that I can't figure out how to access Gmail pop or imap servers from the arduino. I know that they use ssh to be more secure, so I need to make it be able to ssh directly to the server, login, and check the email messages for a "start computer" command.
I don't want to use direct communication with the Arduino because that would require port forwarding and a static IP, two things which I cannot do.
Thanks for your help.