summaryrefslogtreecommitdiff
path: root/lisp/net/imap.el
AgeCommit message (Expand)Author
2026-04-04Avoid line breaks in IMAP AUTHENTICATE PLAINJens Lechtenbörger
2026-03-10Use the new error API functionsStefan Monnier
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-07-30Add support for AUTH=PLAIN to imap.elRobert Pluim
2025-01-01Update copyright year to 2025Paul Eggert
2024-07-09; Change `imap-shell-host` docstring to mention SSHStefan Kangas
2024-02-23Use obarray-make instead of make-vector to create obarraysMattias Engdegård
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-08-27Use ensure-list in many more placesStefan Kangas
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-08-23Make point-at-eol and point-at-bol obsoleteStefan Kangas
2022-07-12Drop obsolete rsh/rlogin from two user optionsStefan Kangas
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-05-18* lisp/net/imap.el (imap-mailbox-close): Use proper closuresStefan Monnier
2021-04-01Remove redundant #' before lambda in {mail,net,url}/*.elStefan Kangas
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-20Inhibit buffer hooks in temporary buffersBasil L. Contovounesios
2020-12-19Shorten over-wide docstrings in defcustomsStefan Kangas
2020-12-04Prefer setq-local in net/*.elStefan Kangas
2020-08-13* lisp/net/imap.el: Use proper outline headingsJonas Bernoulli
2020-06-18Fix and extend format-spec (bug#41758)Basil L. Contovounesios
2020-01-01Update copyright year to 2020Paul Eggert
2019-10-19Remove some compat code in imap.elLars Ingebrigtsen
2019-10-17Remove XEmacs compat code from imap.elStefan Kangas
2019-10-14lisp/*.el: Force non-nil result to t, to match docstringJuanma Barranquero
2019-02-22Avoid some double-rounding of Lisp timestampsPaul Eggert
2019-02-20Merge from origin/emacs-26Glenn Morris
2019-02-16Update citations of Internet RFCsPaul Eggert
2019-01-15Avoid using obsolete accept-process-output argPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-08-22Prune most-positive-fixnum from Lisp sourcePaul Eggert
2018-02-26Update some lisp function declarationsGlenn Morris
2018-01-23* lisp/net/imap.el: Use lexical-binding and cl-libStefan Monnier
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-04-08Remove references to OS/2 in code, doc, and commentsGlenn Morris
2016-12-31Update copyright year to 2017Paul Eggert
2016-01-31Fix imap-starttls-openAndreas Schwab
2016-01-31Fix return value of imap-starttls-openAndreas Schwab
2016-01-01Update copyright year to 2016Paul Eggert
2015-12-26* imap.el (imap-ssl-open): RemoveLars Ingebrigtsen
2015-12-26Use built-in encryption in imap.elLars Ingebrigtsen
2015-11-17Fix docstring quoting problems with ‘ '’Paul Eggert
2015-09-07Go back to grave quoting in source-code docstrings etc.Paul Eggert
2015-08-31Quoting fixes in lisp mail, mh-e, net, urlPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-09-04* lisp/dired-x.el:Daniel Hackney