zendframework / zend-mime

Mime component from Zend Framework
BSD 3-Clause "New" or "Revised" License
62 stars 37 forks source link

Preventing creation of empty encode group =?<encoding>?Q??= #18

Closed Articus closed 7 years ago

Articus commented 8 years ago

Found a wrong behaviour of non-ASCII header value encoding. It was creating empty encode group "=?UTF-8?Q??=" for "äääääääääääääää ä" in message subject. And some mail clients could not decode such "subject" properly. Added minimal fix and few extra tests.

Articus commented 8 years ago

Sorry for disturbing again, but is there any ETA for review? This bug is really annoying if you are sending emails with non-ASCII subject because the first word in such subject can not be longer than 10 symbols. For example you can not send email with a simple subject like "подтверждение регистрации" (registration confirmation).

weierophinney commented 7 years ago

Thanks, @Articus!