* elmo-mime.el (elmo-mime-entity-display): Fix Emacs crash in mime-view
when displaying malformed base64 attach
- * elmo-imap4.el (elmo-imap4-list, elmo-imap4-parse-response,
- elmo-imap4-elist): Added support for Added support for RFC4731.
+ * elmo-imap4.el (elmo-imap4-list, elmo-imap4-parse-response)
+ (elmo-imap4-elist): Added support for Added support for RFC4731.
* elmo-imap4.el (elmo-imap4-clear-login): Fixed bug with obtaining
wrong capabilities from Zimbra server.
* elmo-imap4.el (elmo-imap4-folder-list-flagged): Use elmo-imap4-list
(removed duplicated code)
- * elmo-imap4.el (elmo-imap4-folder-list-range,
- elmo-folder-list-messages-plugged, elmo-folder-open): Partial updates.
+ * elmo-imap4.el (elmo-imap4-folder-list-range)
+ (elmo-folder-list-messages-plugged, elmo-folder-open): Partial updates.
Improved messages list update, reduced traffic usage.
* elmo-imap4.el (elmo-folder-initialize): Allow email address as
* elmo-imap4.el (elmo-message-fetch-plugged): Added workaround
for non-storing the "Seen" flag (buggy Gmail...)
- * elmo/modb-standard.el (modb-standard-save-entity,
- modb-standard-cleanup-stale-entities): Remove stale entities from
+ * modb-standard.el (modb-standard-save-entity)
+ (modb-standard-cleanup-stale-entities): Remove stale entities from
elmo's cache.
2009-03-22 Tetsurou Okazaki <okazaki@be.to>