Orgoth

Results 20 comments of Orgoth

> I have to say App passwords are now well spread and supported, so I'm not intended to change this library auth methods. Microsoft will disable the basic auth as...

Hi @francescobianco, thank you for your hard work on IMAP2. I will test it, I was a bit irritated because imap_open was not marked under XOAUTH2 compatibility :) I will...

Sorry for the late feedback. So far it has worked with the oAuth token from Google to establish a connection and retrieve messages. There were a few adjustments necessary to...

Hi @rickkock, unfortunately, I have had similar experiences. Currently, I am in the process of correcting fetch_body and other parts. When I am done, I will try to provide all...

Hetzner recently started offering ARM as a server solution. https://www.hetzner.com/de/dedicated-rootserver/matrix-rx Here it would be good if you would update the following page. At Hetzner a supplement that only the X86...

> I'm assuming this would stand-in for Swift_Mailer's loggers. > > https://swiftmailer.symfony.com/docs/plugins.html#logger-plugin > > Does `symfony/mailer` not have any logging and only explicit exceptions? What if you want to log...

@stof Thank you for the clarification. I do not use Symfony it self in the current project. Therefore the features of the Swiftmailer where very helpfull to use the mailer...

@stof [It is what it is.](https://symfony.com/blog/the-end-of-swiftmailer#:~:text=Symfony%20Mailer%20could%20actually%20have%20been%20called%20Swiftmailer%20version%207%20and%20the%20work%20started%20exactly%20as%20the%20next%20major%20version%20of%20Swiftmailer.) ;) ### For all others who come here and use the mailer as a standalone. #### Regarding the advanced logging: - do not use...

> The Mailer class is intentionally not returning the SentMessage object because this high-level API is meant to be compatible with async processing of the sending (when instantiating it with...

@stof The Mailer is used in an old project where are not Events, Listeners and so on. PSR-14 is nonexistence there. It is much simpler to do it direct in...