You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes a loophole whereby mbstring is installed, but not compiled with the selected encoding type. I ran into an issue with Windows-1257 breaking the encoding, as it wasn't compiled. The fix would cleanly pass this through to iconv instead to clean up.
Added functionality to create a mailbox/folder on the IMAP stream via the Reader, as well as the ability to check if a mailbox already exists on the IMAP stream.