Use AUTHENTICATE PLAIN on servers that say they support that.
[gnus] / lisp / nnimap.el
2010-10-29 Lars Magne Ingebri... Use AUTHENTICATE PLAIN on servers that say they support...
2010-10-27 Julien Danjouremove bad comment
2010-10-24 Lars Magne Ingebri... (nnimap-transform-headers): Fold {quoted} strings more...
2010-10-24 Lars Magne Ingebri... Have no outstanding messages if the IMAP server doesn...
2010-10-24 Lars Magne Ingebri... (nnimap-transform-headers): Don't bug out on bodiless...
2010-10-24 Lars Magne Ingebri... Make internal nnimap moving slightly faster.
2010-10-21 Lars Magne Ingebri... Allow nnimap article editing (sort of).
2010-10-20 Julien Danjounnimap: fix boundary detection
2010-10-20 Julien Danjounnimap: Fix BODYSTRUCTURE retrieval
2010-10-19 Stefan Monniernnimap.el (nnimap-request-move-article, nnimap-parse...
2010-10-18 Lars Magne Ingebri... Update flags/read marks even if \* isn't part of the...
2010-10-18 Lars Magne Ingebri... (nnimap-request-group): Don't SELECT the group twice...
2010-10-15 Lars Magne Ingebri... Merge branch 'master' of https://git.gnus.org/gnus
2010-10-15 Lars Magne Ingebri... * nnimap.el: Use nnheader-message throughout.
2010-10-14 Lars Magne Ingebri... (nnimap-open-connection): Message when opening connecti...
2010-10-14 Lars Magne Ingebri... (gnus-summary-refer-thread): Implement a version that...
2010-10-14 Lars Magne Ingebri... Remove %s from openssl incantation, which is no longer...
2010-10-14 Lars Magne Ingebri... tls-program should be a list of programs.
2010-10-13 Lars Magne Ingebri... * nnimap.el (nnimap-close-server): Forget the nnimap...
2010-10-13 Lars Magne Ingebri... (nnimap-parse-flags): Fix regexp.
2010-10-13 Lars Magne Ingebri... * nnimap.el (nnimap-open-connection): Fix open-tls...
2010-10-13 Lars Magne Ingebri... Rip the STARTTLS stuff out of tls.el again, and just...
2010-10-13 Julien Danjounnimap: Be more strict when looking for FETCH responses
2010-10-12 Lars Magne Ingebri... Unselect by selecting a mailbox that doesn't exist.
2010-10-11 Katsumi Yamaokalpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2010-10-11 Lars Magne Ingebri... (nnimap-request-rename-group): Select group read-only...
2010-10-11 Lars Magne Ingebri... Not all articles have bodies. Protect against this.
2010-10-10 Lars Magne Ingebri... (nnimap-update-qresync-info): Mark \Seen articles as...
2010-10-10 Lars Magne Ingebri... (nnimap-retrieve-group-data-early): utf7-encode the...
2010-10-10 Lars Magne Ingebri... (nnimap-update-qresync-info): \Flagged messages are...
2010-10-10 Lars Magne Ingebri... (nnimap-update-info): Rely more on the current active...
2010-10-10 Lars Magne Ingebri... (nnimap-open-connection): Use gnutls STARTTLS, if avail...
2010-10-10 Lars Magne Ingebri... (nnimap-update-qresync-info): Finish implementing QRESYNC.
2010-10-10 Lars Magne Ingebri... (nnimap-update-info): Prefer old info over start-article.
2010-10-10 Lars Magne Ingebri... (nnimap-update-info): If the server doesn't return...
2010-10-10 Lars Magne Ingebri... (nnimap-wait-for-response): If the user hits `C-g'...
2010-10-09 Lars Magne Ingebri... * nnimap.el: Start implementing QRESYNC support.
2010-10-09 Lars Magne Ingebri... (nnimap-get-flags): Use the same marks parsing code...
2010-10-09 Lars Magne Ingebri... Major change in the flags algorithm: Use UIDVALIDITY...
2010-10-09 Lars Magne Ingebri... Indent.
2010-10-09 Lars Magne Ingebri... If we have gnutls loaded, then try to use that for...
2010-10-07 Lars Magne Ingebri... (nnimap-update-info): Don't ignore groups that have...
2010-10-07 Lars Magne Ingebri... (nnimap-update-info): Remove double setting of high.
2010-10-07 Julien Danjounnimap: add request-rename
2010-10-06 Lars Magne Ingebri... (nnimap-open-connection): Prepare to support open-gnutl...
2010-10-05 Lars Magne Ingebri... (nnimap-request-newgroups): Return success.
2010-10-04 Lars Magne Ingebri... (nnimap-open-connection): Give an error if nnimap-strea...
2010-10-04 Lars Magne Ingebri... (nnimap-finish-retrieve-group-infos): Message while...
2010-10-04 Lars Magne Ingebri... Merge branch 'master' of https://git.gnus.org/gnus
2010-10-04 Lars Magne Ingebri... (nnimap-close-server): Implement.
2010-10-04 Lars Magne Ingebri... * nnimap.el (nnimap-open-connection): Allow tls as...
2010-10-01 Lars Magne Ingebri... Don't error out on empty non-UIDNEXT groups.
2010-10-01 Lars Magne Ingebri... Implement nnimap-request-newgroups.
2010-10-01 Lars Magne Ingebri... Ignore groups that have no UIDNEXT values.
2010-10-01 Lars Magne Ingebri... Give up on using gnutls-cli for starttls.
2010-09-30 Lars Magne Ingebri... Reinstate the auto-upgrade from unencrypted to STARTTLS...
2010-09-30 Lars Magne Ingebri... Accept the moronic openssl s_client -starttls output...
2010-09-30 Lars Magne Ingebri... Use tls.el exclusively, and not starttls.el at all.
2010-09-30 Lars Magne Ingebri... Add nnimap-split-fancy.
2010-09-30 Lars Magne Ingebri... (nnimap-find-article-by-message-id): Really return...
2010-09-30 Lars Magne Ingebri... Use EXAMINE instead of SELECT to get the message-id.
2010-09-30 Lars Magne Ingebri... Fix up make-obsolete-variable declarations throughout.
2010-09-30 Lars Magne Ingebri... Get the Message-ID without the \r.
2010-09-29 Lars Magne Ingebri... (nnimap-request-article): Downcase the NILs so that...
2010-09-29 Lars Magne Ingebri... Allow `default' as nnimap-split-methods value.
2010-09-29 Lars Magne Ingebri... (nnimap-split-rule): Mark as obsolete.
2010-09-29 Lars Magne Ingebri... (nnimap-request-set-mark): Erase the buffer before...
2010-09-29 Lars Magne Ingebri... Revert the auto-network->starttls code.
2010-09-29 Lars Magne Ingebri... Merge branch 'master' of https://git.gnus.org/gnus
2010-09-29 Lars Magne Ingebri... (nnimap-insert-partial-structure): Get the type from...
2010-09-29 Lars Magne Ingebri... Add \r\n to the lines to make this work with Cyrus.
2010-09-29 Lars Magne Ingebri... Be way more permissive when interpreting the structures.
2010-09-28 Katsumi Yamaokannimap.el (auth-source-forget-user-or-password, auth...
2010-09-27 Lars Magne Ingebri... Fix up partial nnimap fetching.
2010-09-27 Lars Magne Ingebri... Merge branch 'master' of https://git.gnus.org/gnus
2010-09-27 Lars Magne Ingebri... Fix typo in last checkin.
2010-09-27 Lars Magne Ingebri... Don't alter gnus-newsgroup-active.
2010-09-27 Lars Magne Ingebri... Allow setting the partial fetch per server instead...
2010-09-27 Lars Magne Ingebri... (nnimap-parse-line): Protect against invalid data.
2010-09-27 Lars Magne Ingebri... Forget credentials if the server says the password...
2010-09-27 Lars Magne Ingebri... Remove the "." at the end, since some servers don't...
2010-09-27 Lars Magne Ingebri... Have the `network' nnimap connection use STARTTLS oppor...
2010-09-27 Lars Magne Ingebri... Send a "." at the end, which may or may not help.
2010-09-27 Lars Magne Ingebri... (utf7): Required.
2010-09-27 Lars Magne Ingebri... (nnimap-request-accept-article): Message the error...
2010-09-26 Lars Magne Ingebri... Remove the data that may have arrived before the FETCH...
2010-09-26 Lars Magne Ingebri... Store the IMAP greeting, so that we can tell what kind...
2010-09-26 Lars Magne Ingebri... Merge branch 'master' of https://git.gnus.org/gnus
2010-09-26 Lars Magne Ingebri... Don't select the group, because that's already done...
2010-09-26 Lars Magne Ingebri... Compress ranges before deletion.
2010-09-26 Lars Magne Ingebri... Look up IMAP credentials based on both the virtual...
2010-09-25 Lars Magne Ingebri... (nnimap-wait-for-response): Reversed logic in the nnima...
2010-09-25 Lars Magne Ingebri... Add more error reporting when nnimap fails early.
2010-09-25 Lars Magne Ingebri... Search further when we're not using streaming.
2010-09-25 Lars Magne Ingebri... Merge branch 'master' of https://git.gnus.org/gnus
2010-09-25 Lars Magne Ingebri... Document the new nnimap.
2010-09-25 Lars Magne Ingebri... (nnimap-retrieve-group-data-early): Fix typo in the...
2010-09-25 Lars Magne Ingebri... Implement functions for showing the complete articles.
2010-09-25 Lars Magne Ingebri... Have nnimap not update the infos if it can't get info...
2010-09-25 Lars Magne Ingebri... Implement partial IMAP article fetch.
next