/dovecot/src/plugins/push-notification/ |
H A D | push-notification-event-messageappend.h | 12 const char *from; member in struct:push_notification_event_messageappend_data
|
H A D | push-notification-event-messagenew.h | 16 const char *from; member in struct:push_notification_event_messagenew_data
|
/dovecot/src/lib-mail/ |
H A D | message-part-data.h | 17 struct message_address *from, *sender, *reply_to; member in struct:message_part_envelope 91 /* Update envelope data based from given header field */
|
/dovecot/src/lib-smtp/ |
H A D | smtp-server-reply.c | 152 unsigned int index, const struct smtp_reply *from) 157 from->status, smtp_reply_get_enh_code(from)); 158 smtp_reply_write(reply->content->text, from); 281 unsigned int index, const struct smtp_reply *from) 284 smtp_server_reply_create_forward(cmd->cmd, index, from)); 288 const struct smtp_reply *from) 295 smtp_server_reply_create_forward(cmd, 0, from)); 328 /* duplicate the rest from it */ 151 smtp_server_reply_create_forward(struct smtp_server_command *cmd, unsigned int index, const struct smtp_reply *from) argument 280 smtp_server_reply_index_forward(struct smtp_server_cmd_ctx *cmd, unsigned int index, const struct smtp_reply *from) argument 287 smtp_server_reply_forward(struct smtp_server_cmd_ctx *_cmd, const struct smtp_reply *from) argument
|
H A D | smtp-client-command.c | 240 smtp_client_command_debug(cmd, "Removed from send queue"); 253 smtp_client_command_debug(cmd, "Removed from wait list"); 336 than one command disappearing from the list */ 367 than one command disappearing from the list */ 643 from ioloop */ 937 const struct smtp_address *from, 947 smtp_address_encode(from)); 966 const struct smtp_address *from, 971 (conn, flags, NULL, from, params, callback, context); 1010 const struct smtp_address *from, 933 smtp_client_command_mail_submit_after( struct smtp_client_connection *conn, enum smtp_client_command_flags flags, struct smtp_client_command *after, const struct smtp_address *from, const struct smtp_params_mail *params, smtp_client_command_callback_t *callback, void *context) argument 963 smtp_client_command_mail_submit( struct smtp_client_connection *conn, enum smtp_client_command_flags flags, const struct smtp_address *from, const struct smtp_params_mail *params, smtp_client_command_callback_t *callback, void *context) argument 1007 smtp_client_command_rcpt_submit( struct smtp_client_connection *conn, enum smtp_client_command_flags flags, const struct smtp_address *from, const struct smtp_params_rcpt *params, smtp_client_command_callback_t *callback, void *context) argument [all...] |
/dovecot/src/lib-lda/ |
H A D | mail-deliver.c | 40 const char *from; member in struct:mail_deliver_cache 97 const char *from; local 111 from = smtp_address_encode(mail_deliver_get_address(mail, "From")); 112 update_cache(pool, &cache->from, from); 148 { 'f', ctx->cache->from, "from" }, 533 /* initialize most of the fields from dest_mail */ 551 /* initialize most of the fields from dest_mail */
|
/dovecot/src/plugins/fts/ |
H A D | fts-expunge-log.c | 331 from here. */ 565 int fts_expunge_log_append_remove(struct fts_expunge_log_append_ctx *from, argument 569 struct fts_expunge_log_mailbox *mailbox = hash_table_lookup(from->mailboxes, guid_p); 576 int fts_expunge_log_subtract(struct fts_expunge_log_append_ctx *from, argument 585 if (fts_expunge_log_append_remove(from, record) <= 0)
|
/dovecot/src/lib/ |
H A D | strfuncs.c | 303 const char *t_str_replace(const char *str, char from, char to) argument 308 if (strchr(str, from) == NULL) 314 if (str[i] == from)
|