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

/packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/
H A DMimeUtility.java79 // TODO implement proper foldAndEncode
82 public static String foldAndEncode(String s) { method in class:MimeUtility
87 * INTERIM version of foldAndEncode that will be used only by Subject: headers.
88 * This is safer than implementing foldAndEncode() (see above) and risking unknown damage
91 * TODO: Copy this code to foldAndEncode(), get rid of this function, confirm all working OK.
/packages/services/Telephony/src/com/android/phone/common/mail/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