diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-03-15 12:21:24 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-03-15 12:21:24 +0800 |
commit | d365f590272614905f8d3e6445370645a61ad80c (patch) | |
tree | 9a2fa3c5eed45473e01813bd5d70a7cae1d0a834 /camel/camel-tcp-stream-ssl.h | |
parent | 8391885d18e36b4f6608abd0c2c23bb9d1130828 (diff) | |
download | gsoc2013-evolution-d365f590272614905f8d3e6445370645a61ad80c.tar gsoc2013-evolution-d365f590272614905f8d3e6445370645a61ad80c.tar.gz gsoc2013-evolution-d365f590272614905f8d3e6445370645a61ad80c.tar.bz2 gsoc2013-evolution-d365f590272614905f8d3e6445370645a61ad80c.tar.lz gsoc2013-evolution-d365f590272614905f8d3e6445370645a61ad80c.tar.xz gsoc2013-evolution-d365f590272614905f8d3e6445370645a61ad80c.tar.zst gsoc2013-evolution-d365f590272614905f8d3e6445370645a61ad80c.zip |
Update for using CamelTcpStreams and also for using SSL.
2001-03-14 Jeffrey Stedfast <fejj@ximian.com>
* providers/smtp/camel-smtp-transport.c (smtp_connect): Update for
using CamelTcpStreams and also for using SSL.
* providers/smtp/libcamelsmtp.urls: defined "ssmtp"
* providers/smtp/camel-smtp-provider.c: Defined the Secure SMTP
provider.
(camel_provider_module_init): Register the Secure SMTP provider.
svn path=/trunk/; revision=8728
Diffstat (limited to 'camel/camel-tcp-stream-ssl.h')
-rw-r--r-- | camel/camel-tcp-stream-ssl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/camel/camel-tcp-stream-ssl.h b/camel/camel-tcp-stream-ssl.h index 883e1cda2a..c0ad2f8a43 100644 --- a/camel/camel-tcp-stream-ssl.h +++ b/camel/camel-tcp-stream-ssl.h @@ -35,7 +35,8 @@ extern "C" { #ifdef HAVE_NSS #include <camel/camel-tcp-stream.h> #include <camel/camel-service.h> -#include <nspr.h> +#include <mozilla/nspr.h> +#include <mozilla/prnetdb.h> #define CAMEL_TCP_STREAM_SSL_TYPE (camel_tcp_stream_ssl_get_type ()) #define CAMEL_TCP_STREAM_SSL(obj) (CAMEL_CHECK_CAST((obj), CAMEL_TCP_STREAM_SSL_TYPE, CamelTcpStreamSSL)) |