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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/smtpmail.el [lexbind]
Date: Tue, 06 Jul 2004 06:02:19 -0400

Index: emacs/lisp/mail/smtpmail.el
diff -c emacs/lisp/mail/smtpmail.el:1.44.2.6 
emacs/lisp/mail/smtpmail.el:1.44.2.7
*** emacs/lisp/mail/smtpmail.el:1.44.2.6        Sat Apr 10 06:20:09 2004
--- emacs/lisp/mail/smtpmail.el Tue Jul  6 09:31:51 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]