Re: IMAP Sending Issue with Multiple Accounts

2024-09-06 Thread Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader (in English)
Robert Pluim writes: > TLS and SSL are the same thing. The difference is that 465 is used for > direct TLS/SSL, and 587 uses TCP optionally followed by STARTTLS. Thank you for the clarification. I added this in the comments to my code so I don't forget in the future. -- Serghei Iakovlev

Re: IMAP Sending Issue with Multiple Accounts

2024-09-06 Thread Robert Pluim
> On Fri, 06 Sep 2024 10:02:16 +0200, Serghei Iakovlev via "Announcements > and discussions for GNUS, the GNU Emacs Usenet newsreader (in English)" > said: Serghei> and everything started working! I double-checked Google’s help Serghei> center, and sure enough, they offer

Re: IMAP Sending Issue with Multiple Accounts

2024-09-06 Thread Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader (in English)
Serghei Iakovlev via "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader (in English)" writes: Apologies, I was so excited that I ended up making a typo in my example :) > (setq gnus-posting-styles > `((".*" > (signature ,user-full-name) > (address "e

Re: IMAP Sending Issue with Multiple Accounts

2024-09-06 Thread Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader (in English)
James Thomas writes: >> Need not be that complex, AFAICT. The method could simply be something >> like "starttls 127.0.0.1 1025" where the only thing you would do is >> let-bind the stream type and call the default. > > Well, I was wrong about this part: 'method' ought to be dynamically > bound