Package Products :: Package ZenEvents :: Module zenpop3
[hide private]
[frames] | no frames]

Module zenpop3

source code

Classes [hide private]
MailPreferences
POPProtocol
Protocol that is responsible for conversing with a POP server after a connection has been established.
POPFactory
Factory that stores the configuration the protocol uses to do its job.
MailCollectingTask
Variables [hide private]
  __doc__ = """zenp...
  COLLECTOR_NAME = 'zenpop3'
  log = logging.getLogger("zen.%s" % COLLECTOR_NAME)
Variables Details [hide private]

__doc__

Value:
"""zenpop3

Turn email messages obtained from POP3 accounts into events.

"""