X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=lisp%2Fpop3.el;h=4d9dfdaf2aa650034a77a752a2b496fc19326132;hp=dfc646b5e74744e4f73c04c2c6e609193bc9da29;hb=997404c721a1de533aa9f82d4d5bbc5447bfc23d;hpb=ec520e59ed7dca1b6b38800b32dfe5776093c7b7 diff --git a/lisp/pop3.el b/lisp/pop3.el index dfc646b5e..4d9dfdaf2 100644 --- a/lisp/pop3.el +++ b/lisp/pop3.el @@ -1,6 +1,6 @@ ;;; pop3.el --- Post Office Protocol (RFC 1460) interface -;; Copyright (C) 1996-2014 Free Software Foundation, Inc. +;; Copyright (C) 1996-2015 Free Software Foundation, Inc. ;; Author: Richard L. Pieri ;; Maintainer: emacs-devel@gnu.org @@ -561,6 +561,7 @@ Returns the process associated with the connection." 'tls) (t (or pop3-stream-type 'network))) + :warn-unless-encrypted t :capability-command "CAPA\r\n" :end-of-command "^\\(-ERR\\|+OK\\).*\n" :end-of-capability "^\\.\r?\n\\|^-ERR"