aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus/pop3.el
Commit message (Collapse)AuthorAgeFilesLines
* Revision: [email protected]/emacs--cvs-trunk--0--patch-716Miles Bader2004-12-071-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * [email protected]/gnus--rel--5.10--patch-74 Update from CVS 2004-12-02 Katsumi Yamaoka <[email protected]> * lisp/gnus/message.el (message-forward-make-body-mml): Remove headers according to message-forward-ignored-headers if a message is decoded. 2004-12-02 Romain Francoise <[email protected]> * lisp/gnus/message.el (message-forward-make-body-plain): Always remove headers according to message-forward-ignored-headers. 2004-11-26 Katsumi Yamaoka <[email protected]> * lisp/gnus/lpath.el: Remove bbdb-create-internal, bbdb-records, spam-BBDB-register-routine and spam-enter-ham-BBDB. * lisp/gnus/nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in order to silence the byte compiler. * lisp/gnus/pop3.el (pop3-md5): Define it before being used. * lisp/gnus/spam.el: Fix the way to silence the byte compiler, which complained about bbdb-buffer, bbdb-create-internal, bbdb-search-simple, mail-check-payment, spam-BBDB-register-routine, spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam, spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam, spam-stat-buffer-is-spam, spam-stat-load, spam-stat-register-ham-routine, spam-stat-register-spam-routine, spam-stat-save and spam-stat-split-fancy. 2004-11-26 Katsumi Yamaoka <[email protected]> * lisp/gnus/canlock.el (canlock-password): Remove `:size 0' or `:size 1' which may confuse users. (canlock-password-for-verify): Ditto. * lisp/gnus/deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto. * lisp/gnus/gnus-art.el (gnus-emphasis-alist): Ditto. * lisp/gnus/gnus-registry.el (gnus-registry-max-entries): Ditto. * lisp/gnus/gnus-score.el (gnus-adaptive-word-length-limit): Ditto. * lisp/gnus/gnus-start.el (gnus-save-killed-list): Ditto. * lisp/gnus/gnus-sum.el (gnus-thread-hide-subtree): Ditto. (gnus-sum-thread-tree-root): Ditto. (gnus-sum-thread-tree-false-root): Ditto. (gnus-sum-thread-tree-single-indent): Ditto. * lisp/gnus/message.el (message-courtesy-message): Ditto. (message-archive-note): Ditto. (message-subscribed-address-file): Ditto. (message-user-fqdn): Ditto. * lisp/gnus/spam-report.el (spam-report-gmane-regex): Ditto. * lisp/gnus/spam.el (spam-blackhole-good-server-regex): Ditto. 2004-11-25 Reiner Steib <[email protected]> * lisp/gnus/message.el (message-forbidden-properties): Fixed typo in doc string. 2004-11-25 Lars Magne Ingebrigtsen <[email protected]> * lisp/gnus/message.el (message-strip-forbidden-properties): Bind buffer-read-only (etc) to nil. 2004-11-25 Reiner Steib <[email protected]> * lisp/gnus/gnus-util.el (gnus-replace-in-string): Added doc string. * lisp/gnus/nnmail.el (nnmail-split-header-length-limit): Increase to 2048 to avoid problems when splitting mails with many recipients. 2004-11-23 Katsumi Yamaoka <[email protected]> * lisp/gnus/rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to address-mime. Suggested by ARISAWA Akihiro <[email protected]>. 2004-11-22 Marek Martin <[email protected]> (tiny change) * lisp/gnus/nnfolder.el (nnfolder-request-create-group): Save current buffer. 2004-11-22 Reiner Steib <[email protected]> * man/message.texi (Various Message Variables): Mention that all mail file variables are derived from `message-directory'. * man/gnus.texi (Splitting Mail): Clarify bogus group. 2004-11-16 Reiner Steib <[email protected]> * man/gnus.texi (Filtering Spam Using The Spam ELisp Package):
* Revision: [email protected]/emacs--cvs-trunk--0--patch-621Miles Bader2004-10-171-4/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * [email protected]/gnus--rel--5.10--patch-51 - [email protected]/gnus--rel--5.10--patch-52 Update from CVS * [email protected]/gnus--rel--5.10--patch-53 Merge from emacs--cvs-trunk--0 2004-10-15 Reiner Steib <[email protected]> * lisp/gnus/pop3.el (pop3-leave-mail-on-server): Describe possible problems in the doc string. * lisp/gnus/message.el (message-ignored-news-headers) (message-ignored-supersedes-headers) (message-ignored-resent-headers) (message-forward-ignored-headers): Improve custom type. 2004-10-15 Simon Josefsson <[email protected]> * lisp/gnus/pop3.el (top-level): Don't require nnheader. (pop3-read-timeout): Add. (pop3-accept-process-output): Add. (pop3-read-response, pop3-retr): Use it. 2004-10-11 Reiner Steib <[email protected]> * lisp/gnus/message.el (message-bury): Use `window-dedicated-p'. 2004-10-15 Reiner Steib <[email protected]> * man/gnus.texi (New Features): Add 5.11. * man/message.texi (Resending): Remove wrong default value. * man/gnus.texi (Mail Source Specifiers): Describe possible problems of `pop3-leave-mail-on-server'. Add `pop3-movemail' and `pop3-leave-mail-on-server' to the index. 2004-10-15 Katsumi Yamaoka <[email protected]> * man/message.texi (Canceling News): Add how to set a password.
* Revision: [email protected]/emacs--cvs-trunk--0--patch-610Miles Bader2004-10-121-46/+62
| | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * [email protected]/gnus--rel--5.10--patch-45 Update from CVS
* Revision: [email protected]/emacs--cvs-trunk--0--patch-523Miles Bader2004-09-041-21/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--gnus--5.10, gnus--rel--5.10 Patches applied: * [email protected]/emacs--gnus--5.10--base-0 tag of [email protected]/emacs--cvs-trunk--0--patch-464 * [email protected]/emacs--gnus--5.10--patch-1 Import from CVS branch gnus-5_10-branch * [email protected]/emacs--gnus--5.10--patch-2 Merge from [email protected]/emacs--multi-tty--0, emacs--cvs-trunk--0 * [email protected]/emacs--gnus--5.10--patch-3 Merge from gnus--rel--5.10 * [email protected]/emacs--gnus--5.10--patch-4 Merge from gnus--rel--5.10 * [email protected]/gnus--rel--5.10--patch-18 Update from CVS * [email protected]/gnus--rel--5.10--patch-19 Remove autoconf-generated files from archive * [email protected]/gnus--rel--5.10--patch-20 Update from CVS
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (pop3-leave-mail-on-server): New user variable.Sam Steingold2003-06-111-1/+5
| | | | (pop3-movemail): Delete mail only when it is nil.
* (pop3-open-server): Fix typo.Juanma Barranquero2002-04-121-1/+1
|
* * pop3.el (pop3-munge-message-separator): Work if no date.ShengHuo ZHU2002-04-121-7/+12
| | | | | | | Trivial patch from Marius Vollmer <[email protected]>. * pop3.el (pop3-munge-message-separator): Only use valid date. Trivial patch from Michael Welsh Duggan <[email protected]>.
* (pop3-md5): Don't hardcode point-min == 1.Stefan Monnier2002-04-081-1/+1
|
* Some fixes to follow coding conventions in files maintained by FSF.Pavel Janík2001-07-151-2/+2
|
* 2001-01-21 ShengHuo ZHU <[email protected]>ShengHuo ZHU2001-01-211-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | * message.el (message-forward): Use mule4. * mm-util.el (mm-string-as-unibyte): New. * message.el (message-forward): Use it. * message.el (message-cite-original-without-signature): Don't peel off the blank line. (message-get-reply-headers): Add Cc if it is not in follow-to. * message.el (message-send-mail): Content-Type may not be there. By Alberto Lusiani. * gnus-art.el (article-display-x-face): Insert X-Face if there is not. * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is one. * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs. (gnus-remove-some-windows): Ditto. * mm-decode.el (mm-interactively-view-part): Don't copy-sequence handle. * gnus-art.el (gnus-mime-view-part): Copy it. (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles. * nnmail.el (nnmail-get-new-mail): Find group only if file is not orig-file. Use ',source. * nnslashdot.el (nnslashdot-request-list): Get the right year. By Lars Magne Ingebrigtsen. * pop3.el (pop3-get-message-count): Andrew Innes <[email protected]>'s patch of 1999-12-01 was not fully committed.
* 2000-12-15 ShengHuo ZHU <[email protected]>ShengHuo ZHU2000-12-151-4/+1
| | | | | * pop3.el (pop3-movemail): Use binary. (pop3-movemail-file-coding-system): Removed.
* 2000-11-10 Dave Love <[email protected]>Dave Love2000-11-101-19/+43
| | | | | | | | | | | * pop3.el (pop3-version): Deleted. (pop3-make-date): New function, avoiding message-make-date. (pop3-munge-message-separator): Use it. 2000-11-10 ShengHuo ZHU <[email protected]> * pop3.el (pop3-munge-message-separator): A message may have an empty body.
* Update to emacs-21-branch of the Gnus CVS repository.Gerd Moellmann2000-09-191-1/+2
|
* Import changes from current Gnus.Dave Love2000-05-081-36/+16
| | | | | | | (pop3-open-server): Bind coding systems before creating buffer and fix creating its name. (pop3-string-to-list): Function deleted. Change callers to use split-string.
* Fix copyright dates.Dave Love2000-01-311-1/+1
|
* (pop3-movemail-file-coding-system): Doc fix.Dave Love1999-12-191-2/+3
| | | | (pop3-movemail): Replace binding of pop3-movemail-file-coding-system.
* Merge changes from version `1.3s' which we weren't sent.Dave Love1999-10-191-30/+41
|
* (pop3-read-passwd): Use read-passwd if that is defined.Richard M. Stallman1999-04-081-3/+5
|
* Upgrading to Gnus 5.7; see ChangeLogLars Magne Ingebrigtsen1999-02-201-27/+33
|
* (pop3-open-server): Bind coding-system-for-read and ...-for-write.Richard M. Stallman1998-10-121-2/+2
|
* (pop3-open-server): Set process-coding-system-alist around open-network-stream.Richard M. Stallman1998-10-081-1/+3
|
* *** empty log message ***Lars Magne Ingebrigtsen1997-09-241-6/+8
|
* (pop3-md5): New function.Richard M. Stallman1997-08-311-2/+15
| | | | | (pop3-apop): Use pop3-md5, not md5. (pop3-md5-program): New variable.
* (pop3-movemail-file-coding-system): Append it forKenichi Handa1997-08-281-1/+5
| | | | | | assigning a coding system to receive mail with pop3. (pop3-movemail): Modify for writing messages with pop3-movemail-file-coding-system.
* Initial revisionLars Magne Ingebrigtsen1997-04-161-0/+443