Removed kolab plugins; they will be maintaied and published in the Kolab project

release-0.6
thomascube 14 years ago
parent 10ea10a317
commit 3e48b941ec

@ -7,6 +7,7 @@ CHANGELOG Roundcube Webmail
- Added general rcube_cache class with Memcache and APC support - Added general rcube_cache class with Memcache and APC support
- Improved caching performance by skipping writes of unchanged data - Improved caching performance by skipping writes of unchanged data
- Option enable_caching replaced by imap_cache and messages_cache options - Option enable_caching replaced by imap_cache and messages_cache options
- Fix WORKFAX saving in address book (#1487910)
- Add forward-as-attachment feature - Add forward-as-attachment feature
- jQuery-1.6.1 (#1487913, #1487144) - jQuery-1.6.1 (#1487913, #1487144)
- Improve display name composition when saving contacts (#1487143) - Improve display name composition when saving contacts (#1487143)

@ -79,7 +79,7 @@ if ($IMAP->connect($host, $args['user'], $args['pass'], $imap_port, $imap_ssl))
$fp = fopen($args['file'], 'r'); $fp = fopen($args['file'], 'r');
while (($line = fgets($fp)) !== false) while (($line = fgets($fp)) !== false)
{ {
if (preg_match('/^From\s+/', $line) && $lastline == '') if (preg_match('/^From\s+-/', $line) && $lastline == '')
{ {
if (!empty($message)) if (!empty($message))
{ {

Loading…
Cancel
Save