Please, can anybody tell me what is the purpose of function EncodeHeader($String,$String), from class.PHPMailer.php (http://phpmailer.sourceforge.net/) specifically since I am suppossed to come up with documentation for a user who does not know anything about source code...I understand the regular expressions used, but I can't visualize the input vs outcome, and what is the purpose of such encoding. Is it for the server? is it trying to figure out attachments or other binary elements? anything would help me a lot at work...thank you very much!
(I only have two months of experience with php...)