log lisp/gnus/pop3.el @ 112451:98ad7c9e56a3

age author description
Fri, 14 Jan 2011 12:18:41 -0500 Stefan Monnier Merge from emacs-23
Sun, 02 Jan 2011 15:50:46 -0800 Glenn Morris Add 2011 to FSF/AIST copyright years.
Sat, 27 Nov 2010 15:04:57 -0500 Chong Yidong Merge changes from emacs-23 branch
Fri, 19 Nov 2010 11:25:09 -0500 Chong Yidong * pop3.el (pop3-open-server): Read server greeting before starting TLS negotiation.
Sun, 03 Oct 2010 15:54:31 -0400 Chong Yidong Avoid using plusp; cl may not be loaded.
Thu, 30 Sep 2010 08:39:23 +0000 Katsumi Yamaoka Merge changes made in Gnus trunk.
Wed, 22 Sep 2010 06:01:22 +0000 Katsumi Yamaoka Remove Emacs 21 stuff.
Sat, 18 Sep 2010 10:21:30 +0000 Katsumi Yamaoka Fix previous merge from Gnus trunk.
Sat, 18 Sep 2010 10:02:19 +0000 Katsumi Yamaoka Merge changes made in Gnus trunk.
Fri, 17 Sep 2010 16:22:06 +0200 Stefan Monnier Silence byte-compiler
Fri, 17 Sep 2010 06:46:54 +0000 Katsumi Yamaoka pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output instead of nnheader-accept-process-output.
Fri, 10 Sep 2010 00:08:31 +0000 Katsumi Yamaoka Remove pop3-movemail and rename pop3-streaming-movemail to pop3-movemail.
Mon, 06 Sep 2010 02:09:42 +0000 Katsumi Yamaoka pop3.el (pop3-number-of-responses): Search for "+OK", not "+OK ".
Sun, 05 Sep 2010 23:34:30 +0000 Katsumi Yamaoka pop3.el (pop3-streaming-movemail): Return t for success; imap.el (imap-log): New convenience function used throughout instead of repeating the same code all over the place.
Sun, 05 Sep 2010 04:01:41 +0000 Katsumi Yamaoka pop3-set-process-query-on-exit-flag: New function that's an alias to set-process-query-on-exit-flag, or process-kill-without-query for XEmacs and old Emacsen.
Sun, 05 Sep 2010 01:18:05 +0000 Katsumi Yamaoka pop3.el (pop3-write-to-file): Don't output messages when saving; mail-source.el (mail-source-delete-crash-box): Really only check the incoming files once in a while; nnml.el (nnml-save-nov): Message around nnml-save-nov so that the culprit is more visible; pop3.el (pop3-send-streaming-command): Off-by-one error on the request loop (for debugging purposes) removed.
Sun, 05 Sep 2010 01:12:51 +0000 Katsumi Yamaoka pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
Sun, 05 Sep 2010 01:08:22 +0000 Katsumi Yamaoka gnus-start.el: White space clean up; mail-source.el (mail-source-fetch-pop): Use streaming pop3 retrieval; pop3.el (pop3-streaming-movemail): Respect pop3-leave-mail-on-server; pop3.el (pop3-logon): Fix up unbound variable typo; mail-source.el (mail-source-delete-crash-box): Only check the incoming files for deletion once per day to save a lot of file accesses.
Sun, 05 Sep 2010 00:52:55 +0000 Katsumi Yamaoka pop3.el (pop3-movemail): Use erase-buffer instead of looping and deleting regions, which seems rather odd; gnus-start.el (gnus-get-unread-articles): Protect against groups that come from no known methods.
Sun, 05 Sep 2010 00:49:07 +0000 Katsumi Yamaoka (pop3-display-message-size-flag): Removed -- everybody wants message sizes.
Thu, 02 Sep 2010 01:42:32 +0000 Katsumi Yamaoka Delete all trailing white space.
Thu, 02 Sep 2010 00:55:51 +0000 Katsumi Yamaoka Remove arch-tags from all files, since these are no longer needed.
Mon, 30 Aug 2010 23:24:56 +0000 Katsumi Yamaoka gnus-group-completing-read: Add 'substring to completion-styles for group selection; imap.el, mailcap.el, message.el, mm-util.el, nnheader.el, nnmail.el, pop3.el: Remove references to outdated systems; References to win32 w32 mswindows ms-windows emx were probably cargo-culted, and are removed for clarity; By Lars Magne Ingebrigtsen <larsi@gnus.org>.
Tue, 23 Mar 2010 07:37:09 +0000 Katsumi Yamaoka Synch with Gnus trunk
Wed, 13 Jan 2010 00:35:10 -0800 Glenn Morris Add 2010 to copyright years.
Fri, 09 Jan 2009 03:01:50 +0000 Miles Bader Merge from gnus--devo--0
Mon, 05 Jan 2009 03:18:22 +0000 Glenn Morris Add 2009 to copyright years.
Tue, 03 Jun 2008 03:15:38 +0000 Glenn Morris (nnheader-accept-process-output): Autoload it.
Thu, 22 May 2008 05:03:00 +0000 Miles Bader Merge from gnus--devo--0
Tue, 06 May 2008 03:55:11 +0000 Glenn Morris Switch to recommended form of GPLv3 permissions notice.