Module sms :: Class SMSEntry
[show private | hide private]
[frames | no frames]

Type SMSEntry

object --+
         |
        SMSEntry


Method Summary
  __init__(self)
  add_recipient(self, name, confirmed, confirmed_datetime)
  confirm_recipient(self, name, confirmed_datetime)
  get(self)
  get_date_time_str(self)
  get_db_dict(self)
  set(self, d)
  set_db_dict(self, d)
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Property Summary
  callback
  datetime
  delivery_status
  folder
  id
  locked
  msg_id
  priority
  priority_str
  read
  subject
  text

Class Variable Summary
str Folder_Inbox = 'Inbox'
str Folder_Saved = 'Saved'
str Folder_Sent = 'Sent'
int Priority_High = 2                                                                     
int Priority_Normal = 1                                                                     
tuple Valid_Folders = ('Inbox', 'Sent', 'Saved')

Class Variable Details

Folder_Inbox

Type:
str
Value:
'Inbox'                                                                

Folder_Saved

Type:
str
Value:
'Saved'                                                                

Folder_Sent

Type:
str
Value:
'Sent'                                                                 

Priority_High

Type:
int
Value:
2                                                                     

Priority_Normal

Type:
int
Value:
1                                                                     

Valid_Folders

Type:
tuple
Value:
('Inbox', 'Sent', 'Saved')                                             

Generated by Epydoc 2.1 on Fri Aug 15 18:58:35 2008 http://epydoc.sf.net