POP3 Delete
POP3 Delete
Section titled “POP3 Delete”Type: pop3-delete · Package: SMTP / IMAP Email Activities v1.0.0
Deletes an email from a POP3 server, identifying it by its index (the .Id returned by POP3 Read).
How it works
Section titled “How it works”Starting at mailId (mail index in the result of POP3 Read), delete that mail from the server.
Required parameters
Section titled “Required parameters”| Parameter | Editor | Description |
|---|---|---|
host | text | Servidor POP3. |
username | text | User. |
password | credencial | Password. Use = credential(...). |
mailId | text | Mail Index (correo.Id of POP3 Read). |
Optional parameters
Section titled “Optional parameters”| Parameter | Editor | Description |
|---|---|---|
port | number | Puerto POP3. Por defecto 995. |
security | list | Cifrado: auto · none · ssl (def.) · starttls. |
Example
Section titled “Example”POP3 Delete host = "pop.gmail.com" username = = credential("bot")["user"] password = = credential("bot").ToPlainText() mailId = = correo.IdRelated activities
Section titled “Related activities”- POP3 Read — get the emails to delete.
- IMAP Delete — alternative with stable UID and trash.