(gnus-articles-to-read): Revert back to old behaviour if we're selecting a group...
[gnus] / lisp / nnimap.el
2011-03-15 Katsumi YamaokaMerge branch 'master' of https://git.gnus.org/gnus
2011-03-15 Katsumi YamaokaMerge branch 'master' of https://git.gnus.org/gnus
2011-03-15 Lars Magne Ingebri... (nnimap-open-connection-1): Allow `network-only', too.
2011-03-15 Lars Magne Ingebri... Store HIGHESTMODSEQ as a string, since it may be too...
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.