Home
last modified time | relevance | path

Searched refs:CamelMimePart (Results 1 – 25 of 137) sorted by relevance

123456

/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/camel/
H A Dcamel-mime-part.h69 (CamelMimePart *mime_part,
88 (CamelMimePart *mime_part);
99 (CamelMimePart *mime_part,
102 (CamelMimePart *mime_part);
108 (CamelMimePart *mime_part,
111 (CamelMimePart *mime_part);
113 (CamelMimePart *mime_part,
117 (CamelMimePart *mime_part);
124 (CamelMimePart *mime_part,
129 (CamelMimePart *mime_part,
[all …]
H A Dcamel-cipher-context.h175 CamelMimePart *ipart,
176 CamelMimePart *opart,
181 CamelMimePart *ipart,
187 CamelMimePart *ipart,
188 CamelMimePart *opart,
193 CamelMimePart *ipart,
194 CamelMimePart *opart,
223 CamelMimePart *ipart,
224 CamelMimePart *opart,
230 CamelMimePart *ipart,
[all …]
H A Dcamel-mime-part.c290 mime_part_set_disposition (CamelMimePart *mime_part, in mime_part_set_disposition()
465 CamelMimePart *part = CAMEL_MIME_PART (medium); in mime_part_add_header()
483 CamelMimePart *part = CAMEL_MIME_PART (medium); in mime_part_set_header()
495 CamelMimePart *part = CAMEL_MIME_PART (medium); in mime_part_remove_header()
505 CamelMimePart *part = CAMEL_MIME_PART (medium); in mime_part_get_header()
520 CamelMimePart *part = CAMEL_MIME_PART (medium); in mime_part_dup_headers()
528 CamelMimePart *part = CAMEL_MIME_PART (medium); in mime_part_get_headers()
561 CamelMimePart *mp = CAMEL_MIME_PART (dw); in mime_part_write_to_stream_sync()
747 CamelMimePart *mp = CAMEL_MIME_PART (dw); in mime_part_write_to_output_stream_sync()
1088 camel_mime_part_init (CamelMimePart *mime_part) in camel_mime_part_init()
[all …]
H A Dcamel-cipher-context.c58 CamelMimePart *ipart;
59 CamelMimePart *opart;
187 CamelMimePart *ipart, in cipher_context_sign_sync()
188 CamelMimePart *opart, in cipher_context_sign_sync()
216 CamelMimePart *ipart, in cipher_context_encrypt_sync()
217 CamelMimePart *opart, in cipher_context_encrypt_sync()
230 CamelMimePart *ipart, in cipher_context_decrypt_sync()
390 CamelMimePart *ipart, in camel_cipher_context_sign()
391 CamelMimePart *opart, in camel_cipher_context_sign()
1533 cc_prepare_sign (CamelMimePart *part) in cc_prepare_sign()
[all …]
H A Dcamel-multipart.h66 CamelMimePart *part);
67 CamelMimePart * (*get_part) (CamelMultipart *multipart,
85 CamelMimePart *part);
86 CamelMimePart * camel_multipart_get_part (CamelMultipart *multipart,
H A Dcamel-mime-message.c864 CamelMimePart *parent_part, in message_foreach_part_rec()
920 CamelMimePart *part, in check_8bit()
921 CamelMimePart *parent_part, in check_8bit()
967 find_best_encoding (CamelMimePart *part, in find_best_encoding()
1104 CamelMimePart *part, in best_encoding()
1105 CamelMimePart *parent_part, in best_encoding()
1195 CamelMimePart *part;
1201 CamelMimePart *part, in check_content_id()
1227 CamelMimePart *
1323 CamelMimePart *part, in find_attachment()
[all …]
H A Dcamel-mime-message.h71 CamelMimePart parent;
138 CamelMimePart *part,
139 CamelMimePart *parent_part,
153 CamelMimePart * camel_mime_message_get_part_by_content_id
H A Dcamel-mime-part-utils.h34 (CamelMimePart *mime_part,
88 (CamelMimePart *mime_part);
/dports/mail/evolution/evolution-3.42.1/src/em-format/
H A De-mail-part-utils.h29 gboolean e_mail_part_is_secured (CamelMimePart *part);
34 const gchar * e_mail_part_snoop_type (CamelMimePart *part);
36 gboolean e_mail_part_is_attachment (CamelMimePart *part);
39 (CamelMimePart *ipart,
40 CamelMimePart *opart);
42 CamelMimePart * e_mail_part_get_related_display_part
43 (CamelMimePart *part,
56 gchar * e_mail_part_describe (CamelMimePart *part,
59 gboolean e_mail_part_is_inline (CamelMimePart *part,
65 CamelMimePart * e_mail_part_utils_find_parent_part
[all …]
H A De-mail-part-utils.c43 e_mail_part_is_secured (CamelMimePart *part) in e_mail_part_is_secured()
184 e_mail_part_snoop_type (CamelMimePart *part) in e_mail_part_snoop_type()
283 e_mail_part_is_attachment (CamelMimePart *part) in e_mail_part_is_attachment()
365 CamelMimePart *
370 CamelMimePart *body_part, *display_part = NULL; in e_mail_part_get_related_display_part()
621 e_mail_part_describe (CamelMimePart *part, in e_mail_part_describe()
735 CamelMimePart *child, in message_find_parent_part_rec()
736 CamelMimePart **out_parent) in message_find_parent_part_rec()
784 CamelMimePart *
786 CamelMimePart *child) in e_mail_part_utils_find_parent_part()
[all …]
H A De-mail-parser-multipart-alternative.c43 related_display_part_is_attachment (CamelMimePart *part) in related_display_part_is_attachment()
45 CamelMimePart *display_part; in related_display_part_is_attachment()
54 CamelMimePart *part, in empe_mp_alternative_parse()
61 CamelMimePart *best = NULL; in empe_mp_alternative_parse()
77 CamelMimePart *mpart; in empe_mp_alternative_parse()
H A De-mail-parser.h84 CamelMimePart *part);
88 CamelMimePart *part,
94 CamelMimePart *part,
107 CamelMimePart *part,
112 CamelMimePart *part,
H A De-mail-parser-multipart-mixed.c87 CamelMimePart *part, in empe_mp_mixed_parse()
93 CamelMimePart *pgp_encrypted = NULL, *pgp_octet_stream = NULL; in empe_mp_mixed_parse()
110 CamelMimePart *subpart; in empe_mp_mixed_parse()
144 CamelMimePart *subpart; in empe_mp_mixed_parse()
157 CamelMimePart *tmp_part; in empe_mp_mixed_parse()
224 CamelMimePart *opart; in empe_mp_mixed_parse()
H A De-mail-parser-message-rfc822.c48 CamelMimePart *part, in empe_msg_rfc822_parse()
55 CamelMimePart *message; in empe_msg_rfc822_parse()
76 message = (CamelMimePart *) camel_mime_message_new (); in empe_msg_rfc822_parse()
H A De-mail-parser-multipart-signed.c47 CamelMimePart *part, in empe_mp_signed_parse()
52 CamelMimePart *cpart = NULL; in empe_mp_signed_parse()
81 CamelMimePart *parent_part; in empe_mp_signed_parse()
181 CamelMimePart *subpart; in empe_mp_signed_parse()
H A De-mail-parser-application-smime.c54 CamelMimePart *part, in empe_app_smime_parse()
60 CamelMimePart *opart; in empe_app_smime_parse()
83 CamelMimePart *parent_part; in empe_app_smime_parse()
H A De-mail-part-audio.c33 CamelMimePart *mime_part; in G_DEFINE_TYPE()
75 e_mail_part_audio_new (CamelMimePart *mime_part, in e_mail_part_audio_new()
H A De-mail-parser-extension.h78 CamelMimePart *mime_part,
88 CamelMimePart *mime_part,
H A De-mail-parser-multipart-appledouble.c40 CamelMimePart *part, in empe_mp_appledouble_parse()
55 CamelMimePart *mime_part; in empe_mp_appledouble_parse()
H A De-mail-part-image.c29 CamelMimePart *mime_part; in G_DEFINE_TYPE()
90 e_mail_part_image_new (CamelMimePart *mime_part, in e_mail_part_image_new()
/dports/mail/evolution-ews/evolution-ews-3.42.1/src/EWS/evolution/
H A De-mail-parser-ews-multipart-mixed.c30 CamelMimePart *part, in emp_ews_mp_mixed_parse()
45 CamelMimePart *sharing_subpart = NULL; in emp_ews_mp_mixed_parse()
51 CamelMimePart *subpart; in emp_ews_mp_mixed_parse()
/dports/mail/evolution/evolution-3.42.1/src/mail/
H A De-mail-templates.c174 static CamelMimePart *
179 CamelMimePart *template) in fill_template()
184 CamelMimePart *return_part; in fill_template()
185 CamelMimePart *message_part = NULL; in fill_template()
205 CamelMimePart *part = camel_multipart_get_part (multipart, i); in fill_template()
467 static CamelMimePart *
471 CamelMimePart *template_part = NULL; in find_template_part_in_multipart()
475 CamelMimePart *part = camel_multipart_get_part (multipart, ii); in find_template_part_in_multipart()
517 CamelMimePart *template_part = NULL; in e_mail_templates_apply_sync()
554 CamelMimePart *out_part = NULL; in e_mail_templates_apply_sync()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/camel/tests/lib/
H A Dmessages.c56 test_message_set_content_simple (CamelMimePart *part, in test_message_set_content_simple()
281 CamelMimePart *part, in message_dump_rec()
315 CamelMimePart *subpart = camel_multipart_get_part (CAMEL_MULTIPART (containee), i); in message_dump_rec()
320 message_dump_rec (msg, (CamelMimePart *) containee, depth + 1); in message_dump_rec()
327 message_dump_rec (m, (CamelMimePart *) m, 0); in test_message_dump_structure()
/dports/mail/evolution/evolution-3.42.1/src/modules/itip-formatter/
H A De-mail-part-itip.h60 CamelMimePart *itip_mime_part;
73 EMailPartItip * e_mail_part_itip_new (CamelMimePart *mime_part,
/dports/mail/evolution-ews/evolution-ews-3.42.1/src/Microsoft365/camel/
H A Dcamel-m365-utils.c318 m365_utils_get_content_stream (CamelMimePart *part, in m365_utils_get_content_stream()
397 m365_utils_part_is_attachment (CamelMimePart *part, in m365_utils_part_is_attachment()
470 CamelMimePart *part = CAMEL_MIME_PART (dw); in m365_utils_add_file_attachment_content()
548 CamelMimePart **out_body_part, in m365_utils_do_smime_signed()
552 CamelMimePart *content, *signature; in m365_utils_do_smime_signed()
581 CamelMimePart **out_body_part, in m365_utils_do_multipart()
587 CamelMimePart *part; in m365_utils_do_multipart()
632 static CamelMimePart *
638 CamelMimePart *body_part = NULL; in m365_utils_get_body_part()
664 CamelMimePart *part = CAMEL_MIME_PART (message); in m365_utils_get_body_part()
[all …]

123456