googleMailListMessages
Lists all messages in the specified mailbox.
Required Parameters
| The user's Gmail account. | ||
| password | The user's Gmail password. | |
| maxitems | The maximum number of messages to list. The default lists all messages in the mailbox. |
Optional Parameters
| keepalive | Indicates whether the underlying IMAP connection should be reused. The allowed values are: FALSE, TRUE. | |
| timeout | Timeout, in seconds, for the operation to complete. Zero (0) means no timeout. | |
| firewall_server | IP Address or host name of the firewall. | |
| firewall_port | Port number of the firewall. | |
| firewall_user | User ID used to authenticate with the firewall. | |
| firewall_password | Password used to authenticate with the firewall. | |
| firewall_type | The type of the firewall. The allowed values are: TUNNEL, SOCKS4, SOCKS5. | |
| showlog | Whether to return the list of log messages generated during the operation. The allowed values are: FALSE, TRUE. | |
| logfile | The connector will log the exchange/transferred data to this file. | |
| sslcert | The SSL certificate to be accepted from the server. Any other certificate will be rejected. This can take the form of a full PEM certificate, the path to a file containing the certificate, the public key, the MD5 thunbprint or the SHA1 thumbprint. If not specified any valid certificate will be accepted. | |
| showsslstatus | Whether to return the list of SSL status messages. The allowed values are: FALSE, TRUE. | |
| uidmode | If true, permanent message id-s are used instead of the default temporary ids. The allowed values are: FALSE, TRUE. | |
| mailbox | The mailbox where the message is located. | |
| startid | The message id number to start with. The default starts with the most recent message. Note that this is only valid if 'uidmode' is FALSE. | |
| showlabels | Whether to return the Gmail labels. The allowed values are: TRUE, FALSE. | |
| showthreadid | Whether to return the Gmail thread ID. The allowed values are: TRUE, FALSE. |
Output Attributes
| ggl:log# | The log for all the communication between the client and the server. Only returned if 'showlog' is TRUE. | |
| ssl:issuer | The issuer of the SSL certificate. | |
| ssl:subject | The subject of the SSL certificate. | |
| ssl:effectivedate | A date before which the certificate is not valid. | |
| ssl:expirationdate | A date after which the certificate is not valid. | |
| ssl:issuer | The issuer of the SSL certificate. | |
| ssl:publickey | The public key of the certificate. | |
| ssl:serialnum | The serial number of the certificate encoded as a String. | |
| ssl:status# | Shows the progress of the secure connection. Only returned if 'showsslstatus' is TRUE. | |
| ssl:subject | The subject of the SSL certificate. | |
| ggl:error# | List of any non-fatal errors encountered during the operation. | |
| ggl:date | The date the current message was sent. | |
| ggl:flags | The flags set on the current message. | |
| ggl:fromname | The sender name of the current message. | |
| ggl:fromemail | The sender email address of the current message. | |
| ggl:id | The id of the current message. | |
| ggl:size | The size, in bytes, of the current message. | |
| ggl:subject | The subject of the current message. | |
| ggl:toname | The To names of the message. | |
| ggl:toemail | The To email addresses of the current message. | |
| ggl:ccname | The CC names of the message. | |
| ggl:ccemail | The CC email addresses of the message. | |
| ggl:attachments | The attachment file names included in the message. | |
| ggl:labels | The labels of the message. They are separate by space. Gmail treats labels as mailboxs. | |
| ggl:threadid | The thread id of the message. Gmail provides a thread ID to associate groups of messages in the same manner as in the Gmail web interface. | |
| part:contenttype# | The content type of the message part. | |
| part:filename# | The filename of the message part. | |
| part:id# | The ID of the message part. | |
| part:size# | The size of the message part. | |
| ssl:issuer | The issuer of the SSL certificate. | |
| ssl:subject | The subject of the SSL certificate. |