summaryrefslogtreecommitdiff
path: root/lisp/gnus/nnimap.el
Commit message (Expand)AuthorAgeFilesLines
* Use string-search instead of string-match[-p]Mattias EngdegÄrd2021-08-091-2/+2
* Add support for the oauth2.el library in nnimap and smtpmailRoland Winkler2021-08-051-0/+7
* Avoid hang in nnimap-keepaliveAndreas Schwab2021-06-011-2/+3
* Fix nnimap lexical conversion problemAlex Bochannek2021-05-281-1/+3
* Add new defvoo nnimap-keepalive-intervals to Gnus nnimap serversEric Abrahamsen2021-05-041-6/+20
* Obsolete local set difference functions in favor of seq-differenceStefan Kangas2021-04-051-4/+6
* Address some --without-x byte-compilation warningsBasil L. Contovounesios2021-03-261-0/+1
* Remove some items obsolete since Emacs 22/23 from GnusStefan Kangas2021-03-071-1/+1
* * lisp/gnus: Use lexical-binding in all the filesStefan Monnier2021-01-301-3/+3
* * lisp/gnus: Remove redundant `:group` argsStefan Monnier2021-01-301-2/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Prefer setq-local in gnus/*.elStefan Kangas2020-12-071-4/+4
* Avoid modifying nnimap user option in spam.elBasil L. Contovounesios2020-12-061-1/+5
* ; Fix last changeBasil L. Contovounesios2020-12-031-4/+5
* Restore nnimap-split-download-body as a customization optionEric Abrahamsen2020-12-031-4/+11
* Fix misuses of `make-local-variable` on hooksStefan Monnier2020-11-041-1/+1
* nnimap MODSEQ cleanupPaul Eggert2020-10-131-7/+3
* Introduce nnselect backend for gnusAndrew G Cohen2020-09-051-5/+5
* Handle different IMAP server responses to COPY and MOVEEric Abrahamsen2020-09-021-1/+4
* Fix problem with new-mail-mark in Gnus with non-unique namesLars Ingebrigtsen2020-07-281-2/+1
* Make sure that all gnus buffers are killed on exitSam Steingold2020-01-281-1/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* ; Spelling fixesPaul Eggert2019-12-101-1/+1
* * lisp/gnus/gnus.el (gnus-info): Define with `cl-defstruct`Stefan Monnier2019-11-291-9/+8
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-111-1/+1
* Be more permissive when interpreting IMAP mail headersLars Ingebrigtsen2019-10-281-2/+2
* Fix nnimap tick/readedness thinko introduced some weeks backLars Ingebrigtsen2019-10-091-5/+5
* Expunge INBOX messages after splittingLars Ingebrigtsen2019-09-281-4/+8
* Clean up nnimap-split-incoming-mail slightlyLars Ingebrigtsen2019-09-281-1/+3
* Copy edit nnimap-expunge doc stringLars Ingebrigtsen2019-09-281-7/+7
* Fix problem with changing to correct NNTP serverLars Ingebrigtsen2019-09-271-2/+2
* nnimap.el: support additional expunge optionsNikolaus Rath2019-09-271-36/+44
* Tweak updating of readedness marks on the IMAP serverLars Ingebrigtsen2019-09-271-2/+9
* Remove Gnus group name encoding/decodingEric Abrahamsen2019-08-031-50/+12
* Fix two parse-time-months invalid assumptionsPaul Eggert2019-08-011-7/+2
* Use decoded time accessors in GnusLars Ingebrigtsen2019-07-301-1/+1
* Don't set marks on imap groups when there are no marks to setEric Abrahamsen2019-07-251-12/+13
* Adjust regexp for parsing IMAP header responseEric Abrahamsen2019-07-221-1/+1
* Fix case of IMAP Noselect flagEric Abrahamsen2019-07-221-1/+1
* Clean up code in nnimap-parse-flags slightlyLars Ingebrigtsen2019-07-201-7/+5
* Possibly skip IMAP server FETCH responsesEric Abrahamsen2019-07-151-40/+53
* Fix long credentials when using auth in nnimap.elLars Ingebrigtsen2019-07-131-2/+4
* Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier2019-06-261-1/+1
* * lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier2019-06-261-1/+1
* Simplify Gnus buffer liveness checking and killingBasil L. Contovounesios2019-05-301-3/+3
* Avoid some double-rounding of Lisp timestampsPaul Eggert2019-02-221-6/+6
* Don't map imaps to 993 anymore except on old Windows versionsRobert Pluim2019-02-041-1/+4
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | New function flatten-treeAlex Branham2018-12-171-1/+1