Home
last modified time | relevance | path

Searched refs:GetDecodedData (Results 1 – 10 of 10) sorted by relevance

/haiku/src/kits/mail/
H A DMailAttachment.cpp199 BSimpleMailAttachment::GetDecodedData(BPositionIO *data) in GetDecodedData() function in BSimpleMailAttachment
220 BSimpleMailAttachment::GetDecodedData() in GetDecodedData() function in BSimpleMailAttachment
587 _data->GetDecodedData(&file); in SaveToDisk()
625 BAttributedMailAttachment::GetDecodedData(BPositionIO *data) in GetDecodedData() function in BAttributedMailAttachment
631 _data->GetDecodedData(data); in GetDecodedData()
673 _data->GetDecodedData(); in SetToRFC822()
678 || _attributes_attach->GetDecodedData() == NULL) in SetToRFC822()
685 = ((BMallocIO *)(_attributes_attach->GetDecodedData()))->BufferLength(); in SetToRFC822()
692 if (_attributes_attach->GetDecodedData()->ReadAt(0, start, len) < len) in SetToRFC822()
H A DMailComponent.cpp283 BMailComponent::GetDecodedData(BPositionIO*) in GetDecodedData() function in BMailComponent
504 BTextMailComponent::GetDecodedData(BPositionIO* data) in GetDecodedData() function in BTextMailComponent
H A DMailContainer.cpp192 status_t BMIMEMultipartMailContainer::GetDecodedData(BPositionIO *) in GetDecodedData() function in BMIMEMultipartMailContainer
/haiku/headers/os/mail/
H A DMailAttachment.h52 virtual status_t GetDecodedData(BPositionIO *data);
55 virtual BPositionIO *GetDecodedData();
105 virtual status_t GetDecodedData(BPositionIO *data);
H A DMailComponent.h63 virtual status_t GetDecodedData(BPositionIO *data);
115 virtual status_t GetDecodedData(BPositionIO *data);
H A DMailContainer.h55 virtual status_t GetDecodedData(BPositionIO *data);
/haiku/docs/user/mail/
H A DTextMailComponent.dox112 \fn virtual status_t BTextMailComponent::GetDecodedData(BPositionIO *data)
H A DMailComponent.dox238 \fn virtual status_t BMailComponent::GetDecodedData(BPositionIO *data)
/haiku/src/apps/mail/
H A DContent.cpp1965 enclosure->component->GetDecodedData(&file); in Save()
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp5069 ErrorCode = ComponentPntr->GetDecodedData (&ContentsIO); in RecursivelyTokenizeMailComponent()