Home
last modified time | relevance | path

Searched refs:lineSent (Results 1 – 4 of 4) sorted by relevance

/dports/mail/trojita/trojita-0.7/src/Imap/Parser/
H A DParser.cpp740 emit lineSent(this, "*** STARTTLS"); in finishStartTls() local
814 emit lineSent(this, buf); in executeACommand() local
861 emit lineSent(this, sensitiveCommand ? privateMessage : buf); in executeACommand() local
877 emit lineSent(this, buf); in executeACommand() local
888 emit lineSent(this, buf); in executeACommand() local
900 emit lineSent(this, buf); in executeACommand() local
915 emit lineSent(this, sensitiveCommand ? privateMessage : buf); in executeACommand() local
H A DParser.h302 void lineSent(Imap::Parser *parser, const QByteArray &line);
/dports/mail/trojita/trojita-0.7/src/Imap/Model/
H A DTaskFactory.cpp223 QObject::connect(parser, &Parser::lineSent, model, &Model::slotParserLineSent); in newParser()
/dports/mail/trojita/trojita-0.7/src/Imap/Tasks/
H A DOpenConnectionTask.cpp49 connect(parser, &Parser::lineSent, model, &Model::slotParserLineSent); in OpenConnectionTask()