Searched defs:subject (Results 1 - 9 of 9) sorted by relevance

/dovecot/src/plugins/push-notification/
H A Dpush-notification-event-messageappend.h14 const char *subject; member in struct:push_notification_event_messageappend_data
H A Dpush-notification-event-messagenew.h20 const char *subject; member in struct:push_notification_event_messagenew_data
/dovecot/src/lib-lda/
H A Dmail-send.c31 const char *subject; local
32 if (mail_get_first_header(mail, "Subject", &subject) <= 0)
33 subject = "";
38 { 's', str_sanitize(subject, 80), "subject" },
H A Dmail-deliver.c39 const char *subject; member in struct:mail_deliver_cache
96 const char *message_id = NULL, *subject = NULL, *from_envelope = NULL; local
107 if (mail_get_first_header_utf8(mail, "Subject", &subject) > 0)
108 subject = str_sanitize(subject, 80);
109 update_cache(pool, &cache->subject, subject);
147 { 's', ctx->cache->subject, "subject" },
/dovecot/src/lib-imap/
H A Dimap-base-subject.c10 #include "imap-base-subject.h"
177 /* subj-fwd = subj-fwd-hdr subject subj-fwd-trl
196 const char *imap_get_base_subject_cased(pool_t pool, const char *subject, argument
205 subject_len = strlen(subject);
208 /* (1) Convert any RFC 2047 encoded-words in the subject to
211 message_header_decode_utf8((const unsigned char *)subject, subject_len,
219 /* (2) Remove all trailing text of the subject that matches
225 /* (3) Remove all prefix text of the subject that
230 /* (4) If there is prefix text of the subject that
245 /* (7) The resulting text is the "base subject" use
[all...]
/dovecot/src/lib-mail/
H A Dmessage-part-data.h16 const char *date, *subject; member in struct:message_part_envelope
/dovecot/src/imap/
H A Dcmd-thread.c6 #include "imap-base-subject.h"
175 const char *subject, *base_subject; local
194 if (mail_get_first_header(mail, "Subject", &subject) <= 0)
195 subject = "";
198 pool_datastack_create(), subject,
/dovecot/src/lib-ssl-iostream/
H A Diostream-openssl.c119 X509_NAME *subject; local
125 subject = X509_get_subject_name(X509_STORE_CTX_get_current_cert(ctx));
126 if (subject == NULL ||
127 X509_NAME_oneline(subject, certname, sizeof(certname)) == NULL)
/dovecot/src/lib-storage/index/
H A Dindex-thread-finish.c6 #include "imap-base-subject.h"
21 /* Used temporarily by (5)(B) base subject gathering.
27 /* subject contained a Re: or Fwd: */
65 add_base_subject(struct subject_gather_context *ctx, const char *subject, argument
72 subject = imap_get_base_subject_cased(pool_datastack_create(), subject,
74 /* (ii) If the thread subject is empty, skip this message. */
75 if (*subject == '\0')
79 subject in the subject tabl
206 const char *subject; local
[all...]

Completed in 363 milliseconds