Searched refs:bodyIsComing (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DIMAPMailbox.h22 bool bodyIsComing) {}
21 HeaderFetched(int32 uid, BPositionIO* data, bool bodyIsComing) argument
H A DIMAPHandler.cpp416 bool bodyIsComing = true; local
418 bodyIsComing = false;
422 fIMAPMailbox.Listener().HeaderFetched(uid, data, bodyIsComing);
424 if (!bodyIsComing)
/haiku-fatelf/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPInboundProtocol.cpp34 bool bodyIsComing)
45 if (!bodyIsComing)
33 HeaderFetched(int32 uid, BPositionIO* data, bool bodyIsComing) argument

Completed in 98 milliseconds