ENH remove gatech email

This commit is contained in:
Nathan Dwarshuis 2022-06-01 18:34:23 -04:00
parent 84b06e1a42
commit c081c34a43
1 changed files with 4 additions and 13 deletions

View File

@ -3762,12 +3762,7 @@ Initialize by running =nd/mu-init=.
"gmail" "gmail"
"natedwarshuis@gmail.com" "natedwarshuis@gmail.com"
"smtp.gmail.com" "smtp.gmail.com"
'delete) 'delete)))
(nd/make-mu4e-context "gatech"
"gatech"
"ndwarshuis3@gatech.edu"
"smtp.office365.com"
'sent)))
;; enable visual line mode and spell checking ;; enable visual line mode and spell checking
(add-hook 'mu4e-compose-mode-hook 'turn-off-auto-fill) (add-hook 'mu4e-compose-mode-hook 'turn-off-auto-fill)
@ -3836,13 +3831,9 @@ Initialize by running =nd/mu-init=.
(s-trim))) (s-trim)))
(defun nd/xoauth2-get-secrets (host user port) (defun nd/xoauth2-get-secrets (host user port)
(when (when (and (string= host "smtp.gmail.com")
(or (and (string= host "smtp.office365.com")
(string= user "ndwarshuis3@gatech.edu")
(string= port "587"))
(and (string= host "smtp.gmail.com")
(string= user "natedwarshuis@gmail.com") (string= user "natedwarshuis@gmail.com")
(string= port "587"))) (string= port "587"))
(list :token-url (nd/lookup-oauth-secret "token_url" user) (list :token-url (nd/lookup-oauth-secret "token_url" user)
:client-id (nd/lookup-oauth-secret "client_id" user) :client-id (nd/lookup-oauth-secret "client_id" user)
:client-secret (nd/lookup-oauth-secret "client_secret" user) :client-secret (nd/lookup-oauth-secret "client_secret" user)