Skip to content
Snippets Groups Projects
Commit 85d8d06c authored by Frédéric France's avatar Frédéric France
Browse files

Travis fix CMailFile.class.php

parent 493392d8
No related branches found
No related tags found
No related merge requests found
......@@ -514,11 +514,11 @@ class CMailFile
return $res;
}
// Encode subject according to RFC 2822 - http://en.wikipedia.org/wiki/MIME#Encoded-Word
/**
* @param string $stringtoencode
* Encode subject according to RFC 2822 - http://en.wikipedia.org/wiki/MIME#Encoded-Word
*
* @param string $stringtoencode String to encode
* @return string string encoded
*/
function encodetorfc2822($stringtoencode)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment