Home
last modified time | relevance | path

Searched refs:message_parse_address (Results 1 – 3 of 3) sorted by relevance

/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/imap/
H A Dmessage.c118 static void message_parse_address(const char *hdr, struct address **addrp);
800 message_parse_address(value, &body->bcc); in message_parse_headers()
803 message_parse_address(value, &body->cc); in message_parse_headers()
844 message_parse_address(value, &body->from); in message_parse_headers()
853 message_parse_address(value, &body->reply_to); in message_parse_headers()
865 message_parse_address(value, &body->sender); in message_parse_headers()
868 message_parse_address(value, &body->to); in message_parse_headers()
894 static void message_parse_address(const char *hdr, struct address **addrp) in message_parse_address() function
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Dmessage.c119 static void message_parse_address(const char *hdr, struct address **addrp);
910 message_parse_address(value, &body->bcc); in message_parse_headers()
913 message_parse_address(value, &body->cc); in message_parse_headers()
954 message_parse_address(value, &body->from); in message_parse_headers()
963 message_parse_address(value, &body->reply_to); in message_parse_headers()
975 message_parse_address(value, &body->sender); in message_parse_headers()
978 message_parse_address(value, &body->to); in message_parse_headers()
1004 static void message_parse_address(const char *hdr, struct address **addrp) in message_parse_address() function
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Dmessage.c119 static void message_parse_address(const char *hdr, struct address **addrp);
877 message_parse_address(value, &body->bcc); in message_parse_headers()
880 message_parse_address(value, &body->cc); in message_parse_headers()
921 message_parse_address(value, &body->from); in message_parse_headers()
930 message_parse_address(value, &body->reply_to); in message_parse_headers()
942 message_parse_address(value, &body->sender); in message_parse_headers()
945 message_parse_address(value, &body->to); in message_parse_headers()
971 static void message_parse_address(const char *hdr, struct address **addrp) in message_parse_address() function