Searched defs:foldAndEncode (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
H A DMimeUtility.java78 // TODO implement proper foldAndEncode
81 public static String foldAndEncode(String s) { method in class:MimeUtility
86 * INTERIM version of foldAndEncode that will be used only by Subject: headers.
87 * This is safer than implementing foldAndEncode() (see above) and risking unknown damage
90 * TODO: Copy this code to foldAndEncode(), get rid of this function, confirm all working OK.

Completed in 9 milliseconds