Neokernel API

ESMTPReceiver.stripBrackets Method

stripBrackets: given a path (possibly enclosed by angle brackets), method attempts to strip all enclosing brackets. this is bad since when we recreate the paths later, we will only add a single level of enclosing angle brackets

public static string stripBrackets(
   string path
);

See Also

ESMTPReceiver Class | com.neokernel.email Namespace