Updated
Showing
1 changed file
with
34 additions
and
0 deletions
1 | 2007-07-10 Wojciech Polak | ||
2 | |||
3 | * auth/tls.c (mu_tls_begin): New function. | ||
4 | (_tls_stream_push): Added mu_error call. | ||
5 | (_tls_open_client): Return MU_ERR_FAILURE instead of -1. | ||
6 | * include/mailutils/tls.h (mu_tls_readline_fn) | ||
7 | (mu_tls_writeline_fn, mu_tls_stream_ctl_fn): New data types. | ||
8 | (mu_tls_begin): New prototype. | ||
9 | * mailbox/mutil.c (mu_tls_begin): Placeholder. | ||
10 | |||
11 | * libproto/pop/mbox.c (pop_parse_capa): New function. | ||
12 | (pop_capa): Send CAPA, but don't parse the response, | ||
13 | call pop_parse_capa() instead. | ||
14 | (pop_reader, pop_writer, pop_stream_ctl): New static functions. | ||
15 | (pop_stls): Uses now mu_tls_begin() from libmuauth. | ||
16 | |||
17 | * libproto/imap/folder.c: (imap_reader, imap_writer) | ||
18 | (imap_stream_ctl): New static functions. | ||
19 | (tls): Uses now mu_tls_begin() from libmuauth. | ||
20 | (folder_imap_open): Use MU_IMAP_PORT. | ||
21 | |||
22 | * mailbox/smtp.c: Added STARTTLS support. | ||
23 | (smtp_parse_ehlo_ack): New function. | ||
24 | (smtp_starttls): New function. | ||
25 | (stmp_reader, smtp_writer, smtp_stream_ctl): New static | ||
26 | functions. | ||
27 | |||
28 | * mailbox/stream.c: (mu_stream_vprintf) | ||
29 | (mu_stream_printf, mu_stream_sequential_vprintf) | ||
30 | (mu_stream_sequential_printf): New functions. | ||
31 | * include/mailutils/stream.h: (mu_stream_vprintf) | ||
32 | (mu_stream_printf, mu_stream_sequential_vprintf) | ||
33 | (mu_stream_sequential_printf): New prototypes. | ||
34 | |||
1 | 2007-07-09 Sergey Poznyakoff <gray@gnu.org.ua> | 35 | 2007-07-09 Sergey Poznyakoff <gray@gnu.org.ua> |
2 | 36 | ||
3 | * NEWS, configure.ac: Version 1.2.1 | 37 | * NEWS, configure.ac: Version 1.2.1 | ... | ... |
-
Please register or sign in to post a comment