Home
last modified time | relevance | path

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

/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/imap/
H A Dmessage.c142 static void message_write_address(struct buf *buf,
1941 message_write_address(buf, body->from); in message_write_envelope()
1943 message_write_address(buf, body->sender ? body->sender : body->from); in message_write_envelope()
1945 message_write_address(buf, body->reply_to ? body->reply_to : body->from); in message_write_envelope()
1947 message_write_address(buf, body->to); in message_write_envelope()
1949 message_write_address(buf, body->cc); in message_write_envelope()
1951 message_write_address(buf, body->bcc); in message_write_envelope()
2149 static void message_write_address(struct buf *buf, in message_write_address() function
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Dmessage.c145 static void message_write_address(struct buf *buf,
2141 message_write_address(buf, body->from); in message_write_envelope()
2143 message_write_address(buf, body->sender ? body->sender : body->from); in message_write_envelope()
2145 message_write_address(buf, body->reply_to ? body->reply_to : body->from); in message_write_envelope()
2147 message_write_address(buf, body->to); in message_write_envelope()
2149 message_write_address(buf, body->cc); in message_write_envelope()
2151 message_write_address(buf, body->bcc); in message_write_envelope()
2349 static void message_write_address(struct buf *buf, in message_write_address() function
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Dmessage.c145 static void message_write_address(struct buf *buf,
2100 message_write_address(buf, body->from); in message_write_envelope()
2102 message_write_address(buf, body->sender ? body->sender : body->from); in message_write_envelope()
2104 message_write_address(buf, body->reply_to ? body->reply_to : body->from); in message_write_envelope()
2106 message_write_address(buf, body->to); in message_write_envelope()
2108 message_write_address(buf, body->cc); in message_write_envelope()
2110 message_write_address(buf, body->bcc); in message_write_envelope()
2308 static void message_write_address(struct buf *buf, in message_write_address() function