* elmo-imap4.el (elmo-imap4-parse-response): Use string-match for
garbage checking.
+ (elmo-imap4-read-part): Use `elmo-imap4-response-value-all' instead of
+ `elmo-imap4-response-value'.
+ (elmo-imap4-parse-response): Return value of `EXPUNGE'.
2000-08-31 Yuuichi Teranishi <teranisi@gohome.org>
(elmo-imap4-spec-mailbox spec))
(elmo-delete-cr
(elmo-imap4-response-bodydetail-text
- (elmo-imap4-response-value
+ (elmo-imap4-response-value-all
(elmo-imap4-send-command-wait session
(format
(if elmo-imap4-use-uid
(elmo-imap4-forward))
(EXISTS (list 'exists token))
(RECENT (list 'recent token))
- (EXPUNGE (list 'expunge t))
+ (EXPUNGE (list 'expunge token))
(FETCH (elmo-imap4-parse-fetch token))
(t (list 'garbage (buffer-string)))))))
(t (if (not (string-match elmo-imap4-seq-prefix (symbol-name token)))