sebbASF opened a new issue #205: URL: https://github.com/apache/incubator-ponymail-foal/issues/205
The following functions are deprecated, and should be replaced: unescape => decodeURIComponent / decodeURI escape => encodeURIComponent / encodeURI substr => substring Note that substring has a different second parameter, so care must be taken when changing over. AFAICT substr(n) == substring(n) where n >= 0, so that should be safe to change -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@ponymail.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org