qnikst / HaskellNet

Haskell library which provides client support for POP3, SMTP, and IMAP protocols.
Other
87 stars 54 forks source link

Move to base64 package. #74

Closed qnikst closed 3 years ago

qnikst commented 3 years ago

We move to the base64 package as more stable and correct. At this point of time we do not switch types in order not to break API, but in the future we would be able to use more appropriate types (Text or Short bytestring variant).

This commit fixes #61.

qnikst commented 3 years ago

This change drops many old versions, so it worth releasing current version and merge this PR afterwards.