Searched refs:smtp_address (Results 1 - 25 of 30) sorted by relevance

12

/dovecot/src/lib-smtp/
H A Dsmtp-address.h19 struct smtp_address { struct
24 ARRAY_DEFINE_TYPE(smtp_address, struct smtp_address *);
25 ARRAY_DEFINE_TYPE(smtp_address_const, const struct smtp_address *);
29 &((struct smtp_address){ (localpart), (domain) })
37 struct smtp_address **address_r, const char **error_r)
41 struct smtp_address **address_r, const char **error_r,
45 struct smtp_address **address_r, const char **error_r)
48 struct smtp_address **address_r, const char **error_r)
54 struct smtp_address *addres
[all...]
H A Dsmtp-submit.h7 struct smtp_address;
34 const struct smtp_address *mail_from);
38 const struct smtp_address *mail_from) ATTR_NULL(2);
43 const struct smtp_address *rcpt_to);
H A Dsmtp-address.c47 struct smtp_address address;
302 struct smtp_address **address_r, const char **error_r)
323 *address_r = p_new(pool, struct smtp_address, 1);
350 struct smtp_address **address_r, const char **error_r,
369 *address_r = p_new(pool, struct smtp_address, 1);
399 struct smtp_address **address_r, const char **error_r)
406 struct smtp_address **address_r, const char **error_r)
445 struct smtp_address *address, const char **username_r,
477 struct smtp_address uaddr;
489 struct smtp_address *addres
[all...]
H A Dsmtp-client-transaction.h7 struct smtp_address;
34 const struct smtp_address *mail_from,
79 const struct smtp_address *rcpt_to,
H A Dsmtp-params.h41 const struct smtp_address *auth;
62 const struct smtp_address *addr;
H A Dsmtp-submit.c39 struct smtp_address *mail_from;
40 ARRAY_TYPE(smtp_address) rcpt_to;
94 const struct smtp_address *mail_from)
112 const struct smtp_address *mail_from)
149 const struct smtp_address *rcpt_to)
151 struct smtp_address *rcpt;
287 struct smtp_address *const *rcptp;
358 struct smtp_address *const *rcptp;
H A Dtest-smtp-address.c16 struct smtp_address address;
109 struct smtp_address *address;
161 struct smtp_address address;
193 struct smtp_address *address;
246 struct smtp_address address;
327 struct smtp_address *address;
470 struct smtp_address *address;
680 struct smtp_address *address;
724 struct smtp_address *address;
783 struct smtp_address *addres
[all...]
H A Dsmtp-server.h8 struct smtp_address;
52 struct smtp_address *path;
65 struct smtp_address *mail_from;
99 struct smtp_address *path;
106 struct smtp_address *path;
H A Dsmtp-client-private.h56 struct smtp_address *rcpt_to;
75 struct smtp_address *mail_from;
H A Dsmtp-server-transaction.c16 const struct smtp_address *mail_from,
76 const struct smtp_address *rcpt_to,
H A Dsmtp-client-command.h191 const struct smtp_address *from,
206 const struct smtp_address *from,
224 const struct smtp_address *to,
239 const struct smtp_address *to,
H A Dsmtp-server-cmd-mail.c75 struct smtp_address *path;
H A Dsmtp-server-private.h345 const struct smtp_address *mail_from,
352 const struct smtp_address *rcpt_to,
H A Dsmtp-server-cmd-rcpt.c107 struct smtp_address *path;
H A Dtest-smtp-params.c11 static struct smtp_address test_address1 =
13 static struct smtp_address test_address2 =
15 static struct smtp_address test_address3 =
/dovecot/src/lib-lda/
H A Dmail-send.h8 const struct smtp_address *recipient,
H A Dmail-deliver.h11 struct smtp_address;
40 const struct smtp_address *mail_from;
45 const struct smtp_address *rcpt_to;
92 const struct smtp_address *
94 const struct smtp_address *
H A Dmail-send.c28 const struct smtp_address *recipient,
50 const struct smtp_address *recipient,
62 const struct smtp_address *return_addr;
/dovecot/src/lib-mail/
H A Dmessage-address.h4 struct smtp_address;
43 const char *name, const struct smtp_address *smtp_addr)
/dovecot/src/lmtp/
H A Dlmtp-common.h4 struct smtp_address;
19 struct smtp_address *path;
H A Dlmtp-local.c140 struct smtp_address *address = rcpt->rcpt.path;
201 struct smtp_address *address = rcpt->rcpt.path;
311 struct smtp_address *address = rcpt->rcpt.path;
341 const struct smtp_address *address = data->path;
434 const struct smtp_address *rcpt_to = NULL;
472 struct smtp_address *rcpt_to = rcpt->rcpt.rcpt->path;
H A Dlmtp-proxy.c440 struct smtp_address *address = data->path;
445 struct smtp_address *user;
565 struct smtp_address *address = rcpt->rcpt.rcpt->path;
/dovecot/src/lda/
H A Dmain.c109 struct smtp_address *mail_from = NULL;
144 const struct smtp_address *mail_from;
182 const struct smtp_address *rcpt_to, const char *user,
195 struct smtp_address *user_addr;
263 struct smtp_address *rcpt_to, *final_rcpt_to, *mail_from;
/dovecot/src/submission/
H A Dcmd-mail.c88 struct smtp_address *auth_addr;
/dovecot/src/plugins/quota/
H A Dquota-status.c27 struct smtp_address *recipient;

Completed in 54 milliseconds

12