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