aklomp / base64

Fast Base64 stream encoder/decoder in C99, with SIMD acceleration
BSD 2-Clause "Simplified" License
890 stars 165 forks source link

Is there is a plan to support RFC 2045? #148

Closed zhanglistar closed 2 months ago

zhanglistar commented 2 months ago

Hi, @aklomp Thanks for your great work on base64 RFC4648! While RFC 2045 is used in Apache Spark, do you have plan to support RFC 2045? Thanks in advance.

aklomp commented 2 months ago

Hi, I'm not sure what you mean exactly by RFC 2045 support, can you explain?

If this is about adding support for e-mail features, I'm afraid I don't have plans in that direction. This library is just an encoder/decoder for raw base64 streams.

zhanglistar commented 2 months ago

Yes it's about e-mail features.