X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=lisp%2Fpop3.el;h=4d9dfdaf2aa650034a77a752a2b496fc19326132;hp=5ccbd197ff011ceaebdd18db0149aea0eda3d055;hb=997404c721a1de533aa9f82d4d5bbc5447bfc23d;hpb=8f7476d4cfadb358d635238ae62c48a89efc6db2 diff --git a/lisp/pop3.el b/lisp/pop3.el index 5ccbd197f..4d9dfdaf2 100644 --- a/lisp/pop3.el +++ b/lisp/pop3.el @@ -1,9 +1,9 @@ ;;; pop3.el --- Post Office Protocol (RFC 1460) interface -;; Copyright (C) 1996-2013 Free Software Foundation, Inc. +;; Copyright (C) 1996-2015 Free Software Foundation, Inc. ;; Author: Richard L. Pieri -;; Maintainer: FSF +;; Maintainer: emacs-devel@gnu.org ;; Keywords: mail ;; This file is part of GNU Emacs. @@ -107,7 +107,7 @@ days since you first checked new mails. If this is nil, mails will be deleted on the server right after fetching. Gnus users should use the `:leave' keyword in a mail source to direct -the behaviour per server, rather than directly modifying this value. +the behavior per server, rather than directly modifying this value. Note that POP servers maintain no state information between sessions, so what the client believes is there and what is actually there may @@ -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"