summaryrefslogtreecommitdiff
path: root/mailcheck/popcheck.h
AgeCommit message (Collapse)AuthorFilesLines
2003-03-06Added a new error handler. Retrun proper failure status Call the errorBalamurali Viswanathan1-0/+5
2003-03-06 Balamurali Viswanathan <balamurali.viswanathan@wipro.com> * mailcheck.c: Added a new error handler. * popcheck.[ch] (connect_socket): Retrun proper failure status * remote-helper.[ch]: Call the error handler on error conditions * solves bug #104891
2001-04-26apply patch from Rob Funk (rfunk@funknet.net) to add support for multipleGNOME_CORE_1_4_0_4GNOME_CORE_1_4_0_3George Lebl1-2/+3
Wed Apr 25 21:17:51 2001 George Lebl <jirka@5z.com> * gen_util/popcheck.[ch], gen_util/remote-helper.[ch], gen_util/mailcheck.c: apply patch from Rob Funk (rfunk@funknet.net) to add support for multiple IMAP mailboxes
2001-03-07Instead of doing network stuff in the main proccess which could (andGeorge Lebl1-2/+2
Tue Mar 06 16:07:41 2001 George Lebl <jirka@5z.com> * gen_util/popcheck.[ch], gen_util/mailcheck.[ch], gen_util/remote-helper.[ch]: Instead of doing network stuff in the main proccess which could (and would) frequently hang the panel (which is mucho bad), fork off a process and do things there, Fixes a couple of bugs on bugzilla which I'm too lazy to look for now.
1999-05-16gen_util/popcheck.[ch]: C++ style comments -> C styleJacob Berkman1-5/+7
1999-04-20routines to check for mail status on POP3 and IMAP mail servers. providedJaka Mocnik1-0/+21
1999-04-21 Jaka Mocnik <jaka.mocnik@kiss.uni-lj.si> * gen_util/popcheck.c, gen_util/popcheck.h: routines to check for mail status on POP3 and IMAP mail servers. provided by Lennart Poettering <poettering@gmx.net>. also added support for POP3 "LAST" command. * gen_util/Makefile.am: added the above files to applet sources. * gen_util/mailcheck.c: added a new property page for mailbox configuration. added checking of POP3 and IMAP mailboxes.