Module base64

Source
Expand description

Base64 email body encoder.

Functionsยง

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