aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail (follow)
Commit message (Expand)AuthorAgeFilesLines
* Have submit-emacs-patch prompt for patch file before subjectPhilip Kaludercic2022-04-141-1/+8
* Make undigest work with multipart/mixed messagesMauro Aranda2022-03-231-1/+49
* Make mail-header-parse-addresses-lax more laxLars Ingebrigtsen2022-03-221-1/+2
* Add new function image-supported-file-pLars Ingebrigtsen2022-03-221-10/+7
* Fix RFC2047 encoding of Disposition-Notification-ToLars Ingebrigtsen2022-03-141-1/+1
* Add new file ietf-drums-date.elBob Rogers2022-02-252-1/+279
* Fix compilation warning in previous sendmail.el changeLars Ingebrigtsen2022-02-201-1/+2
* Ensure that `mail-send' breaks too-long linesLars Ingebrigtsen2022-02-201-1/+4
* Merge from origin/emacs-28Eli Zaretskii2022-02-181-0/+3
|\
| * * lisp/mail/emacsbug.el (report-emacs-bug): Report libgccjit status.Andrea Corallo2022-02-111-0/+3
* | Fix ietf-drums-remove-whitespace unmatched " and (Bob Rogers2022-02-131-10/+20
* | Remove outdated comments from ietf-drums.elBob Rogers2022-02-071-10/+0
* | Merge from origin/emacs-28Stefan Kangas2022-02-061-1/+1
|\ \ | |/
| * Fix ietf-drums-get-comment doc stringBob Rogers2022-02-061-1/+1
* | Add ietf-drums tests, fix parse-address decodingBob Rogers2022-02-061-0/+2
* | Fix decoding error in ietf-drums-parse-addressLars Ingebrigtsen2022-02-021-1/+1
* | Merge from origin/emacs-28Stefan Kangas2022-01-091-1/+1
|\ \ | |/
| * Fix Subject "simplification" in RmailEli Zaretskii2022-01-081-1/+1
* | Add `auth-info-password' and use it instead of ad hoc codeSam Steingold2022-01-072-10/+3
* | Merge from origin/emacs-28Eli Zaretskii2022-01-0141-41/+41
|\ \ | |/
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-0141-41/+41
| * Recommend against using uce.elStefan Kangas2021-10-161-0/+21
* | Move Rmail autoloads to the common loaddefs.elEli Zaretskii2021-12-197-26/+0
* | Define some more keymaps in one stepStefan Kangas2021-12-081-7/+5
* | Remove some unnecessary references to Emacs 22Stefan Kangas2021-12-071-7/+1
* | Simplify by using format-time-stringPaul Eggert2021-12-051-9/+5
* | Simplify RFC 5322 time zone generationPaul Eggert2021-12-052-23/+10
* | Use substitute-command-keys for literal key sequencesStefan Kangas2021-11-221-1/+1
* | Remove some references to XEmacsStefan Kangas2021-11-171-1/+1
* | Recommend against using uce.elStefan Kangas2021-10-181-1/+31
* | Merge from origin/emacs-28Glenn Morris2021-10-051-1/+1
|\ \ | |/
| * ; Minor stylistic fixes found by checkdocStefan Kangas2021-10-051-1/+1
* | Use format-prompt for many more promptsStefan Kangas2021-10-053-10/+6
|/
* Use command substitution instead of raw keys in more placesStefan Kangas2021-09-242-2/+3
* Don't use `format' on strings without % format directivesLars Ingebrigtsen2021-09-212-4/+4
* Teach Mail mode to request Disposition NotificationsEli Zaretskii2021-09-191-0/+23
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-1611-32/+33
* ; Normalize some header commentsStefan Kangas2021-09-161-1/+1
* Avoid cl-lib alias for cadadr and friendsStefan Kangas2021-09-031-2/+2
* Make epg use rfc6068 for decoding %-encoded stringsLars Ingebrigtsen2021-08-301-11/+18
* Make rfc2368 obsolete and add rfc6068Lars Ingebrigtsen2021-08-302-135/+76
* Add new functions for lax mail address splittingLars Ingebrigtsen2021-08-142-1/+43
* Use string-search instead of string-match[-p]Mattias Engdegård2021-08-098-15/+15
* Use string-replace instead of replace-regexp-in-stringMattias Engdegård2021-08-085-7/+7
* Add support for the oauth2.el library in nnimap and smtpmailRoland Winkler2021-08-051-0/+8
* Evaluate eql specializersakater2021-08-031-3/+3
* Avoid errors in rmailsum for messages without "From"Nick Gasson2021-07-291-1/+2
* Allow storing SMTP variables when queueing mailLars Ingebrigtsen2021-07-231-29/+51
* ; * lisp/mail/rmail.el (rmail-simplified-subject): Dodge relint nagMattias Engdegård2021-05-291-1/+1
* ; Comment fixGlenn Morris2021-05-121-1/+1