masqmail

diff 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
line diff
     1.1 --- a/src/masqmail.h	Thu Jul 15 00:33:09 2010 +0200
     1.2 +++ b/src/masqmail.h	Thu Jul 15 10:33:53 2010 +0200
     1.3 @@ -481,7 +481,6 @@
     1.4  gboolean get_all(void);
     1.5  void get_online(void);
     1.6  void get_daemon(gint gival, char *argv[]);
     1.7 -gboolean pop_before_smtp(gchar * fname);
     1.8  
     1.9  /* interface.c */
    1.10  gboolean init_sockaddr(struct sockaddr_in *name, interface * iface);