+2001-11-05 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
+
+ * elmo-util.el (elmo-parse-token): Fixed how to treat quoted-pair
+ in quoted-stirng.
+
2001-11-05 Yuuichi Teranishi <teranisi@gohome.org>
* elmo-pop3.el (elmo-folder-initialize): Rewrite.
(cond
((and in (eq c ?\\))
(setq i (1+ i)
- i (1+ i)
- content (cons (aref string i) content)))
+ content (cons (aref string i) content)
+ i (1+ i)))
((eq c ?\")
(setq in (not in)
i (1+ i)))
(cons "" string)))
;;; Number set defined by OKAZAKI Tetsurou <okazaki@be.to>
-;;
+;;
;; number ::= [0-9]+
;; beg ::= number
;; end ::= number