summaryrefslogtreecommitdiff
path: root/lisp/mail/smtpmail.el
Commit message (Expand)AuthorAgeFilesLines
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-101-1/+1
* Remove leading `*' from defcustom doc-strings.Glenn Morris2008-02-231-25/+27
* (password-cache-add): Declare as function.Glenn Morris2008-02-141-0/+3
* 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)Bastien Guerry2008-02-141-1/+1
* * mail/smtpmail.el: Use password-cache.Bastien Guerry2008-02-131-7/+7
* Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* (smtpmail-via-smtp): Use ascii-case-table when downcasing.Chong Yidong2007-04-041-2/+4
* (smtpmail-via-smtp): Fix indentation.Eli Zaretskii2007-04-031-8/+8
* (smtpmail-via-smtp): Revert last change.Chong Yidong2007-04-021-12/+2
* (smtpmail-via-smtp): Use standard case table when downcasing.Chong Yidong2007-04-011-2/+12
* (smtpmail-smtp-service, smtpmail-queue-index-file): Fix typos in docstrings.Juanma Barranquero2007-02-091-4/+4
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* (smtpmail-send-it): Copy buffer-file-coding-system from the mail buffer.Eli Zaretskii2006-11-241-1/+26
* Comment change.Richard M. Stallman2006-10-181-0/+11
* 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)Simon Josefsson2006-10-021-1/+1
* * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break longChong Yidong2006-09-281-4/+4
* 2006-09-06 Simon Josefsson <jas@extundo.com>Simon Josefsson2006-09-061-1/+6
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-2/+2
* (smtpmail-send-it): Use insert-buffer-substring.Jesper Harder2006-01-181-1/+1
* Add comment describing AUTH PLAIN fix.Simon Josefsson2006-01-101-1/+6
* Fix AUTH PLAIN authentication.Simon Josefsson2005-12-281-7/+4
* (smtpmail-via-smtp): Disable undo in SMTP buffer.Kim F. Storm2005-12-091-0/+1
* * mail/smtpmail.el (smtpmail-try-auth-methods): Make passwordSimon Josefsson2005-12-061-1/+1
* (smtpmail-send-it): Use insert-buffer-contents.Richard M. Stallman2005-11-161-1/+1
* (smtpmail-auth-supported): Prefer PLAIN over LOGIN.Simon Josefsson2005-07-171-1/+1
* (smtpmail-auth-supported): Added the 'plain auth methodSimon Josefsson2005-07-171-3/+19
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (smtpmail-open-stream): Use with-no-warnings.Richard M. Stallman2005-05-221-2/+5
* Replace `string-to-int' by `string-to-number'.Juanma Barranquero2005-05-161-1/+1
* Change release version from 21.4 to 22.1 throughout.Kim F. Storm2005-02-091-1/+1
* Fix last commit.Simon Josefsson2004-12-271-1/+1
* mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5Simon Josefsson2004-12-271-1/+1
* (smtpmail-open-stream): Look forSimon Josefsson2004-10-111-13/+19
* (smtpmail-open-stream): BindSimon Josefsson2004-05-281-1/+8
* Add comment, based on report by kdc@rcn.com (Kevin D. Clark).Simon Josefsson2004-04-091-1/+4
* (smtpmail-read-response): Abort if process hasSimon Josefsson2004-03-111-42/+42
* (smtpmail-try-auth-methods): Fix typo.John Paul Wallington2004-02-111-1/+1
* (smtpmail-try-auth-methods): Pass port-name as defaultport to `netrc-machine'.Sam Steingold2004-02-041-5/+5
* Jesper Harder <harder@ifa.au.dk>Glenn Morris2004-01-201-7/+2
* Jesper Harder <harder@ifa.au.dk>Glenn Morris2004-01-181-21/+5
* (smtpmail-via-smtp): Don't insert a spaceEli Zaretskii2003-09-281-4/+4
* Add arch taglinesMiles Bader2003-09-011-0/+1
* Fix previous change:Glenn Morris2003-08-261-6/+17
* (smtpmail-mail-address): Doc change.Glenn Morris2003-08-241-6/+5
* (smtpmail-send-it): Create smtpmail-queue-dir if it doesn't exist.Juanma Barranquero2003-07-131-0/+2
* (smtpmail-open-stream): Don't hard codeSimon Josefsson2003-05-131-2/+4
* (smtpmail-send-queued-mail): Use point-at-bol instead of forward-line.Juanma Barranquero2003-05-091-1/+1
* (smtpmail-send-queued-mail): Don't use kill-line.Juanma Barranquero2003-05-081-1/+1