Module libgmail :: Class GmailAttachment
[hide private]
[frames] | no frames]

Class GmailAttachment

source code

Instance Methods [hide private]
 
__init__(self, parent, attachmentInfo) source code
 
_getContent(self) source code
 
_getFullId(self)
Returns the "full path"/"full id" of the attachment.
source code
Properties [hide private]
  content
  _fullId
Method Details [hide private]

_getFullId(self)

source code 

Returns the "full path"/"full id" of the attachment. (Used to refer to the file when forwarding.)

The id is of the form: "<thread_id>_<msg_id>_<attachment_id>"

Property Details [hide private]

content

Get Method:
libgmail.GmailAttachment._getContent(self)

_fullId

Get Method:
libgmail.GmailAttachment._getFullId(self) - Returns the "full path"/"full id" of the attachment.