Package lamson :: Module queue :: Class SafeMaildir
[hide private]
[frames] | no frames]

Class SafeMaildir

source code


Instance Methods [hide private]
 
_create_tmp(self)
Create a file in the tmp subdirectory and open and return it.
source code

Inherited from mailbox.Maildir: __init__, __len__, __setitem__, add, add_folder, clean, close, discard, flush, get_file, get_folder, get_message, get_string, has_key, iterkeys, list_folders, lock, next, remove, remove_folder, unlock

Inherited from mailbox.Maildir (private): _lookup, _refresh

Inherited from mailbox.Mailbox: __contains__, __delitem__, __getitem__, __iter__, clear, get, items, iteritems, itervalues, keys, pop, popitem, update, values

Inherited from mailbox.Mailbox (private): _dump_message

Class Variables [hide private]

Inherited from mailbox.Maildir: colon

Inherited from mailbox.Maildir (private): _count

Method Details [hide private]

_create_tmp(self)

source code 

Create a file in the tmp subdirectory and open and return it.

Overrides: mailbox.Maildir._create_tmp
(inherited documentation)