Commit ad855c91 ad855c91be194b6ecbd4dfd44a7a322969727d32 by Alain Magloire

updated.

1 parent 3f0aa410
1 2003-10-05 Alain Magloire 1 2003-10-05 Alain Magloire
2 2
3 Implementation of the lower level functions for POP3 in a separate library.
4 This the first draft, the code is not yet enable in the Makefile.am
5
6 * mailbox/pop/pop3_apop.c: APOP
7 * mailbox/pop/pop3_capa.c: CAPA
8 * mailbox/pop/pop3_carrier.c: TCP stream.
9 * mailbox/pop/pop3_connect.c:
10 * mailbox/pop/pop3_create.c:
11 * mailbox/pop/pop3_debug.c:
12 * mailbox/pop/pop3_dele.c: DELE
13 * mailbox/pop/pop3_destroy.c:
14 * mailbox/pop/pop3_disconnect.c:
15 * mailbox/pop/pop3_lista.c: LIST
16 * mailbox/pop/pop3_list.c: LIST
17 * mailbox/pop/pop3_noop.c: NOOP
18 * mailbox/pop/pop3_pass.c: PASS
19 * mailbox/pop/pop3_quit.c: QUIT
20 * mailbox/pop/pop3_readline.c:
21 * mailbox/pop/pop3_response.c:
22 * mailbox/pop/pop3_retr.c: RETR
23 * mailbox/pop/pop3_rset.c: RSET
24 * mailbox/pop/pop3_sendline.c:
25 * mailbox/pop/pop3_stat.c: STAT
26 * mailbox/pop/pop3_stream.c:
27 * mailbox/pop/pop3_timeout.c:
28 * mailbox/pop/pop3_top.c: TOP
29 * mailbox/pop/pop3_uidl.c: UIDL
30 * mailbox/pop/pop3_uidla.c: UIDL
31 * mailbox/pop/pop3_user.c: USER
32
33 * include/mailutils/pop3.h: Declaration of the public functions.
34 * include/mailutils/sys/pop3.h: Declaration of the internal functions and structures.
35
36 * doc/texinfo/pop3.texi: updated.
37
38 2003-10-05 Alain Magloire
39
3 When list_destroy() is called, we need to provide also 40 When list_destroy() is called, we need to provide also
4 a way to free the item is necessary. To do this we added a new function: 41 a way to free the item is necessary. To do this we added a new function:
5 42
......