Commit d4d27428 d4d27428898c19da41c56bf2c4085eed63bfb2cd by Sergey Poznyakoff

Updated

1 parent f563471a
Showing 1 changed file with 19 additions and 6 deletions
1 2003-10-11 Sergey Poznyakoff
2
3 * pop3d/logindelay.c: New file
4 * pop3d/Makefile.am: Added logindelay.c
5 * pop3d/pop3d.c: New options --login-delay, --stat-file
6 * pop3d/pop3d.h (check_login_delay,update_login_delay): New
7 functions.
8 * pop3d/quit.c (pop3d_quit): Call update_login_delay().
9 * pop3d/user.c (pop3d_user): Call check_login_delay().
10
1 2003-10-10 Alain Magloire 11 2003-10-10 Alain Magloire
2 12
3 GNU Mailutils 0.4 was released. New code added. 13 GNU Mailutils 0.4 was released. New code added.
4 14
5 * configure.ac: Added include/mailutils/sys/Makefile. 15 * configure.ac: Added include/mailutils/sys/Makefile.
6 * mailbox/pop/Makefile.am (libmu_pop_la_sources): Added all the pop3_*.c code 16 * mailbox/pop/Makefile.am (libmu_pop_la_sources): Added all the
7 now part of libmu_pop.a 17 pop3_*.c code now part of libmu_pop.a
8 * include/mailutils/Makefile.am (pkginclude_HEADERS): Added file pop3d.h 18 * include/mailutils/Makefile.am (pkginclude_HEADERS): Added file
19 pop3d.h
9 (SUBDIRS): New directory sys added. 20 (SUBDIRS): New directory sys added.
10 * include/mailutils/sys/Makefile.am: new Makefile.am 21 * include/mailutils/sys/Makefile.am: new Makefile.am
11 * example/Makefile.am: pop3client.c Added. 22 * example/Makefile.am: pop3client.c Added.
...@@ -14,9 +25,11 @@ ...@@ -14,9 +25,11 @@
14 25
15 2003-10-10 Alain Magloire 26 2003-10-10 Alain Magloire
16 27
17 * mailbos/pop/pop3_readline.c (pop3_getline): Use stream_sequential_readline() 28 * mailbos/pop/pop3_readline.c (pop3_getline): Use
18 instead of stream_readline() and do not maintain any offsets. 29 stream_sequential_readline() instead of stream_readline() and do
19 * include/mailutils/sys/pop3d.h (struct mu_pop3_work_buf): Remove of the offset field. 30 not maintain any offsets.
31 * include/mailutils/sys/pop3d.h (struct mu_pop3_work_buf): Remove
32 of the offset field.
20 * examples/pop3client.c: Changes to check for errors. 33 * examples/pop3client.c: Changes to check for errors.
21 34
22 2003-10-10 Sergey Poznyakoff 35 2003-10-10 Sergey Poznyakoff
......