RAPP Platform API
 All Classes Namespaces Files Functions Variables Typedefs
RappCloud.CloudMsgs.EmailFetch.EmailFetch.Request Class Reference
Inheritance diagram for RappCloud.CloudMsgs.EmailFetch.EmailFetch.Request:
Collaboration diagram for RappCloud.CloudMsgs.EmailFetch.EmailFetch.Request:

Public Member Functions

def __init__
 Constructor. More...
 
def make_files
 
def make_payload
 

Public Attributes

 date_from
 Emails since date. More...
 
 date_to
 Emails until date. More...
 
 email
 User's email username. More...
 
 email_status
 Define which mails the users requests. More...
 
 num_emails
 Number of requested emails. More...
 
 password
 User's email password. More...
 
 port
 The email server imap port. More...
 
 server
 The email server's imap address, i.e. More...
 

Detailed Description

Email Fetch Cloud Request object.

EmailFetch.Request

Definition at line 14 of file EmailFetch.py.

Constructor & Destructor Documentation

def RappCloud.CloudMsgs.EmailFetch.EmailFetch.Request.__init__ (   self,
  kwargs 
)

Constructor.

Parameters
**kwargs- Keyword arguments. Apply values to the request attributes.

Definition at line 19 of file EmailFetch.py.

Member Function Documentation

def RappCloud.CloudMsgs.EmailFetch.EmailFetch.Request.make_files (   self)
Create and return Array of File objects of the Request. 

Definition at line 67 of file EmailFetch.py.

def RappCloud.CloudMsgs.EmailFetch.EmailFetch.Request.make_payload (   self)
Create and return the Payload of the Request. 

Definition at line 54 of file EmailFetch.py.

Member Data Documentation

RappCloud.CloudMsgs.EmailFetch.EmailFetch.Request.date_from

Emails since date.

Unix timestamp.

Definition at line 43 of file EmailFetch.py.

RappCloud.CloudMsgs.EmailFetch.EmailFetch.Request.date_to

Emails until date.

Unix timestamp.

Definition at line 45 of file EmailFetch.py.

RappCloud.CloudMsgs.EmailFetch.EmailFetch.Request.email

User's email username.

Definition at line 35 of file EmailFetch.py.

RappCloud.CloudMsgs.EmailFetch.EmailFetch.Request.email_status

Define which mails the users requests.

Values: ALL, UNSEEN(DEFAULT)

Definition at line 47 of file EmailFetch.py.

RappCloud.CloudMsgs.EmailFetch.EmailFetch.Request.num_emails

Number of requested emails.

Definition at line 49 of file EmailFetch.py.

RappCloud.CloudMsgs.EmailFetch.EmailFetch.Request.password

User's email password.

Definition at line 37 of file EmailFetch.py.

RappCloud.CloudMsgs.EmailFetch.EmailFetch.Request.port

The email server imap port.

leave empty to use default value.

Definition at line 41 of file EmailFetch.py.

RappCloud.CloudMsgs.EmailFetch.EmailFetch.Request.server

The email server's imap address, i.e.

'imap.gmail.com'.

Definition at line 39 of file EmailFetch.py.


The documentation for this class was generated from the following file: