Skip to content

Documentation ARexxAPI MAILARCHIVE

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

MAILARCHIVE

NAME:: MailArchive -- Move the selected messages to another folder.

TEMPLATE:: FOLDER/A

FUNCTION:: Moves the selected messages to the specified folder.

INPUTS:: FOLDER/A - name, directory or number of the destination folder; the folder at the top of the folder list is at position 0

RETURNS:: RC is set to 10 if the specified folder doesn't exist.

NOTES:: Superseded by MAILMOVE in V2.0+. Don't use it in new scripts.

EXAMPLE:: {{{#!arexx /* Move the selected messages to the Archived folder */ MAILARCHIVE Archived }}}

BUGS::

SEE ALSO:: MAILMOVE

Home

Getting Started

Troubleshooting

Advanced use of YAM

Cookbooks

Development

Clone this wiki locally