Mercurial > masqmail
comparison src/masqmail.h @ 189:dc89737b27aa
removed the pop-before-smtp (smtp-after-pop) function
this kind of authentication is superseded by SMTP AUTH today
removing it is a step towards removing the POP stuff completely
If you still rely on pop-before-smtp, stay with 0.2.x
or run an arbitrary pop client before
author | meillo@marmaro.de |
---|---|
date | Thu, 15 Jul 2010 10:33:53 +0200 |
parents | 91f8ee6514f5 |
children | f186650135c3 |
comparison
equal
deleted
inserted
replaced
188:bfa7a8b566da | 189:dc89737b27aa |
---|---|
479 gboolean get_from_file(gchar * fname); | 479 gboolean get_from_file(gchar * fname); |
480 gboolean get_from_name(gchar * name); | 480 gboolean get_from_name(gchar * name); |
481 gboolean get_all(void); | 481 gboolean get_all(void); |
482 void get_online(void); | 482 void get_online(void); |
483 void get_daemon(gint gival, char *argv[]); | 483 void get_daemon(gint gival, char *argv[]); |
484 gboolean pop_before_smtp(gchar * fname); | |
485 | 484 |
486 /* interface.c */ | 485 /* interface.c */ |
487 gboolean init_sockaddr(struct sockaddr_in *name, interface * iface); | 486 gboolean init_sockaddr(struct sockaddr_in *name, interface * iface); |
488 int make_server_socket(interface * iface); | 487 int make_server_socket(interface * iface); |
489 | 488 |