Do not emit empty names in Mailbox::__toString()
authorTim Düsterhus <duesterhus@woltlab.com>
Fri, 12 May 2023 07:37:40 +0000 (09:37 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Fri, 12 May 2023 07:40:35 +0000 (09:40 +0200)
commita9a7eb0df108d5bc6d75e9839ad3a803319dfcb8
tree5b3226e150e66a2010fe4b4ebd50964ba8a26594
parent0f961d850155f8185a63a9c868c094638515fd67
Do not emit empty names in Mailbox::__toString()

Likely depending on the MUA this will either emit the email address in the best
case or show an empty field. In any case, this will likely look a little odd to
spam filters and thus should be simplified to just the email address.
wcfsetup/install/files/lib/system/email/Mailbox.class.php