andyedinborough / aenetmail

C# POP/IMAP Mail Client
370 stars 153 forks source link

Include trailing non-ASCII in MUTF7. #143

Closed kivikakk closed 11 years ago

kivikakk commented 11 years ago

The current ModifiedUtf7Encoding fails to append trailing non-ASCII data: it only does so if the entire buffer is non-ASCII.

(Concrete example: the mailbox name [Gmail]/全部郵件 is decoded as [Gmail]/.)

andyedinborough commented 11 years ago

Thanks!

kivikakk commented 11 years ago

Thanks for the speedy merges! :)