summaryrefslogtreecommitdiff
path: root/python/mailutils/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/mailutils/__init__.py')
-rw-r--r--python/mailutils/__init__.py22
1 files changed, 22 insertions, 0 deletions
diff --git a/python/mailutils/__init__.py b/python/mailutils/__init__.py
index fb355a979..490fc3015 100644
--- a/python/mailutils/__init__.py
+++ b/python/mailutils/__init__.py
@@ -16,6 +16,28 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
# MA 02110-1301 USA
+"""
+A Python interface to Mailutils framework.
+
+GNU Mailutils is a rich and powerful protocol-independent mail
+framework. It contains a series of useful mail libraries, clients,
+and servers. These are the primary mail utilities for the GNU system.
+The central library is capable of handling electronic mail in various
+mailbox formats and protocols, both local and remote. Specifically,
+this project contains a POP3 server, an IMAP4 server, and a Sieve mail
+filter. It also provides a POSIX `mailx' client, and a collection of
+other handy tools.
+
+This software is part of the GNU Project and belongs to the Free
+Software Foundation. All libraries are licensed using the GNU LGPL.
+The documentation is licensed under the GNU FDL, and everything else
+is licensed using the GNU GPL.
+
+See http://www.gnu.org/software/mailutils/ for more information about
+GNU Mailutils.
+
+"""
+
__all__ = [
"error",
"address",

Return to:

Send suggestions and report system problems to the System administrator.