_attributes_attach
BSimpleMailAttachment *_data, *_attributes_attach;
_attributes_attach = new BSimpleMailAttachment();
_attributes_attach->SetHeaderField("Content-Type",
fContainer->AddComponent(_attributes_attach);
if (_attributes_attach != NULL)
_attributes_attach->SetEncoding(encoding);
if ((_attributes_attach = dynamic_cast<BSimpleMailAttachment *>(
|| _attributes_attach->GetDecodedData() == NULL)
= ((BMallocIO *)(_attributes_attach->GetDecodedData()))->BufferLength();
if (_attributes_attach->GetDecodedData()->ReadAt(0, start, len) < len)
if (_attributes_attach == NULL)
_attributes_attach = new BSimpleMailAttachment;
_attributes_attach->SetDecodedDataAndDeleteWhenDone(io);