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

Class SMSEntry

source code

object --+
         |
        SMSEntry

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
get(self) source code
 
set(self, d) source code
 
get_db_dict(self) source code
 
set_db_dict(self, d) source code
 
_create_id(self)
Create a BitPim serial for this entry
source code
 
_get_id(self) source code
 
_set_or_del(self, key, v, v_list=[]) source code
 
_get_from(self) source code
 
_set_from(self, v) source code
 
_get_to(self) source code
 
_set_to(self, v) source code
 
_get_subject(self) source code
 
_set_subject(self, v) source code
 
_get_text(self) source code
 
_set_text(self, v) source code
 
_get_datetime(self) source code
 
_set_datetime(self, v) source code
 
get_date_time_str(self) source code
 
_check_and_create_msg_id(self) source code
 
_get_callback(self) source code
 
_set_callback(self, v) source code
 
_get_folder(self) source code
 
_set_folder(self, v) source code
 
_get_flag_value(self, flag_key, default=None) source code
 
_set_flag_value(self, flag_key, v) source code
 
_get_locked(self) source code
 
_set_locked(self, v) source code
 
_get_read(self) source code
 
_set_read(self, v) source code
 
_get_msg_id(self) source code
 
_get_priority(self) source code
 
_set_priority(self, v) source code
 
_get_priority_str(self) source code
 
add_recipient(self, name, confirmed=None, confirmed_datetime=None) source code
 
confirm_recipient(self, name, confirmed_datetime) source code
 
_get_delivery_status(self) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  Folder_Inbox = 'Inbox'
  Folder_Sent = 'Sent'
  Folder_Saved = 'Saved'
  Valid_Folders = ('Inbox', 'Sent', 'Saved')
  _id_index = 0
  _max_id_index = 999
  Priority_Normal = 1
  Priority_High = 2
  _priority_name = {1: 'Normal', 2: 'High'}
  _unknown_datetime = 'YYYY-MM-DD hh:mm:ss'
Properties [hide private]
  id
  _from
  _to
  subject
  text
  datetime
  callback
  folder
  locked
  read
  msg_id
  priority
  priority_str
  delivery_status

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

id

Get Method:
_get_id(self)

_from

Get Method:
_get_from(self)
Set Method:
_set_from(self, v)

_to

Get Method:
_get_to(self)
Set Method:
_set_to(self, v)

subject

Get Method:
_get_subject(self)
Set Method:
_set_subject(self, v)

text

Get Method:
_get_text(self)
Set Method:
_set_text(self, v)

datetime

Get Method:
_get_datetime(self)
Set Method:
_set_datetime(self, v)

callback

Get Method:
_get_callback(self)
Set Method:
_set_callback(self, v)

folder

Get Method:
_get_folder(self)
Set Method:
_set_folder(self, v)

locked

Get Method:
_get_locked(self)
Set Method:
_set_locked(self, v)

read

Get Method:
_get_read(self)
Set Method:
_set_read(self, v)

msg_id

Get Method:
_get_msg_id(self)

priority

Get Method:
_get_priority(self)
Set Method:
_set_priority(self, v)

priority_str

Get Method:
_get_priority_str(self)

delivery_status

Get Method:
_get_delivery_status(self)