Documentation
CHECK MAILSACCOUNT
usage
<CHECK>
<MAILSACCOUNT [ID="{number}"]/>
[<RETURN>...</RETURN>]
</CHECK>
paramètres
ID : the Identifier of the mail account to check. If you omit this parameter, all your email accounts will be checked.
retourne
The last emails available on the account
Retrieves the last emails of a POP mail account. You must be authentified before using this NQL command. If you need to automatically check an email account, use the CONNECT command in order to authenticate.
exemples
<CONNECT>
<LOGIN>boris@nectil.com</LOGIN>
<PASSWORD>africa</PASSWORD>
</CONNECT>
<CHECK>
<MAILSACCOUNT ID="2"/>
</CHECK>