(nnimap-parse-flags): Simplify the last change.
[gnus] / lisp / nnimap.el
2011-03-15 Lars Magne Ingebri... (nnimap-parse-flags): Simplify the last change.
2011-03-15 Lars Magne Ingebri... Remove all MODSEQ entries before parsing to avoid integ...
2011-03-15 Lars Magne Ingebri... Give a backtrace if debug-on-quit is set and the user...
2011-03-09 Ted ZlatanovMerge branch 'master' of https://git.gnus.org/gnus
2011-03-08 Ted ZlatanovAdd IMAP-specific user and password prompt.
2011-03-08 Ted ZlatanovBring in :require and :save-function support.
2011-03-07 Lars Magne Ingebri... (nnimap-request-thread): Don't bug out when we can...
2011-03-03 Tassilo HornWork around numbers too big to be read.
2011-02-25 Lars Magne Ingebri... Reverse the order of the ports to that the prompted...
2011-02-25 Lars Magne Ingebri... * nnimap.el (nnimap-stream): Doc fix.
2011-02-23 Lars IngebrigtsenDon't do QRESYNC the first time you use the new Gnus.
2011-02-21 Lars IngebrigtsenRevert last change, since auth-source now accepts numbers.
2011-02-21 Lars Ingebrigtsenauth-source expects strings as port numbers, so make...
2011-02-21 Simon Josefsson* nnimap.el (nnimap-inbox): Doc fix.
2011-02-20 Lars Ingebrigtsen(nnimap-wait-for-response): Ensure that we get the...
2011-02-19 Lars Ingebrigtsen(nnimap-parse-copied-articles): Allow for "<foo> OK...
2011-02-18 Lars Ingebrigtsen(nnimap-request-list): Protect against not being able...
2011-02-18 Lars Ingebrigtsen(nnimap-credentials): Protect against auth-source-searc...
2011-02-17 Lars IngebrigtsenDelete duplicate server names when getting credentials.
2011-02-17 Ted ZlatanovComplete among multiple auth-source-search choices...
2011-02-17 Ted ZlatanovUse :port instead of :protocol for all auth-source...
2011-02-16 Ted ZlatanovDo smarter auth-source creation if needed and still...
2011-02-14 Lars IngebrigtsenDon't log login commands.
2011-02-14 Lars Ingebrigtsen(nnimap-send-command): Mark the command time for each...
2011-02-13 Tassilo HornFix Gcc processing on imap.
2011-02-12 Ted ZlatanovMerge branch 'master' of https://git.gnus.org/gnus...
2011-02-09 Ted ZlatanovMerge branch 'master' of https://git.gnus.org/gnus...
2011-02-09 Ted ZlatanovAdd caching through password-cache.
2011-02-08 Ted ZlatanovUse new auth-source search API for mail-source, nnimap...
2011-02-07 Ted ZlatanovMerge branch 'master' of https://git.gnus.org/gnus...
2011-02-07 Lars Ingebrigtsen(nnimap-update-info): Simplify split history test.
2011-02-07 Lars Ingebrigtsen(nnimap-update-info): Fix macrology bug-out.
2011-02-07 Lars Ingebrigtsen(nnimap-process-quirk): Renamed function to avoid colli...
2011-02-07 Lars Ingebrigtsen(nnimap-quirk): Add quirk for Gmail IMAP which bugs...
2011-02-07 Lars Ingebrigtsen(nnimap-update-info): Clean up slightly.
2011-02-07 Lars Ingebrigtsen(nnimap-update-info): Tell Gnus whether there are any...
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.
next