* nnimap.el (nnimap-update-info): Refactor slightly.
[gnus] / lisp / nnimap.el
2011-02-07 Lars Ingebrigtsen* nnimap.el (nnimap-update-info): Refactor slightly.
2011-02-03 Lars IngebrigtsenGive an error message if the APPEND wasn't successful.
2011-02-03 Glenn Morrisnnimap.el (gnus-fetch-headers): Declare.
2011-01-31 Lars Magne Ingebri... (nnimap-wait-for-response): Wait for results in a more...
2011-01-30 Lars Magne Ingebri... (nnimap-request-head): Protect against not finding...
2011-01-25 Lars Magne Ingebri... Prefer plain LOGIN if it's enabled and we're using...
2011-01-25 Lars Magne Ingebri... Alter the interface functions to also return the actual...
2011-01-25 Glenn MorrisConvert consecutive FSF copyright years to ranges.
2011-01-11 Lars Magne Ingebri... (nnimap-convert-partial-article): Protect against zero...
2011-01-02 Lars Magne Ingebri... (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
2011-01-02 Lars Magne Ingebri... Implement AUTH=CRAM-MD5, and refactor some code.
2011-01-02 Lars Magne Ingebri... (nnimap-request-group): Avoid double SELECT on `M-g'.
2010-12-17 Lars Magne Ingebri... * nnimap.el (nnimap-retrieve-headers): Remove CRLF...
2010-12-16 Lars Magne Ingebri... Fix the end-point calculation to really consider the...
2010-12-16 Lars Magne Ingebri... Fix typo in last checkin.
2010-12-16 Lars Magne Ingebri... Notify backends when we add/kill groups.
2010-12-16 Ted ZlatanovMerge branch 'master' of https://git.gnus.org/gnus
2010-12-16 Lars Magne Ingebri... Add a support mechanism for server-based quirks.
2010-12-16 Lars Magne Ingebri... (nnimap-wait-for-response): Always look (at least)...
2010-12-15 Lars Magne Ingebri... Fix the syntax of the QRESYNC command by deleting a...
2010-12-07 Lars Magne Ingebri... Fix last fix.
2010-12-07 Lars Magne Ingebri... Tweak VANISHED regexp to avoid regexp overflow, possibly.
2010-12-06 Lars Magne Ingebri... (gnus-request-thread): Rework to take a header instead...
2010-12-05 Bjørn Mork(nnimap-process-expiry-targets): Avoid downloading...
2010-11-30 Julien Danjounnimap-open-connection-1: fix PREAUTH
2010-11-30 Julien DanjouUse gnus-string-match-p
2010-11-29 Lars Magne Ingebri... w32 open-network-stream doesn't seem to accept strings...
2010-11-28 Lars Magne Ingebri... See what the response to the STARTTLS command is.
2010-11-28 Lars Magne Ingebri... (nnimap-open-connection-1): Really respect nnimap-serve...
2010-11-28 Lars Magne Ingebri... (nnimap-open-connection-1): Always upgrade to STARTTLS...
2010-11-28 Lars Magne Ingebri... (open-protocol-stream): Renamed from open-proto-stream.
2010-11-27 Lars Magne Ingebri... Be more backwards-compatible.
2010-11-27 Lars Magne Ingebri... Try ssl first, and then network for IMAP connections.
2010-11-27 Lars Magne Ingebri... (nnimap-open-connection): Check for "OK" from the greeting.
2010-11-27 Lars Magne Ingebri... (proto-stream-open-network): Fix some typos.
2010-11-27 Lars Magne Ingebri... Complete the proto-stream documentation and fix some...
2010-11-27 Lars Magne Ingebri... proto-stream.el: New library to provide protocol-specif...
2010-11-26 Lars Magne Ingebri... (nnimap-get-groups): Allow non-quoted strings as mailbo...
2010-11-26 Julien Danjouremove left over
2010-11-26 Lars Magne Ingebri... * nnimap.el (nnimap-request-set-mark): Add is "+",...
2010-11-26 Lars Magne Ingebri... (*-request-set-mark): Extend syntax with 'set.
2010-11-26 Lars Magne Ingebri... (nnimap-find-uid-response): The UID is the last element...
2010-11-26 Lars Magne Ingebri... (nnimap-get-groups): Reimplement to work with folded...
2010-11-26 Lars Magne Ingebri... Use the UID returned when copying and accepting article...
2010-11-26 Lars Magne Ingebri... * nnimap.el (nnimap-last-response-string): Remove the...
2010-11-25 Lars Magne Ingebri... (nnimap-last-response-string): Fix last unfolding fix.
2010-11-25 Lars Magne Ingebri... (nnimap-last-response-string): Unfold quoted lines...
2010-11-25 Lars Magne Ingebri... * nnimap.el (nnimap-unfold-quoted-lines): Refactor...
2010-11-24 Lars Magne Ingebri... It's no longer necessary to clear marks before moving...
2010-11-21 Lars Magne Ingebri... Re-request capabilities after STARTTLS.
2010-11-21 Lars Magne Ingebri... Clear flags before moving so that they can be re-set...
2010-11-21 Lars Magne Ingebri... Keep track of examined groups, and unselect the group...
2010-11-21 Lars Magne Ingebri... Unselect group before renaming. This had gotten lost...
2010-11-10 Lars Magne Ingebri... * nnimap.el: Fix problem with `g' chopping of low-numbe...
2010-11-06 Andrew CohenMore improvements to thread-referral.
2010-11-04 Lars Magne Ingebri... Don't EXAMINE a group if it's already selected.
2010-11-01 Lars Magne Ingebri... Select the group when we don't know whether it exists...
2010-11-01 Lars Magne Ingebri... * nnimap.el (nnimap-request-group): Store the new updat...
2010-11-01 Lars Magne Ingebri... (nnimap-parse-line): Don't bug out oddly formed replies...
2010-11-01 Glenn Morrisnnimap.el (gnutls-negotiate)
2010-11-01 Glenn MorrisMerge changes made in Emacs trunk.
2010-10-31 Lars Magne Ingebri... Fix typo.
2010-10-31 Lars Magne Ingebri... Wait for the continuation line before sending anything...
2010-10-31 Lars Magne Ingebri... Erase buffer before appending for easier debugging.
2010-10-31 Lars Magne Ingebri... Only send AUTHENTICATE PLAIN if LOGINDISABLED is set.
2010-10-30 Lars Magne Ingebri... Allow 'ticked and other flags to be set on groups that...
2010-10-29 Lars Magne Ingebri... * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2010-10-29 Lars Magne Ingebri... Allow the user to say whether to split old messages...
2010-10-29 Lars Magne Ingebri... Note that the INBOX has been selected.
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...
next