mm-extern.el (message-goto-body): Update declaration.
[gnus] / lisp / proto-stream.el
2010-12-03 Glenn Morrismm-extern.el (message-goto-body): Update declaration.
2010-11-30 Lars Magne Ingebri... (open-protocol-stream): All starttls connections are...
2010-11-28 Lars Magne Ingebri... Actually mention the STARTTLS upgrade.
2010-11-28 Lars Magne Ingebri... Fix example.
2010-11-28 Lars Magne Ingebri... (proto-stream-open-network): Add some comments.
2010-11-28 Lars Magne Ingebri... See what the response to the STARTTLS command is.
2010-11-28 Lars Magne Ingebri... (proto-stream-open-network): Wait until the greeting...
2010-11-28 Lars Magne Ingebri... If STARTTLS failed, then just open a normal connection.
2010-11-28 Lars Magne Ingebri... Only do opportunistic STARTTLS upgrades if we have...
2010-11-28 Lars Magne Ingebri... Force starttls.el to use gnutls-cli, since that what...
2010-11-28 Lars Magne Ingebri... When doing opportunistic TLS upgrades we don't really...
2010-11-28 Lars Magne Ingebri... (open-protocol-stream): Renamed from open-proto-stream.
2010-11-27 Lars Magne Ingebri... Fix typo.
2010-11-27 Lars Magne Ingebri... Clean up the code slightly.
2010-11-27 Lars Magne Ingebri... (proto-stream-open-network): Fix typo in the gnutls...
2010-11-27 Lars Magne Ingebri... (proto-stream-open-starttls): De-duplicate the starttls...
2010-11-27 Lars Magne Ingebri... * proto-stream.el (proto-stream-always-use-starttls...
2010-11-27 Lars Magne Ingebri... (proto-stream-open-starttls): Actually implement the...
2010-11-27 Lars Magne Ingebri... Fix the syntax in the comment.
2010-11-27 Lars Magne Ingebri... If we don't have gnutls-cli or gnutls built in, then...
2010-11-27 Lars Magne Ingebri... Delete output from openssl if we're using tls.el.
2010-11-27 Lars Magne Ingebri... Switch on STARTTLS on NNTP servers that support it.
2010-11-27 Lars Magne Ingebri... nntp.el: Use proto-streams for the relevant connections...
2010-11-27 Lars Magne Ingebri... (proto-stream-open-network): Fix some typos.
2010-11-27 Lars Magne Ingebri... Complete the proto-stream documentation and fix some...
2010-11-27 Lars Magne Ingebri... proto-stream.el: New library to provide protocol-specif...