Skip to content

Mvpopstop#


Ends the current loop and closes the connection to the POP3 mail server, preventing further messages from being processed in that loop. It’s typically used when you’ve finished handling emails and want to stop retrieval early.

Syntax
<MvPOPSTOP> 

Example#

This example returns a single message for the email host server then breaks out of the loop.

<MvPOP MAILHOST="mail.my_isp.com"
       LOGIN="my_userid"
       PASSWORD="pa55w0rd"
       DIRECTORY="mymail">

       <MvPOPSTOP>
</MvPOP>