Skip to content

IMAP Move

Type: imap-move  ·  Package: SMTP / IMAP Email Activities v1.0.0

Moves an email from one IMAP folder to another. The way to organize the tray after processing: take what has been processed to a “Processed” folder, archive, or classify by type.

Starting at mailId (from IMAP Read), move the mail from its source folder (folder, by default INBOX) to targetFolder.

ParameterEditorDescription
hosttextServidor IMAP.
usernametextUser.
passwordcredencialPassword or App Password. Use = credential(...).
mailIdtextMail UID (of correo.Id).
targetFoldertextDestination folder (e.g. Procesados, Archive).
ParameterEditorDescription
portnumberPuerto IMAP. Por defecto 993.
foldertextSource folder. By default INBOX.
securitylistCifrado: auto · none · ssl (def.) · starttls.
For Each items = = correos itemVariable = correo
└─ activities:
... procesar ...
IMAP Move host = "imap.gmail.com" username = = credential("bot")["user"] password = = credential("bot").ToPlainText()
mailId = = correo.Id targetFolder = "Procesados"