Searched defs:Message (Results 1 - 25 of 104) sorted by relevance

12345

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
H A Dparser.py13 from email.message import Message namespace
33 zero arguments. Default is Message.Message.
49 self._class = Message
H A Dmessage.py7 __all__ = ['Message']
83 # try to convert the value to a unicode. Message.get_param() and
84 # Message.get_params() are both currently defined to return the tuple in
94 class Message:
100 multipart or a message/rfc822), then the payload is a list of Message
103 Message objects implement part of the `mapping' interface, which assumes
92 class Message: class in inherits:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
H A Dparser.py13 from email.message import Message namespace
33 zero arguments. Default is Message.Message.
49 self._class = Message
H A Dmessage.py7 __all__ = ['Message']
83 # try to convert the value to a unicode. Message.get_param() and
84 # Message.get_params() are both currently defined to return the tuple in
94 class Message:
100 multipart or a message/rfc822), then the payload is a list of Message
103 Message objects implement part of the `mapping' interface, which assumes
92 class Message: class in inherits:
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
H A Dtest_email_codecs.py11 from email.message import Message namespace
59 msg = Message()
H A Dtest_email_codecs_renamed.py11 from email.message import Message namespace
59 msg = Message()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/
H A Dtest_email_codecs.py11 from email.message import Message namespace
59 msg = Message()
H A Dtest_email_codecs_renamed.py11 from email.message import Message namespace
59 msg = Message()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
H A DtkMessageBox.py57 class Message(Dialog): class in inherits:Dialog
72 res = Message(**options).show()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
H A DtkMessageBox.py57 class Message(Dialog): class in inherits:Dialog
72 res = Message(**options).show()
/prebuilts/misc/darwin-x86/analyzer/tools/scan-view/
H A DReporter.py28 from email.message import Message namespace
141 return "Message sent!"
/prebuilts/misc/linux-x86/analyzer/tools/scan-view/
H A DReporter.py28 from email.message import Message namespace
141 return "Message sent!"
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dmimetools.py17 __all__ = ["Message","choose_boundary","encode","decode","copyliteral",
20 class Message(rfc822.Message): class in inherits:rfc822.Message
21 """A derived class of rfc822.Message that knows about MIME headers and
25 rfc822.Message.__init__(self, fp, seekable)
H A Dsmtpd.py389 from Mailman import Message namespace
430 msg = Message.Message(s)
H A Dmhlib.py49 m is a derived class of mimetools.Message(rfc822.Message), with:
66 # - move most Message functionality to module mimetools
87 __all__ = ["MH","Error","Folder","Message"]
462 """Open a message -- returns a Message object."""
463 return Message(self, n)
663 class Message(mimetools.Message): class in inherits:mimetools.Message
672 mimetools.Message.__init__(self, fp)
676 return 'Message(
[all...]
H A Drfc822.py16 To create a Message object: first open a file, e.g.:
21 sys.stdin or call os.popen(). Then pass the open file object to the Message()
24 m = Message(fp)
30 of input, Message will use that to push back illegal lines. Thus this class
80 __all__ = ["Message","AddressList","parsedate","parsedate_tz","mktime_tz"]
85 class Message: class in inherits:
201 You may override this method in order to use Message parsing on tagged
222 You may override this method in order to use Message parsing on tagged
982 m = Message(f)
H A Dmailbox.py38 'Message', 'MaildirMessage', 'mboxMessage', 'MHMessage',
87 """Return a Message representation or raise a KeyError."""
206 # used in strings and by email.Message are translated here.
208 if isinstance(message, email.message.Message):
249 def __init__(self, dirname, factory=rfc822.Message, create=True):
345 """Return a Message representation or raise a KeyError."""
760 """Return a Message representation or raise a KeyError."""
799 elif isinstance(message, email.message.Message):
995 """Return a Message representation or raise a KeyError."""
1249 """Return a Message representatio
1439 class Message(email.message.Message): class in inherits:email.message.Message
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dmimetools.py17 __all__ = ["Message","choose_boundary","encode","decode","copyliteral",
20 class Message(rfc822.Message): class in inherits:rfc822.Message
21 """A derived class of rfc822.Message that knows about MIME headers and
25 rfc822.Message.__init__(self, fp, seekable)
H A Dsmtpd.py389 from Mailman import Message namespace
430 msg = Message.Message(s)
H A Dmhlib.py49 m is a derived class of mimetools.Message(rfc822.Message), with:
66 # - move most Message functionality to module mimetools
87 __all__ = ["MH","Error","Folder","Message"]
462 """Open a message -- returns a Message object."""
463 return Message(self, n)
663 class Message(mimetools.Message): class in inherits:mimetools.Message
672 mimetools.Message.__init__(self, fp)
676 return 'Message(
[all...]
H A Drfc822.py16 To create a Message object: first open a file, e.g.:
21 sys.stdin or call os.popen(). Then pass the open file object to the Message()
24 m = Message(fp)
30 of input, Message will use that to push back illegal lines. Thus this class
80 __all__ = ["Message","AddressList","parsedate","parsedate_tz","mktime_tz"]
85 class Message: class in inherits:
201 You may override this method in order to use Message parsing on tagged
222 You may override this method in order to use Message parsing on tagged
982 m = Message(f)
H A Dmailbox.py38 'Message', 'MaildirMessage', 'mboxMessage', 'MHMessage',
87 """Return a Message representation or raise a KeyError."""
206 # used in strings and by email.Message are translated here.
208 if isinstance(message, email.message.Message):
249 def __init__(self, dirname, factory=rfc822.Message, create=True):
345 """Return a Message representation or raise a KeyError."""
760 """Return a Message representation or raise a KeyError."""
799 elif isinstance(message, email.message.Message):
995 """Return a Message representation or raise a KeyError."""
1249 """Return a Message representatio
1439 class Message(email.message.Message): class in inherits:email.message.Message
[all...]
/prebuilts/python/darwin-x86/2.7.5/bin/
H A Dsmtpd.py389 from Mailman import Message namespace
430 msg = Message.Message(s)
/prebuilts/python/linux-x86/2.7.5/bin/
H A Dsmtpd.py389 from Mailman import Message namespace
430 msg = Message.Message(s)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
H A DEasyDialogs.py3 Message(msg) -- display a message and an OK button.
43 __all__ = ['Message', 'AskString', 'AskPassword', 'AskYesNoCancel',
70 def Message(msg, id=260, ok=None): function
790 Message("Testing EasyDialogs.")
795 Message("Command line: %s"%' '.join(argv))
804 Message("%s has no secret nickname"%s)
806 Message("Hello everybody!!\nThe secret nickname of %s is %s!!!"%(s, s2))
810 Message("rv: %s"%rv)
812 Message("rv.as_pathname: %s"%rv.as_pathname())
814 Message("Folde
[all...]

Completed in 457 milliseconds

12345