Home
last modified time | relevance | path

Searched refs:setHighestModSeq (Results 1 – 12 of 12) sorted by relevance

/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/imap/autotests/
H A Dtestretrieveitemstask.cpp204 ….attribute<HighestModSeqAttribute>(Akonadi::Collection::AddIfMissing)->setHighestModSeq(123456788); in shouldIntrospectCollection_data()
306 ….attribute<HighestModSeqAttribute>(Akonadi::Collection::AddIfMissing)->setHighestModSeq(123456789); in shouldIntrospectCollection_data()
333 ….attribute<HighestModSeqAttribute>(Akonadi::Collection::AddIfMissing)->setHighestModSeq(123456788); in shouldIntrospectCollection_data()
364 ….attribute<HighestModSeqAttribute>(Akonadi::Collection::AddIfMissing)->setHighestModSeq(123456788); in shouldIntrospectCollection_data()
500 ….attribute<HighestModSeqAttribute>(Akonadi::Collection::AddIfMissing)->setHighestModSeq(123456789); in shouldIntrospectCollection_data()
536 ….attribute<HighestModSeqAttribute>(Akonadi::Collection::AddIfMissing)->setHighestModSeq(123456789); in shouldIntrospectCollection_data()
/dports/mail/trojita/trojita-0.7/tests/Imap/
H A Dtest_Imap_Tasks_ObtainSynchronizedMailbox.cpp1443 sync.setHighestModSeq(33); in testCondstoreNoChanges()
1480 sync.setHighestModSeq(33); in testCondstoreChangedFlags()
1522 sync.setHighestModSeq(33); in testCondstoreErrorExists()
1574 sync.setHighestModSeq(33); in testCondstoreErrorUidNext()
1620 sync.setHighestModSeq(33); in testCondstoreUidValidity()
1665 sync.setHighestModSeq(33); in testCondstoreDecreasedHighestModSeq()
1689 sync.setHighestModSeq(1); in testCondstoreDecreasedHighestModSeq()
1992 sync.setHighestModSeq(0); in testQresyncNoModseqChangedFlags()
2040 sync.setHighestModSeq(0); in testQresyncErrorExists()
2089 sync.setHighestModSeq(0); in testQresyncErrorUidNext()
[all …]
H A Dtest_Imap_Threading.cpp643 sync.setHighestModSeq(33); in testDynamicSorting()
869 sync.setHighestModSeq(33); in testDynamicSortingContext()
1035 sync.setHighestModSeq(33); in testDynamicSearch()
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/imap/
H A Dhighestmodseqattribute.h16 void setHighestModSeq(qint64 highestModSequence);
H A Dhighestmodseqattribute.cpp18 void HighestModSeqAttribute::setHighestModSeq(qint64 highestModSequence) in setHighestModSeq() function in HighestModSeqAttribute
H A Dretrieveitemstask.cpp335 attr->setHighestModSeq(m_highestModSeq); in prepareRetrieval()
342 attr->setHighestModSeq(m_highestModSeq); in prepareRetrieval()
/dports/mail/trojita/trojita-0.7/src/Imap/Tasks/
H A DObtainSynchronizedMailboxTask.cpp261 oldSyncState.setHighestModSeq(0); in finalizeSelect()
273 mailbox->syncState.setHighestModSeq(0); in finalizeSelect()
281 mailbox->syncState.setHighestModSeq(0); in finalizeSelect()
287 mailbox->syncState.setHighestModSeq(0); in finalizeSelect()
296 mailbox->syncState.setHighestModSeq(0); in finalizeSelect()
314 mailbox->syncState.setHighestModSeq(0); in finalizeSelect()
664 mailbox->syncState.setHighestModSeq(0); in handleResponseCodeInsideState()
672 mailbox->syncState.setHighestModSeq(num->data); in handleResponseCodeInsideState()
H A DKeepMailboxOpenTask.cpp899 mailbox->syncState.setHighestModSeq(num->data); in handleResponseCodeInsideState()
/dports/mail/trojita/trojita-0.7/src/Imap/Model/
H A DMailboxMetadata.cpp152 void SyncState::setHighestModSeq(const quint64 highestModSeq) in setHighestModSeq() function in Imap::Mailbox::SyncState
234 stream >> i64; ss.setHighestModSeq(i64); in operator >>()
H A DMailboxMetadata.h83 void setHighestModSeq(const quint64 highestModSeq);
H A DMailboxTree.cpp405 syncState.setHighestModSeq(num); in handleFetchResponse()
/dports/mail/trojita/trojita-0.7/tests/Utils/
H A DLibMailboxSync.cpp656 syncState.setHighestModSeq(33); in helperQresyncAInitial()