Searched refs:RenderToRFC822 (Results 1 - 9 of 9) sorted by relevance

/haiku/headers/os/mail/
H A DMailComponent.h68 virtual status_t RenderToRFC822(BPositionIO *render_to);
119 virtual status_t RenderToRFC822(BPositionIO *render_to);
H A DMailAttachment.h63 virtual status_t RenderToRFC822(BPositionIO *render_to);
109 virtual status_t RenderToRFC822(BPositionIO *render_to);
H A DMailContainer.h59 virtual status_t RenderToRFC822(BPositionIO *render_to);
H A DMailMessage.h113 virtual status_t RenderToRFC822(BPositionIO* renderTo);
/haiku/src/add-ons/mail_daemon/outbound_filters/fortune/
H A DFortuneFilter.cpp91 mailMessage.RenderToRFC822(&file);
/haiku/src/kits/mail/
H A DMailContainer.cpp402 status_t BMIMEMultipartMailContainer::RenderToRFC822(BPositionIO *render_to) { function in class:BMIMEMultipartMailContainer
403 BMailComponent::RenderToRFC822(render_to);
418 status_t status = code->RenderToRFC822(render_to); //----Easy enough
H A DMailAttachment.cpp389 BSimpleMailAttachment::RenderToRFC822(BPositionIO *renderTo) function in class:BSimpleMailAttachment
392 BMailComponent::RenderToRFC822(renderTo);
720 BAttributedMailAttachment::RenderToRFC822(BPositionIO *renderTo) function in class:BAttributedMailAttachment
759 return fContainer->RenderToRFC822(renderTo);
H A DMailMessage.cpp214 component->RenderToRFC822(&io);
727 BEmailMessage::RenderToRFC822(BPositionIO* file) function in class:BEmailMessage
790 status_t err = BMailComponent::RenderToRFC822(file);
797 err = fBody->RenderToRFC822(file);
924 return RenderToRFC822(&file);
H A DMailComponent.cpp307 BMailComponent::RenderToRFC822(BPositionIO* render_to) function in class:BMailComponent
656 BTextMailComponent::RenderToRFC822(BPositionIO* render_to) function in class:BTextMailComponent
695 BMailComponent::RenderToRFC822(render_to);
742 puts("BTextMailComponent::RenderToRFC822: NULL byte in text!!");

Completed in 130 milliseconds