Searched defs:from (Results 1 - 8 of 8) sorted by relevance

/dovecot/src/plugins/push-notification/
H A Dpush-notification-event-messageappend.h12 const char *from; member in struct:push_notification_event_messageappend_data
H A Dpush-notification-event-messagenew.h16 const char *from; member in struct:push_notification_event_messagenew_data
/dovecot/src/lib-mail/
H A Dmessage-part-data.h17 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 Dsmtp-server-reply.c152 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 Dsmtp-client-command.c240 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 Dmail-deliver.c40 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 Dfts-expunge-log.c331 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 Dstrfuncs.c303 const char *t_str_replace(const char *str, char from, char to) argument
308 if (strchr(str, from) == NULL)
314 if (str[i] == from)

Completed in 23 milliseconds