KSmtp::Job Class
The Job class. More...
| Header: | #include <KSMTP/Job> |
| CMake: | find_package(KPim6 REQUIRED COMPONENTS SMTP)target_link_libraries(mytarget PRIVATE KPim6::SMTP) |
| Inherited By: |
Public Functions
Reimplemented Public Functions
| virtual void | start() override |
Protected Functions
| void | connectionLost() |
| virtual void | doStart() = 0 |
| void | handleErrors(const KSmtp::ServerResponse &response) |
| virtual void | handleResponse(const KSmtp::ServerResponse &response) = 0 |
| void | sendCommand(const QByteArray &cmd) |