Home
last modified time | relevance | path

Searched refs:AddAttachmentField (Results 1 – 8 of 8) sorted by relevance

/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/mime/emitters/
H A DnsMimeXmlEmitter.cpp139 AddAttachmentField(HEADER_PARM_FILENAME, PromiseFlatCString(name).get()); in StartAttachment()
143 nsresult nsMimeXmlEmitter::AddAttachmentField(const char* field, in AddAttachmentField() function in nsMimeXmlEmitter
H A DnsMimeXmlEmitter.h29 NS_IMETHOD AddAttachmentField(const char* field, const char* value) override;
H A DnsMimeHtmlEmitter.h27 NS_IMETHOD AddAttachmentField(const char* field, const char* value) override;
H A DnsMimeHtmlEmitter.cpp445 nsresult nsMimeHtmlDisplayEmitter::AddAttachmentField(const char* field, in AddAttachmentField() function in nsMimeHtmlDisplayEmitter
458 headerSink->AddAttachmentField(field, value); in AddAttachmentField()
H A DnsMimeBaseEmitter.cpp333 nsMimeBaseEmitter::AddAttachmentField(const char* field, const char* value) { in AddAttachmentField() function in nsMimeBaseEmitter
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/db/gloda/components/
H A DMimeMessageEmitter.jsm228 // AddAttachmentField if the part is an attachment), and seems to serve
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/mime/src/
H A Dmimemoz2.cpp1542 return emitter->AddAttachmentField(field, value); in mimeEmitterAddAttachmentField()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/extensions/bayesian-spam-filter/
H A DnsBayesianFilter.cpp933 NS_IMETHODIMP TokenStreamListener::AddAttachmentField(const char* field, in AddAttachmentField() function in TokenStreamListener