Pop3 now has a debug object, mu_debug_t, to follow the protocol
exchanges between the library and the server. * mailbox2/pop3/*: Add debug prints in all. * mailbox2/sdebug.c: New entry. * mailbox2/debug.c: New entry. * mailbox2/Makefile.am: Add debug object * mailbox2/include/mailutils/Makefile.am: Add debug.h * mailbox2/include/mailutils/sys/Makefile.am: Add debug.h and sdebug.h * mailbox2/include/mailutils/debug.h: New file. * mailbox2/include/mailutils/sys/debug.h: New file. * mailbox2/include/mailutils/sys/sdebug.h: New file. * mailbox2/fdstream.c: Bug in fdstream do not call FD_SET if the file descriptor is -1; * mailbox2/tcpstream.c: Bug in fdstream do not call FD_SET if the file descriptor is -1;
Showing
31 changed files
with
541 additions
and
65 deletions
mailbox2/debug.c
0 → 100644
mailbox2/include/mailutils/sys/debug.h
0 → 100644
mailbox2/include/mailutils/sys/sdebug.h
0 → 100644
mailbox2/pop3/pop3_debug.c
0 → 100644
mailbox2/sdebug.c
0 → 100644
-
Please register or sign in to post a comment