Add new Python interface and example programs.
Showing
77 changed files
with
4854 additions
and
3 deletions
examples/python/Makefile.am
0 → 100644
examples/python/addr.py
0 → 100644
examples/python/auth.py
0 → 100644
examples/python/iconv.py
0 → 100644
examples/python/lsf.py
0 → 100644
examples/python/mailcap.py
0 → 100644
examples/python/mimetest.py
0 → 100644
examples/python/msg-send.py
0 → 100644
examples/python/sfrom.py
0 → 100644
examples/python/url-parse.py
0 → 100644
python/Makefile.am
0 → 100644
python/c_api/Makefile.am
0 → 100644
python/c_api/address-private.h
0 → 100644
python/c_api/address.c
0 → 100644
python/c_api/attribute-private.h
0 → 100644
python/c_api/attribute.c
0 → 100644
python/c_api/auth-private.h
0 → 100644
python/c_api/auth.c
0 → 100644
This diff is collapsed.
Click to expand it.
python/c_api/body-private.h
0 → 100644
python/c_api/body.c
0 → 100644
python/c_api/c_api.c
0 → 100644
python/c_api/c_api.h
0 → 100644
python/c_api/debug-private.h
0 → 100644
python/c_api/debug.c
0 → 100644
python/c_api/envelope-private.h
0 → 100644
python/c_api/envelope.c
0 → 100644
python/c_api/error.c
0 → 100644
python/c_api/filter.c
0 → 100644
python/c_api/folder-private.h
0 → 100644
python/c_api/folder.c
0 → 100644
python/c_api/header-private.h
0 → 100644
python/c_api/header.c
0 → 100644
python/c_api/list-private.h
0 → 100644
python/c_api/list.c
0 → 100644
python/c_api/mailbox-private.h
0 → 100644
python/c_api/mailbox.c
0 → 100644
This diff is collapsed.
Click to expand it.
python/c_api/mailcap-private.h
0 → 100644
python/c_api/mailcap.c
0 → 100644
python/c_api/mailer-private.h
0 → 100644
python/c_api/mailer.c
0 → 100644
python/c_api/message-private.h
0 → 100644
python/c_api/message.c
0 → 100644
This diff is collapsed.
Click to expand it.
python/c_api/mime-private.h
0 → 100644
python/c_api/mime.c
0 → 100644
python/c_api/registrar.c
0 → 100644
python/c_api/stream-private.h
0 → 100644
python/c_api/stream.c
0 → 100644
This diff is collapsed.
Click to expand it.
python/c_api/url-private.h
0 → 100644
python/c_api/url.c
0 → 100644
python/c_api/util.c
0 → 100644
python/mailutils/Makefile.am
0 → 100644
python/mailutils/__init__.py
0 → 100644
python/mailutils/address.py
0 → 100644
python/mailutils/attribute.py
0 → 100644
This diff is collapsed.
Click to expand it.
python/mailutils/auth.py
0 → 100644
This diff is collapsed.
Click to expand it.
python/mailutils/body.py
0 → 100644
This diff is collapsed.
Click to expand it.
python/mailutils/debug.py
0 → 100644
This diff is collapsed.
Click to expand it.
python/mailutils/envelope.py
0 → 100644
This diff is collapsed.
Click to expand it.
python/mailutils/error.py
0 → 100644
This diff is collapsed.
Click to expand it.
python/mailutils/filter.py
0 → 100644
This diff is collapsed.
Click to expand it.
python/mailutils/folder.py
0 → 100644
This diff is collapsed.
Click to expand it.
python/mailutils/header.py
0 → 100644
This diff is collapsed.
Click to expand it.
python/mailutils/mailbox.py
0 → 100644
This diff is collapsed.
Click to expand it.
python/mailutils/mailcap.py
0 → 100644
This diff is collapsed.
Click to expand it.
python/mailutils/mailer.py
0 → 100644
This diff is collapsed.
Click to expand it.
python/mailutils/message.py
0 → 100644
This diff is collapsed.
Click to expand it.
python/mailutils/mime.py
0 → 100644
This diff is collapsed.
Click to expand it.
python/mailutils/registrar.py
0 → 100644
This diff is collapsed.
Click to expand it.
python/mailutils/stream.py
0 → 100644
This diff is collapsed.
Click to expand it.
python/mailutils/url.py
0 → 100644
This diff is collapsed.
Click to expand it.
python/mailutils/util.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment