Merge branch 'master' of github.com:roundcube/roundcubemail
| | |
| | | - Fixed issue with DBMail bug [http://pear.php.net/bugs/bug.php?id=19077] (#1488594) |
| | | |
| | | * version 5.2 [2012-07-24] |
| | | ----------------------------------------------------------- |
| | | - Added GUI for variables setting - RFC5229 (patch from Paweł Słowik) |
| | |
| | | return PEAR::raiseError(trim($response . $line), 6); |
| | | } |
| | | |
| | | if (preg_match('/^{([0-9]+)}/i', $line, $matches)) { |
| | | // "\+?" is added in the regexp to workaround DBMail bug |
| | | // http://dbmail.org/mantis/view.php?id=963 |
| | | if (preg_match('/^{([0-9]+)\+?}/i', $line, $matches)) { |
| | | // Matches literal string responses. |
| | | $line = $this->_recvBytes($matches[1] + 2); |
| | | |