Package trac ::
Module notification
Module notification
source code
Classes
IEmailSender
Extension point interface for components that allow sending e-mail.
Notify
Generic notification class for Trac.
Variables
MAXHEADERLEN = 76
__package__ = 'trac'
Imports:
os,
re,
smtplib,
Popen,
PIPE,
time,
tag,
BoolOption,
ExtensionOption,
IntOption,
Option,
to_fragment,
CRLF,
fix_eol,
_,
deactivate,
reactivate,
tag_,
Component,
ExtensionPoint,
Interface,
TracError,
implements
Variables Details
EMAIL_LOOKALIKE_PATTERN
- Value:
'[a-zA-Z0-9.\'+_-]+@(?:[a-zA-Z0-9_-]+\\.)+[a-zA-Z](?:[-a-zA-Z\\d]*[a-z\
A-Z\\d])?'