emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/mail/smtpmail.el


From: Simon Josefsson
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/smtpmail.el
Date: Fri, 28 May 2004 03:24:55 -0400

Index: emacs/lisp/mail/smtpmail.el
diff -c emacs/lisp/mail/smtpmail.el:1.67 emacs/lisp/mail/smtpmail.el:1.68
*** emacs/lisp/mail/smtpmail.el:1.67    Fri Apr  9 13:39:05 2004
--- emacs/lisp/mail/smtpmail.el Fri May 28 05:56:19 2004
***************
*** 483,489 ****
                          (setq cred-key (expand-file-name cred-key)))
                         (file-regular-p
                          (setq cred-cert (expand-file-name cred-cert))))
!               (list "--key-file" cred-key "--cert-file" cred-cert))))
        (starttls-open-stream "SMTP" process-buffer host port)))))
  
  (defun smtpmail-try-auth-methods (process supported-extensions host port)
--- 483,496 ----
                          (setq cred-key (expand-file-name cred-key)))
                         (file-regular-p
                          (setq cred-cert (expand-file-name cred-cert))))
!               (list "--key-file" cred-key "--cert-file" cred-cert)))
!            (starttls-extra-arguments
!             (when (and (stringp cred-key) (stringp cred-cert)
!                        (file-regular-p
!                         (setq cred-key (expand-file-name cred-key)))
!                        (file-regular-p
!                         (setq cred-cert (expand-file-name cred-cert))))
!               (list "--x509keyfile" cred-key "--x509certfile" cred-cert))))
        (starttls-open-stream "SMTP" process-buffer host port)))))
  
  (defun smtpmail-try-auth-methods (process supported-extensions host port)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]