Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > pyzmail-0.9.0: high level mail library to read, write and send emails easily

Reply
Thread Tools

pyzmail-0.9.0: high level mail library to read, write and send emails easily

 
 
aspineux
Guest
Posts: n/a
 
      08-28-2011
Python easy mail library

pyzmail is a high level mail library for Python. It provides functions
and classes that help to read, compose and send emails. pyzmail exists
because their is no reasons that handling mails with Python would be
more difficult than with popular mail clients like Outlook or
Thunderbird. pyzmail hide the difficulties of the MIME structure and
MIME encoding/decoding. It also hide the problem of the
internationalized header encoding/decoding.

More here http://www.magiksys.net/pyzmail/

You can get a lot of usage samples from the inside API documentation :
http://www.magiksys.net/pyzmail/api/index.html

This library is the result of 3 articles I wrote about sending mail
using python

- Parsing email using Python part 1 of 2 : The Header
http://blog.magiksys.net/parsing-ema...-python-header
- Parsing email using Python part 2 of 2 : The content
http://blog.magiksys.net/parsing-ema...python-content
- Generate and send mail with python: tutorial
http://blog.magiksys.net/generate-an...ython-tutorial

pyzmail also include a very nice "pyzsendmail" command line utility
to send the most complex email from the command line.

"pyzsendmail -h" for more


I'm waiting for your feedback
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
pyzmail-0.9.9 mail library to read, compose and send emails easily,support for py3k aspineux Python 0 09-16-2011 03:42 PM
[ANN] Struqtural: High level database interface library Nathan Rice Python 3 07-17-2010 06:20 PM
"Low-level vs High-level Programming" and a lot more... Scorpiion VHDL 1 12-25-2008 04:27 PM
c is a low-level language or neither low level nor high level language pabbu C Programming 8 11-07-2005 03:05 PM
High Level FTP library Paulo Pinto Python 4 08-23-2005 10:17 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57