Home
last modified time | relevance | path

Searched refs:setSentBehaviour (Results 1 – 10 of 10) sorted by relevance

/dports/net/messagelib/messagelib-21.12.3/messagecomposer/src/sender/
H A Dakonadisender.cpp121 … qjob->sentBehaviourAttribute().setSentBehaviour(MailTransport::SentBehaviourAttribute::Delete); in sendOrQueueMessage()
123 qjob->sentBehaviourAttribute().setSentBehaviour(SentBehaviourAttribute::MoveToCollection); in sendOrQueueMessage()
131 qjob->sentBehaviourAttribute().setSentBehaviour(SentBehaviourAttribute::MoveToCollection); in sendOrQueueMessage()
139 qjob->sentBehaviourAttribute().setSentBehaviour(SentBehaviourAttribute::MoveToCollection); in sendOrQueueMessage()
143 …qjob->sentBehaviourAttribute().setSentBehaviour(MailTransport::SentBehaviourAttribute::MoveToDefau… in sendOrQueueMessage()
/dports/net/incidenceeditor/incidenceeditor-21.12.3/src/
H A Dindividualmailcomponentfactory.cpp90 …mQueueJob->sentBehaviourAttribute().setSentBehaviour(MailTransport::SentBehaviourAttribute::Delete… in startQueueJob()
94 …mQueueJob->sentBehaviourAttribute().setSentBehaviour(MailTransport::SentBehaviourAttribute::MoveTo… in startQueueJob()
97 …mQueueJob->sentBehaviourAttribute().setSentBehaviour(MailTransport::SentBehaviourAttribute::MoveTo… in startQueueJob()
/dports/net/akonadi-calendar/akonadi-calendar-21.12.3/src/
H A Dmailclient_p.cpp303 … qjob->sentBehaviourAttribute().setSentBehaviour(MailTransport::SentBehaviourAttribute::Delete); in send()
307 …qjob->sentBehaviourAttribute().setSentBehaviour(MailTransport::SentBehaviourAttribute::MoveToColle… in send()
310 …qjob->sentBehaviourAttribute().setSentBehaviour(MailTransport::SentBehaviourAttribute::MoveToDefau… in send()
/dports/net/kmailtransport/kmailtransport-21.12.3/src/kmailtransportakonadi/
H A Dsentbehaviourattribute.h69 void setSentBehaviour(SentBehaviour beh);
H A Dsentbehaviourattribute.cpp100 void SentBehaviourAttribute::setSentBehaviour(SentBehaviour beh) in setSentBehaviour() function in SentBehaviourAttribute
/dports/deskutils/kdepim-addons/kdepim-addons-21.12.3/plugins/messageviewer/bodypartformatter/gnupgwks/
H A Dgnupgwksurlhandler.cpp157 job->sentBehaviourAttribute().setSentBehaviour(MailTransport::SentBehaviourAttribute::Delete); in sendConfirmation()
/dports/net/kmailtransport/kmailtransport-21.12.3/src/kmailtransportakonadi/autotests/
H A Dmessagequeuejobtest.cpp162 job->sentBehaviourAttribute().setSentBehaviour(SentBehaviourAttribute::MoveToCollection); in testInvalidMessages()
/dports/deskutils/kmail-account-wizard/kmail-account-wizard-21.12.3/src/
H A Dkey.cpp184 job->sentBehaviourAttribute().setSentBehaviour(MailTransport::SentBehaviourAttribute::Delete); in onWKSPublishingRequestCreated()
/dports/net/messagelib/messagelib-21.12.3/messagecomposer/src/composer/
H A Dcomposerviewbase.cpp1079 … qjob->sentBehaviourAttribute().setSentBehaviour(MailTransport::SentBehaviourAttribute::Delete); in queueMessage()
1081 …qjob->sentBehaviourAttribute().setSentBehaviour(MailTransport::SentBehaviourAttribute::MoveToColle… in queueMessage()
1086 …qjob->sentBehaviourAttribute().setSentBehaviour(MailTransport::SentBehaviourAttribute::MoveToDefau… in queueMessage()
/dports/deskutils/kalarm/kalarm-21.12.3/src/
H A Dkamail.cpp254 mailjob->sentBehaviourAttribute().setSentBehaviour(sentAction); in send()