Package io.vertx.ext.mail.mailencoder
Class Utils
- java.lang.Object
-
- io.vertx.ext.mail.mailencoder.Utils
-
public class Utils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
base64(byte[] bytes)
static String
encodeQP(String text)
static String
generateDate()
static boolean
mustEncode(char ch)
-