Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
Pop3Client handles and manipulates POP3 clients. More...
Public Member Functions | |
void | mailReceived (string, string, QString, QString) |
This event is emitted when the POP3 client receives an email. More... | |
void | errorReceivingMail (Pop3ResponseType) |
This event is emitted when the POP3 client had an error retrieving email. More... | |
bool | getMailIpc () |
Gets mail. More... | |
void | cancelReceive () |
Cancels receive. More... | |
![]() | |
Device | getOwnerDevice () |
Returns the device for this process. More... | |
Pop3Client handles and manipulates POP3 clients.
void Pop3Client::cancelReceive | ( | ) |
Cancels receive.
void Pop3Client::errorReceivingMail | ( | Pop3ResponseType | ) |
This event is emitted when the POP3 client had an error retrieving email.
IPC event.
bool Pop3Client::getMailIpc | ( | ) |
Gets mail.
void Pop3Client::mailReceived | ( | string | , |
string | , | ||
QString | , | ||
QString | |||
) |
This event is emitted when the POP3 client receives an email.
IPC event.