Login to follow
MailClient

MailClient (ODC)

Stable version 0.2.5 (Compatible with ODC)
Uploaded on 12 Feb by OutSystems Labs
MailClient

MailClient (ODC)

Documentation
0.2.5

The library exposes 2 actions:

  • GetMails: used to get emails from a generic provider
  • GetMailsFromGmail: used to get emails from Gmail

Both components accept the following parameters:

  • Protocol: IMAP or POP3
  • MailServer: the address of the server
  • port: the port number used to communicate with the server
  • SSL: true/false
  • username
  • password
  • folder: the server folder to read from (default: inbox)
  • IsAllOrUnsee: if set to true, the component will retrieve all the messages. If false, only the non read messages are downloaded


Both messages return a list of the Message structure, together with the list of attachments.