Searched refs:fetchFlags (Results 1 - 7 of 7) sorted by relevance

/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DCommands.h153 virtual bool FetchData(uint32 fetchFlags, BDataIO& stream,
155 virtual void FetchedData(uint32 fetchFlags, uint32 uid,
164 uint32 fetchFlags);
166 size_t max, uint32 fetchFlags);
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPProtocol.h42 uint32 fetchFlags, BMessage& attributes);
H A DIMAPProtocol.cpp161 BFile& stream, uint32 fetchFlags, BMessage& attributes)
163 if ((fetchFlags & (IMAP::kFetchHeader | IMAP::kFetchBody))
166 } else if ((fetchFlags & IMAP::kFetchHeader) != 0) {
168 } else if ((fetchFlags & IMAP::kFetchBody) != 0) {
160 MessageStored(IMAPFolder& folder, entry_ref& ref, BFile& stream, uint32 fetchFlags, BMessage& attributes) argument
H A DIMAPConnectionWorker.cpp213 virtual bool FetchData(uint32 fetchFlags, BDataIO& stream, size_t& length) argument
219 virtual void FetchedData(uint32 fetchFlags, uint32 uid, uint32 flags) argument
280 virtual bool FetchData(uint32 fetchFlags, BDataIO& stream, size_t& length) argument
282 fFetchStatus = fFolder.StoreMessage(fetchFlags, stream, length,
287 virtual void FetchedData(uint32 fetchFlags, uint32 uid, uint32 flags) argument
290 fFolder.MessageStored(fRef, fFile, fetchFlags, uid, flags);
H A DIMAPFolder.h78 status_t StoreMessage(uint32 fetchFlags, BDataIO& stream,
82 uint32 fetchFlags, uint32 uid,
H A DIMAPFolder.cpp341 IMAPFolder::StoreMessage(uint32 fetchFlags, BDataIO& stream, argument
366 IMAPFolder::MessageStored(entry_ref& ref, BFile& file, uint32 fetchFlags, argument
371 if ((fetchFlags & IMAP::kFetchFlags) != 0)
377 fProtocol.MessageStored(*this, ref, file, fetchFlags, attributes);
/haiku/src/tests/add-ons/mail/imap/
H A Dimap_tester.cpp119 virtual bool FetchData(uint32 fetchFlags, BDataIO& stream, argument
142 virtual void FetchedData(uint32 fetchFlags, uint32 uid, uint32 flags) argument

Completed in 100 milliseconds