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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_old_mailbox.py 28 # create a new maildir mailbox to work with:
65 """Test an empty maildir mailbox"""
67 self.mbox = mailbox.Maildir(test_support.TESTFN)
74 self.mbox = mailbox.Maildir(test_support.TESTFN)
82 self.mbox = mailbox.Maildir(test_support.TESTFN)
91 self.mbox = mailbox.Maildir(test_support.TESTFN)
113 # create a new maildir mailbox to work with:
test_mailbox.py 466 _factory = lambda self, path, factory=None: mailbox.Maildir(path, factory)
526 box = mailbox.Maildir(self._path, factory=FakeMessage)
534 self._box = mailbox.Maildir(self._path)
545 self._box = mailbox.Maildir(self._path)
547 self._box = mailbox.Maildir(self._path, factory=None)
693 # Lock and unlock the mailbox. For Maildir, this does nothing.
737 # From bug #3228, we want to verify that the file created inside a Maildir
    [all...]
  /external/python/cpython2/Lib/test/
test_old_mailbox.py 28 # create a new maildir mailbox to work with:
65 """Test an empty maildir mailbox"""
67 self.mbox = mailbox.Maildir(test_support.TESTFN)
74 self.mbox = mailbox.Maildir(test_support.TESTFN)
84 self.mbox = mailbox.Maildir(test_support.TESTFN)
95 self.mbox = mailbox.Maildir(test_support.TESTFN)
121 # create a new maildir mailbox to work with:
test_mailbox.py 499 _factory = lambda self, path, factory=None: mailbox.Maildir(path, factory)
559 box = mailbox.Maildir(self._path, factory=FakeMessage)
567 self._box = mailbox.Maildir(self._path)
578 self._box = mailbox.Maildir(self._path)
580 self._box = mailbox.Maildir(self._path, factory=None)
745 # Lock and unlock the mailbox. For Maildir, this does nothing.
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_old_mailbox.py 28 # create a new maildir mailbox to work with:
65 """Test an empty maildir mailbox"""
67 self.mbox = mailbox.Maildir(test_support.TESTFN)
74 self.mbox = mailbox.Maildir(test_support.TESTFN)
84 self.mbox = mailbox.Maildir(test_support.TESTFN)
95 self.mbox = mailbox.Maildir(test_support.TESTFN)
121 # create a new maildir mailbox to work with:
test_mailbox.py 500 _factory = lambda self, path, factory=None: mailbox.Maildir(path, factory)
560 box = mailbox.Maildir(self._path, factory=FakeMessage)
568 self._box = mailbox.Maildir(self._path)
579 self._box = mailbox.Maildir(self._path)
581 self._box = mailbox.Maildir(self._path, factory=None)
746 # Lock and unlock the mailbox. For Maildir, this does nothing.
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_old_mailbox.py 28 # create a new maildir mailbox to work with:
65 """Test an empty maildir mailbox"""
67 self.mbox = mailbox.Maildir(test_support.TESTFN)
74 self.mbox = mailbox.Maildir(test_support.TESTFN)
84 self.mbox = mailbox.Maildir(test_support.TESTFN)
95 self.mbox = mailbox.Maildir(test_support.TESTFN)
121 # create a new maildir mailbox to work with:
test_mailbox.py 500 _factory = lambda self, path, factory=None: mailbox.Maildir(path, factory)
560 box = mailbox.Maildir(self._path, factory=FakeMessage)
568 self._box = mailbox.Maildir(self._path)
579 self._box = mailbox.Maildir(self._path)
581 self._box = mailbox.Maildir(self._path, factory=None)
746 # Lock and unlock the mailbox. For Maildir, this does nothing.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_old_mailbox.py 28 # create a new maildir mailbox to work with:
65 """Test an empty maildir mailbox"""
67 self.mbox = mailbox.Maildir(test_support.TESTFN)
74 self.mbox = mailbox.Maildir(test_support.TESTFN)
84 self.mbox = mailbox.Maildir(test_support.TESTFN)
95 self.mbox = mailbox.Maildir(test_support.TESTFN)
121 # create a new maildir mailbox to work with:
test_mailbox.py 500 _factory = lambda self, path, factory=None: mailbox.Maildir(path, factory)
560 box = mailbox.Maildir(self._path, factory=FakeMessage)
568 self._box = mailbox.Maildir(self._path)
579 self._box = mailbox.Maildir(self._path)
581 self._box = mailbox.Maildir(self._path, factory=None)
746 # Lock and unlock the mailbox. For Maildir, this does nothing.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_old_mailbox.py 28 # create a new maildir mailbox to work with:
65 """Test an empty maildir mailbox"""
67 self.mbox = mailbox.Maildir(test_support.TESTFN)
74 self.mbox = mailbox.Maildir(test_support.TESTFN)
84 self.mbox = mailbox.Maildir(test_support.TESTFN)
95 self.mbox = mailbox.Maildir(test_support.TESTFN)
121 # create a new maildir mailbox to work with:
test_mailbox.py 500 _factory = lambda self, path, factory=None: mailbox.Maildir(path, factory)
560 box = mailbox.Maildir(self._path, factory=FakeMessage)
568 self._box = mailbox.Maildir(self._path)
579 self._box = mailbox.Maildir(self._path)
581 self._box = mailbox.Maildir(self._path, factory=None)
746 # Lock and unlock the mailbox. For Maildir, this does nothing.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mailbox.py 3 """Read/write support for Maildir, mbox, MH, Babyl, and MMDF mailboxes."""
37 __all__ = [ 'Mailbox', 'Maildir', 'mbox', 'MH', 'Babyl', 'MMDF',
229 class Maildir(Mailbox):
230 """A qmail-style Maildir mailbox."""
235 """Initialize a Maildir instance."""
384 # Maildir changes are always written immediately, so there's nothing
410 """Return a Maildir instance for the named folder."""
411 return Maildir(os.path.join(self._path, '.' + folder),
416 """Create a folder and return a Maildir instance representing it."""
418 result = Maildir(path, factory=self._factory)
    [all...]
  /external/python/cpython2/Lib/
mailbox.py 1 """Read/write support for Maildir, mbox, MH, Babyl, and MMDF mailboxes."""
35 __all__ = [ 'Mailbox', 'Maildir', 'mbox', 'MH', 'Babyl', 'MMDF',
242 class Maildir(Mailbox):
243 """A qmail-style Maildir mailbox."""
248 """Initialize a Maildir instance."""
403 # Maildir changes are always written immediately, so there's nothing
429 """Return a Maildir instance for the named folder."""
430 return Maildir(os.path.join(self._path, '.' + folder),
435 """Create a folder and return a Maildir instance representing it."""
437 result = Maildir(path, factory=self._factory
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
mailbox.py 3 """Read/write support for Maildir, mbox, MH, Babyl, and MMDF mailboxes."""
37 __all__ = [ 'Mailbox', 'Maildir', 'mbox', 'MH', 'Babyl', 'MMDF',
244 class Maildir(Mailbox):
245 """A qmail-style Maildir mailbox."""
250 """Initialize a Maildir instance."""
397 # Maildir changes are always written immediately, so there's nothing
423 """Return a Maildir instance for the named folder."""
424 return Maildir(os.path.join(self._path, '.' + folder),
429 """Create a folder and return a Maildir instance representing it."""
431 result = Maildir(path, factory=self._factory
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
mailbox.py 3 """Read/write support for Maildir, mbox, MH, Babyl, and MMDF mailboxes."""
37 __all__ = [ 'Mailbox', 'Maildir', 'mbox', 'MH', 'Babyl', 'MMDF',
244 class Maildir(Mailbox):
245 """A qmail-style Maildir mailbox."""
250 """Initialize a Maildir instance."""
397 # Maildir changes are always written immediately, so there's nothing
423 """Return a Maildir instance for the named folder."""
424 return Maildir(os.path.join(self._path, '.' + folder),
429 """Create a folder and return a Maildir instance representing it."""
431 result = Maildir(path, factory=self._factory
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailbox.py 3 """Read/write support for Maildir, mbox, MH, Babyl, and MMDF mailboxes."""
37 __all__ = [ 'Mailbox', 'Maildir', 'mbox', 'MH', 'Babyl', 'MMDF',
244 class Maildir(Mailbox):
245 """A qmail-style Maildir mailbox."""
250 """Initialize a Maildir instance."""
397 # Maildir changes are always written immediately, so there's nothing
423 """Return a Maildir instance for the named folder."""
424 return Maildir(os.path.join(self._path, '.' + folder),
429 """Create a folder and return a Maildir instance representing it."""
431 result = Maildir(path, factory=self._factory
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailbox.py 3 """Read/write support for Maildir, mbox, MH, Babyl, and MMDF mailboxes."""
37 __all__ = [ 'Mailbox', 'Maildir', 'mbox', 'MH', 'Babyl', 'MMDF',
244 class Maildir(Mailbox):
245 """A qmail-style Maildir mailbox."""
250 """Initialize a Maildir instance."""
397 # Maildir changes are always written immediately, so there's nothing
423 """Return a Maildir instance for the named folder."""
424 return Maildir(os.path.join(self._path, '.' + folder),
429 """Create a folder and return a Maildir instance representing it."""
431 result = Maildir(path, factory=self._factory
    [all...]

Completed in 115 milliseconds