Table of Contents

Module: mail Twisted-0.17.4/twisted/mail/mail.py

Mail support for twisted python.

Imported modules   
import os
from twisted.cred import service
from twisted.protocols import protocol, pop3, smtp
from twisted.python import defer, components
import types
Functions   
createDomainsFactory
  createDomainsFactory 
createDomainsFactory ( protocol_handler,  domains )

create a factory with a given protocol handler and a domains attribute

Return a Factory with a Protocol given as the first argument, and a domains attribute given as the second. The domains argument should have a [] operator and .has_key method.

Classes   
BounceDomain

A domain in which no user exists.

DomainWithDefaultDict

Simulate a dictionary with a default value for non-existing keys.

FileMessage
IDomain

An email domain.

MailService

An email service.


Table of Contents

This document was automatically generated on Sat Apr 20 01:30:55 2002 by HappyDoc version 2.0