Module email_encoding::body::base64

source ·
Expand description

Base64 email body encoder.

Functions§

  • Base64 encode the provided bytes.
  • Predict how many bytes encode is going to write given a input_len input length.