* pop3.el (pop3-munge-message-separator): Use `parse-time-string'.
authoryamaoka <yamaoka>
Mon, 11 Jan 1999 08:18:40 +0000 (08:18 +0000)
committeryamaoka <yamaoka>
Mon, 11 Jan 1999 08:18:40 +0000 (08:18 +0000)
commitcb24c0a696405b49af0bbcc2a1cf61b6a281cfda
tree2238ea03e24dcf297b4b61104f14bb51b4733143
parentfb5fcb232fdcedb7365c96bfeb69a41f058879be
* pop3.el (pop3-munge-message-separator): Use `parse-time-string'.
* parse-time.el (parse-time-rules): Accept dates far into the past and the
future, and parse single-digit numbers as years.
(parse-time-string): One too many nils.
(parse-time-rules): Parse "Wed, 29 Apr 98 0:26:01 EDT" times.
(parse-time-rules): Accept times that look like "h:mm".
(parse-time-string): Downcase before handling.
(parse-time-rules): Times without seconds have 0 seconds.
(parse-time-syntax): Use vectors.
lisp/parse-time.el
lisp/pop3.el