Email :: command - Submit POP command to POP server
Before submitting the command, popLogin() has to be called. The command result can be obtained by calling response(). The command end requires a new line, which will be added automatically by the function.
Implementation details
Email  :: command ( odaba::String &sCommand )
The email is submitted via the command line passed in sCommand. The command line must contain the complete email including header, message and attachments.
- sCommand
- Command string
The command string is a program call including parameters as being written on a command line.