Skip to content

es:Documentation ARexxAPI MAILIMPORT

Jens Maus edited this page Feb 13, 2017 · 1 revision

MAILIMPORT

NOMBRE MailImport -- Importar mensajes de un fichero a la carpeta actual. (V1.3.2)

PLANTILLA FILENAME/A,WAIT/S

FUNCIÓN Importa mensajes de un fichero en disco a la carpeta actual. Se asume que el fichero utiliza el formato MBOX.

ENTRADAS FILENAME/A - fichero del que importar los mensajes\ WAIT/S - abrir la ventana de transferencia para permitir la intervención del usuario (preselección de mensajes) (V2.0)\

RESULTADOS RC se pone a 10 si no se puede abrir el fichero indicado.

NOTAS El comando retorna inmediatamente si se utiliza WAIT.

EJEMPLO

         /* Importar mensajes selectivamente a la carpeta Entrantes */

         SETFOLDER Incoming\\
         MAILIMPORT 'ram:archivo' WAIT\\

FALLOS

VÉASE TAMBIÉN NEWMAILFILE

Home

Getting Started

Troubleshooting

Advanced use of YAM

Cookbooks

Development

Clone this wiki locally