Home
last modified time | relevance | path

Searched refs:mime_subtype (Results 1 – 11 of 11) sorted by relevance

/dports/mail/rspamd/rspamd-3.1/rules/
H A Dbounce.lua100 local mime_type, mime_subtype = p:get_type()
101 if (mime_subtype == 'rfc822' or mime_subtype == 'rfc822-headers') and
103 rfc822_part = mime_type .. '/' .. mime_subtype
/dports/mail/rspamd-devel/rspamd-93430bb/rules/
H A Dbounce.lua100 local mime_type, mime_subtype = p:get_type()
101 if (mime_subtype == 'rfc822' or mime_subtype == 'rfc822-headers') and
103 rfc822_part = mime_type .. '/' .. mime_subtype
/dports/devel/brz/breezy-3.2.0/breezy/
H A Dmail_client.py65 def compose(self, prompt, to, subject, attachment, mime_subtype, argument
126 def compose(self, prompt, to, subject, attachment, mime_subtype, argument
140 attachment_mime_subtype=mime_subtype)
159 def compose(self, prompt, to, subject, attachment, mime_subtype, argument
175 self._compose(prompt, to, subject, attach_path, mime_subtype,
178 def _compose(self, prompt, to, subject, attach_path, mime_subtype, argument
401 def _compose(self, prompt, to, subject, attach_path, mime_subtype, argument
407 mime_subtype, extension, body, from_)
553 def _compose(self, prompt, to, subject, attach_path, mime_subtype, argument
647 def compose(self, prompt, to, subject, attachment, mime_subtype, argument
[all …]
H A Demail_message.py72 def add_inline_attachment(self, body, filename=None, mime_subtype='plain'): argument
92 self._parts.append((body, filename, mime_subtype))
111 for body, filename, mime_subtype in self._parts:
113 payload = MIMEText(body, mime_subtype, encoding)
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/util/
H A Dimage_util.cc39 base::StringPiece mime_subtype) { in MakeDataURIForImage() argument
41 result.append(mime_subtype.begin(), mime_subtype.end()); in MakeDataURIForImage()
H A Dimage_util.h17 base::StringPiece mime_subtype);
/dports/print/hplip/hplip-3.20.6/ui/
H A Dscrollunload.py39 …def __init__(self, parent, dirname, fname, path, pixmap, mime_type, mime_subtype, size, exif_info=… argument
42 self.mime_subtype = mime_subtype
270 item.mime_subtype == 'jpeg' and \
348 '/'.join([item.mime_type, item.mime_subtype]),
564 unload_list.append((i.path, i.size, i.mime_type, i.mime_subtype))
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/ui/webui/tab_strip/
H A Dtab_strip_ui_handler.cc69 base::StringPiece mime_subtype) { in MakeDataURIForImage() argument
71 result.append(mime_subtype.begin(), mime_subtype.end()); in MakeDataURIForImage()
/dports/mail/rspamd-devel/rspamd-93430bb/src/plugins/lua/
H A Dclickhouse.lua747 local mime_type, mime_subtype = part:get_type()
748 table.insert(attachments_ctypes, string.format("%s/%s", mime_type, mime_subtype))
/dports/mail/rspamd/rspamd-3.1/src/plugins/lua/
H A Dclickhouse.lua747 local mime_type, mime_subtype = part:get_type()
748 table.insert(attachments_ctypes, string.format("%s/%s", mime_type, mime_subtype))
/dports/devel/brz/breezy-3.2.0/breezy/tests/
H A Dtest_merge_directive.py720 def compose(self, prompt, to, subject, attachment, mime_subtype, argument