Searched refs:parse_now (Results 1 – 6 of 6) sorted by relevance
/haiku/headers/os/mail/ |
H A D | MailContainer.h | 24 virtual BMailComponent *GetComponent(int32 index, bool parse_now = false) = 0; 51 virtual BMailComponent *GetComponent(int32 index, bool parse_now = false); 58 virtual status_t SetToRFC822(BPositionIO *data, size_t length, bool parse_now = false);
|
H A D | MailComponent.h | 67 bool parse_now = false); 118 virtual status_t SetToRFC822(BPositionIO *data, size_t length, bool parse_now = false);
|
H A D | MailAttachment.h | 62 virtual status_t SetToRFC822(BPositionIO *data, size_t length, bool parse_now = false); 108 virtual status_t SetToRFC822(BPositionIO *data, size_t length, bool parse_now = false);
|
/haiku/docs/user/mail/ |
H A D | TextMailComponent.dox | 130 size_t length, bool parse_now = false) 137 If \a parse_now is \c false, then the \a data will not be parsed
|
H A D | MailComponent.dox | 265 size_t length, bool parse_now = false)
|
/haiku/src/kits/mail/ |
H A D | MailContainer.cpp | 116 BMailComponent *BMIMEMultipartMailContainer::GetComponent(int32 index, bool parse_now) { in GetComponent() argument 144 if (piece->SetToRFC822(_io_data,part->end - part->start, parse_now) < B_OK) in GetComponent()
|