12 """ Email Fetch Cloud Message object """
15 """ Email Fetch Cloud Request object.
23 @param **kwargs - Keyword arguments. Apply values to the request attributes.
55 """ Create and return the Payload of the Request. """
68 """ Create and return Array of File objects of the Request. """
73 """ Email Fetch Cloud Response object.
81 @param **kwargs - Keyword arguments. Apply values to the request attributes.
98 @param **kwargs - Keyword argumen.ts. Apply values to the request attributes.
100 - @ref Request.password
101 - @ref Request.server
103 - @ref Request.date_from
104 - @ref Request.date_to
105 - @ref Request.email_status
106 - @ref Request.num_emails
114 svcname=
'email_fetch', **kwargs)
server
The email server's imap address, i.e.
email_status
Define which mails the users requests.
date_from
Emails since date.
port
The email server imap port.
emails
An array of emailEntry objects, where emailEntry is of structure: {sender: '', receivers: []...
num_emails
Number of requested emails.
password
User's email password.
date_to
Emails until date.
email
User's email username.