|
|
|
|
|
notify(self,
ticket,
newticket=True,
modtime=None)
Send ticket change notification e-mail (untranslated) |
source code
|
|
|
|
notify_attachment(self,
ticket,
attachment,
added=True)
Send ticket attachment notification (untranslated) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
get_message_id(self,
rcpt,
modtime=None)
Generate a predictable, but sufficiently unique message ID. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from notification.NotifyEmail:
add_headers,
encode_header,
format_header,
get_smtp_address
Inherited from notification.Notify:
begin_send,
finish_send
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|