"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "src/submission/submission-client.h" between
dovecot-2.3.16.tar.gz and dovecot-2.3.17.tar.gz

About: Dovecot is an IMAP and POP3 server, written with security primarily in mind.

submission-client.h  (dovecot-2.3.16):submission-client.h  (dovecot-2.3.17)
skipping to change at line 135 skipping to change at line 135
union submission_module_context { union submission_module_context {
struct submission_client_vfuncs super; struct submission_client_vfuncs super;
struct submission_module_register *reg; struct submission_module_register *reg;
}; };
extern struct submission_module_register submission_module_register; extern struct submission_module_register submission_module_register;
extern struct client *submission_clients; extern struct client *submission_clients;
extern unsigned int submission_client_count; extern unsigned int submission_client_count;
struct client *client_create(int fd_in, int fd_out, struct client *
struct mail_user *user, client_create(int fd_in, int fd_out, struct mail_user *user,
struct mail_storage_service_user *service_user, struct mail_storage_service_user *service_user,
const struct submission_settings *set, const struct submission_settings *set, const char *helo,
const char *helo, const struct smtp_proxy_data *proxy_data,
const unsigned char *pdata, const unsigned char *pdata, unsigned int pdata_len);
unsigned int pdata_len);
void client_destroy(struct client **client, const char *prefix, void client_destroy(struct client **client, const char *prefix,
const char *reason) ATTR_NULL(2, 3); const char *reason) ATTR_NULL(2, 3);
typedef void (*client_input_callback_t)(struct client *context); typedef void (*client_input_callback_t)(struct client *context);
void client_apply_backend_capabilities(struct client *client); void client_apply_backend_capabilities(struct client *client);
void client_default_backend_started(struct client *client, void client_default_backend_started(struct client *client,
enum smtp_capability caps); enum smtp_capability caps);
uoff_t client_get_max_mail_size(struct client *client); uoff_t client_get_max_mail_size(struct client *client);
 End of changes. 1 change blocks. 
7 lines changed or deleted 6 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)