Snippet List
Detect blog platform.
As we all known, there are so many blog platform in the wild, e.g. Blogger.com, WordPress, LiveJournal, Movable Type etc.
This little snippet could guess the blog platform according a url.
Dependency:
1. pycurl
2. BeautifulSoup
- detect
- blog
- type
- platform
In development, we need a SMTP Server to see the results of send mail via SMTP protocol in Python application. Instead of configure a mail daemon, we could use this little script to receive the SMTP request, and save each session into an EML file. *.eml could be viewed with your favorite email client, you need not send them out.
[EML description](http://filext.com/detaillist.php?extdetail=EML)
**Update**: Fix bug for overwrite files when received multi-message in one SMTP session.
- email
- debug
- smtp
- server
- eml
twinsant has posted 3 snippets.