Community Page
- www.techniqal.com/blog Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Hi, like the concept, but no snow markers at all showing on IE. Is it a Firefox-only sort of thing?
- I actually saw this fine skiing flask on the mountain. I was going up the mountain in a lift and saw someone with one of these...a great idea for any one who likes their adult berverages
- Disqus is the best comment system now.
- Oh, I haven't heard about it.. Twitter? in snow report it's nice.. But why is it only in Colorado? I hope every ski resort have it.
- The site you put isn't working but I research for this one and it's really great. Animal lovers would be very cool about this. And another cool idea from Honda.
techniQal support
the Q stands for quality
Got a little idea to write this up after seeing a question over on Photo Matt. He asked about having a script that could take commands sent by email and execute them remotely, then return the results via email.
So I decided to hack something up in Python, and give it a try. Read the [...] ... Continue reading »
So I decided to hack something up in Python, and give it a try. Read the [...] ... Continue reading »
11 months ago
10 months ago
The benefit to the method I describe here, is that you don't have to worry about the mail handling piece in you script. The script takes the mail content as stdin, and works with it as it comes in.
If you are comfortable with perl, python, or php, all 3 have fairly mature email libraries that would allow you to fetch and parse the emails from some other server source (IMAP, POP3, etc.) .
Hope that helps.