RAPP Platform API
|
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... | |
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... | |
Email Fetch Cloud Request object. EmailFetch.Request
Definition at line 14 of file EmailFetch.py.
def RappCloud.CloudMsgs.EmailFetch.EmailFetch.Request.__init__ | ( | self, | |
kwargs | |||
) |
Constructor.
**kwargs | - Keyword arguments. Apply values to the request attributes. |
Definition at line 19 of file EmailFetch.py.
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.
RappCloud.CloudMsgs.EmailFetch.EmailFetch.Request.date_from |
RappCloud.CloudMsgs.EmailFetch.EmailFetch.Request.date_to |
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.