HomeSort by relevance Sort by last modified time
    Searched refs:rfc822 (Results 1 - 19 of 19) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/mime/
message.py 18 def __init__(self, _msg, _subtype='rfc822'):
25 default is "rfc822" (this is defined by the MIME standard, even though
26 the term "rfc822" is technically outdated by RFC 2822).
35 self.set_default_type('message/rfc822')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/mime/
message.py 18 def __init__(self, _msg, _subtype='rfc822'):
25 default is "rfc822" (this is defined by the MIME standard, even though
26 the term "rfc822" is technically outdated by RFC 2822).
35 self.set_default_type('message/rfc822')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_rfc822.py 4 rfc822 = test_support.import_module("rfc822", deprecated=True) variable
14 return rfc822.Message(StringIO(msg))
190 m = rfc822.Message(StringIO(
214 ## lst = rfc822.AddrlistClass(addr).getaddrlist()
239 eq(rfc822.parseaddr('<>'), ('', ''))
240 eq(rfc822.parseaddr('aperson@dom.ain'), ('', 'aperson@dom.ain'))
241 eq(rfc822.parseaddr('bperson@dom.ain (Bea A. Person)'),
243 eq(rfc822.parseaddr('Cynthia Person <cperson@dom.ain>'),
248 eq(rfc822.quote('foo\\wacky"name'), 'foo\\\\wacky\\"name'
    [all...]
test_pyclbr.py 155 rfc822 = import_module('rfc822', deprecated=True)
156 self.checkModule('rfc822', rfc822)
test_urllib2.py 667 import rfc822, socket namespace
702 modified = rfc822.formatdate(stats.st_mtime)
    [all...]
test_mailbox.py 22 rfc822 = test_support.import_module('rfc822', deprecated=True) variable
144 self._box = self._factory(self._path, factory=rfc822.Message)
569 self._check_basics(factory=rfc822.Message)
580 self._check_basics(factory=rfc822.Message)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_rfc822.py 4 rfc822 = test_support.import_module("rfc822", deprecated=True) variable
14 return rfc822.Message(StringIO(msg))
190 m = rfc822.Message(StringIO(
214 ## lst = rfc822.AddrlistClass(addr).getaddrlist()
239 eq(rfc822.parseaddr('<>'), ('', ''))
240 eq(rfc822.parseaddr('aperson@dom.ain'), ('', 'aperson@dom.ain'))
241 eq(rfc822.parseaddr('bperson@dom.ain (Bea A. Person)'),
243 eq(rfc822.parseaddr('Cynthia Person <cperson@dom.ain>'),
248 eq(rfc822.quote('foo\\wacky"name'), 'foo\\\\wacky\\"name'
    [all...]
test_pyclbr.py 155 rfc822 = import_module('rfc822', deprecated=True)
156 self.checkModule('rfc822', rfc822)
test_urllib2.py 667 import rfc822, socket namespace
702 modified = rfc822.formatdate(stats.st_mtime)
    [all...]
test_mailbox.py 22 rfc822 = test_support.import_module('rfc822', deprecated=True) variable
144 self._box = self._factory(self._path, factory=rfc822.Message)
569 self._check_basics(factory=rfc822.Message)
580 self._check_basics(factory=rfc822.Message)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mimetools.py 10 filterwarnings("ignore", ".*rfc822 has been removed", DeprecationWarning)
11 import rfc822 namespace
20 class Message(rfc822.Message):
21 """A derived class of rfc822.Message that knows about MIME headers and
25 rfc822.Message.__init__(self, fp, seekable)
76 return rfc822.unquote(p[n:])
cgi.py 48 filterwarnings("ignore", ".*rfc822 has been removed",
51 import rfc822 namespace
384 headers: a dictionary(-like) object (sometimes rfc822.Message or a
634 headers = rfc822.Message(self.fp)
    [all...]
mailbox.py 33 warnings.filterwarnings("ignore", ".*rfc822 has been removed",
35 import rfc822 namespace
249 def __init__(self, dirname, factory=rfc822.Message, create=True):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mimetools.py 10 filterwarnings("ignore", ".*rfc822 has been removed", DeprecationWarning)
11 import rfc822 namespace
20 class Message(rfc822.Message):
21 """A derived class of rfc822.Message that knows about MIME headers and
25 rfc822.Message.__init__(self, fp, seekable)
76 return rfc822.unquote(p[n:])
cgi.py 48 filterwarnings("ignore", ".*rfc822 has been removed",
51 import rfc822 namespace
384 headers: a dictionary(-like) object (sometimes rfc822.Message or a
634 headers = rfc822.Message(self.fp)
    [all...]
mailbox.py 33 warnings.filterwarnings("ignore", ".*rfc822 has been removed",
35 import rfc822 namespace
249 def __init__(self, dirname, factory=rfc822.Message, create=True):
    [all...]
  /hardware/ril/include/telephony/
ril_cdma_sms.h 510 RIL_CDMA_SMS_UdhRfc822 rfc822; // 20 member in union:__anon42648::__anon42649
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
message.py 100 multipart or a message/rfc822), then the payload is a list of Message
445 message/rfc822.
481 subparts have a default content type of message/rfc822.
488 ctype should be either "text/plain" or "message/rfc822", although this
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
message.py 100 multipart or a message/rfc822), then the payload is a list of Message
445 message/rfc822.
481 subparts have a default content type of message/rfc822.
488 ctype should be either "text/plain" or "message/rfc822", although this

Completed in 647 milliseconds