+2011-05-29 David Maus <dmaus@ictsoc.de>
+
+ * elmo-imap4.el (elmo-network-authenticate-session): Always ask
+ for capabilities after login.
+ (elmo-imap4-parse-response): Remove superfluous third argument to
+ split-string.
+
2011-01-12 David Maus <dmaus@ictsoc.de>
* elmo-nntp.el (elmo-nntp-folder-msgdb-create): Remove accidental
(if (sasl-step-data step)
(elmo-base64-encode-string (sasl-step-data step)
'no-line-break)
- "")))))))
+ ""))))))))
;; Some servers return reduced capabilities when client asks for them
;; before login. It might be a good idea to ask them again, otherwise
;; we can miss some useful feature.
- (elmo-imap4-session-set-capability-internal
- session
- (elmo-imap4-response-value
- (elmo-imap4-send-command-wait session "capability")
- 'capability)))))))
+ (elmo-imap4-session-set-capability-internal
+ session
+ (elmo-imap4-response-value
+ (elmo-imap4-send-command-wait session "capability")
+ 'capability))))))
(luna-define-method elmo-network-setup-session ((session
elmo-imap4-session))
")"))))
(ESEARCH (list
'esearch
- (cddr (split-string (buffer-substring (point) (point-max)) " " "\,"))))
+ (cddr (split-string (buffer-substring (point) (point-max)) " "))))
(STATUS (elmo-imap4-parse-status))
;; Added
(NAMESPACE (elmo-imap4-parse-namespace))