Completed
Branch master (f5954d)
by compolom
02:01
created
src/Tools/Kmail.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -30,6 +30,11 @@
 block discarded – undo
30 30
         $this->mb();    
31 31
     }  
32 32
 
33
+    /**
34
+     * @param string $subject
35
+     * @param string $message
36
+     * @param boolean $header
37
+     */
33 38
     private function sendMailUtf8($adress, $subject, $message, $header)
34 39
     {
35 40
         return mail($adress, '=?UTF-8?B?' . base64_encode($subject) . '?=', $message, 'MIME-Version: 1.0' . PHP_EOL . $header);
Please login to merge, or discard this patch.