Till Krüss
2014-02-10 334475a50bcc97a8c326aadff0dcbb61fad40a4f
plugins/password/drivers/domainfactory.php
@@ -29,11 +29,11 @@
            CURLOPT_RETURNTRANSFER => true,
            CURLOPT_URL => 'https://ssl.df.eu/chmail.php',
            CURLOPT_POST => true,
            CURLOPT_POSTFIELDS => array(
            CURLOPT_POSTFIELDS => http_build_query(array(
               'login' => $rcmail->user->get_username(),
               'pwd' => $curpass,
               'action' => 'change'
            )
            ))
         ));
         if ($result = curl_exec($ch)) {