Home
last modified time | relevance | path

Searched refs:parse_now (Results 1 – 6 of 6) sorted by relevance

/haiku/headers/os/mail/
H A DMailContainer.h24 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 DMailComponent.h67 bool parse_now = false);
118 virtual status_t SetToRFC822(BPositionIO *data, size_t length, bool parse_now = false);
H A DMailAttachment.h62 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 DTextMailComponent.dox130 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 DMailComponent.dox265 size_t length, bool parse_now = false)
/haiku/src/kits/mail/
H A DMailContainer.cpp116 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()