Searched refs:uids (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DCommands.cpp286 MessageEntryList& entries, uint32 from, uint32 to, bool uids)
291 fUIDs(uids)
357 than specified. The fetched UIDs will be removed from the \uids list.
359 FetchCommand::FetchCommand(MessageUIDList& uids, size_t max, uint32 flags) argument
364 max = std::min(max, uids.size());
369 uint32 first = uids[index++];
376 uint32 uid = uids[index];
387 uids.erase(uids.begin(), uids
285 FetchMessageEntriesCommand( MessageEntryList& entries, uint32 from, uint32 to, bool uids) argument
[all...]
H A DCommands.h130 uint32 to, bool uids);
165 FetchCommand(MessageUIDList& uids,
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPConnectionWorker.cpp239 MessageUIDList& uids, int32 bodyFetchLimit)
243 fUIDs(uids),
657 std::vector<uint32> uids;
658 uids.push_back(uid);
660 return _EnqueueCommand(new FetchBodiesCommand(folder, *mailbox, uids,
673 std::vector<uint32> uids;
674 uids.push_back(uid);
676 return _EnqueueCommand(new UpdateFlagsCommand(folder, *mailbox, uids,
238 FetchHeadersCommand(IMAPFolder& folder, IMAPMailbox& mailbox, MessageUIDList& uids, int32 bodyFetchLimit) argument
H A DIMAPFolder.cpp400 IMAPFolder::RegisterPendingBodies(IMAP::MessageUIDList& uids, argument
409 IMAP::MessageUIDList::const_iterator iterator = uids.begin();
410 for (; iterator != uids.end(); iterator++) {
H A DIMAPFolder.h86 IMAP::MessageUIDList& uids,

Completed in 270 milliseconds