- 10 Jul, 2007 8 commits
-
-
(smtp_parse_ehlo_ack): New function. (smtp_starttls): New function. (stmp_reader, smtp_writer, smtp_stream_ctl): New static functions.
Wojciech Polak authored -
(imap_stream_ctl): New static functions. (tls): Uses now mu_tls_begin() from libmuauth. (folder_imap_open): Use MU_IMAP_PORT.
Wojciech Polak authored -
(pop_capa): Send CAPA, but don't parse the response, call pop_parse_capa() instead. (pop_reader, pop_writer, pop_stream_ctl): New static functions. (pop_stls): Uses now mu_tls_begin() from libmuauth.
Wojciech Polak authored -
(_tls_stream_push): Added mu_error call. (_tls_open_client): Return MU_ERR_FAILURE instead of -1.
Wojciech Polak authored -
-
(mu_tls_writeline_fn, mu_tls_stream_ctl_fn): New data types. (mu_tls_begin): New prototype.
Wojciech Polak authored -
(mu_stream_printf, mu_stream_sequential_vprintf) (mu_stream_sequential_printf): New prototypes.
Wojciech Polak authored -
(mu_stream_printf, mu_stream_sequential_vprintf) (mu_stream_sequential_printf): New functions.
Wojciech Polak authored
-
- 09 Jul, 2007 13 commits
-
-
-
-
(mbox_append_message0): Rewrite using new envelope accessors + write_array
Sergey Poznyakoff authored -
-
-
(mu_envelope_sget_sender, mu_envelope_aget_sender) (mu_envelope_get_date, mu_envelope_sget_date) (mu_envelope_aget_date): New functions (mu_envelope_sender, mu_envelope_date): Rewrite as macros
Sergey Poznyakoff authored -
(_sender,_date): Rename to _get_sender, _get_date [__cplusplus]: Add missing }
Sergey Poznyakoff authored -
-
-
-
-
-
- 05 Jul, 2007 13 commits
-
-
-
-
-
-
-
-
-
(mu_url_aget_scheme, mu_url_sget_user, mu_url_aget_user) (mu_url_sget_passwd, mu_url_aget_passwd, mu_url_sget_auth) (mu_url_aget_auth, mu_url_sget_host, mu_url_aget_host) (mu_url_sget_path, mu_url_aget_path, mu_url_sget_query) (mu_url_aget_query): New functions (mu_url_get_scheme, mu_url_get_user, mu_url_get_passwd) (mu_url_get_auth, mu_url_get_host, mu_url_get_path) (mu_url_get_query) (mu_url_is_same_scheme, mu_url_is_same_user, mu_url_is_same_path) (mu_url_is_same_host, mu_url_is_same_port): Rewrite using sget accessors.
Sergey Poznyakoff authored -
-
-
-
- 03 Jul, 2007 2 commits
-
-
- 01 Jul, 2007 2 commits
-
-
- 29 Jun, 2007 1 commit
-
-
- 28 Jun, 2007 1 commit
-
-