From 63421e8191dd25c04b74ebcecdcd4231625a9ea9 Mon Sep 17 00:00:00 2001 From: roundcube Date: Wed, 28 Sep 2005 22:28:05 +0000 Subject: Minor bugfixes and correction of confusing License notfications git-svn-id: https://svn.roundcube.net/trunk@8 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/lib/Mail/mime.php | 2 +- roundcubemail/program/lib/Mail/mimeDecode.php | 2 +- roundcubemail/program/lib/Mail/mimePart.php | 2 +- roundcubemail/program/lib/imap.inc | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'roundcubemail/program/lib') diff --git a/roundcubemail/program/lib/Mail/mime.php b/roundcubemail/program/lib/Mail/mime.php index 830352c42..da43d15ae 100644 --- a/roundcubemail/program/lib/Mail/mime.php +++ b/roundcubemail/program/lib/Mail/mime.php @@ -3,7 +3,7 @@ // +-----------------------------------------------------------------------+ // | Copyright (c) 2002-2003 Richard Heyes | // | Copyright (c) 2003-2005 The PHP Group | -// | All rights reserved. | +// | Licensed under the GNU GPL | // | | // | Redistribution and use in source and binary forms, with or without | // | modification, are permitted provided that the following conditions | diff --git a/roundcubemail/program/lib/Mail/mimeDecode.php b/roundcubemail/program/lib/Mail/mimeDecode.php index 92827b727..5bcf4fb31 100644 --- a/roundcubemail/program/lib/Mail/mimeDecode.php +++ b/roundcubemail/program/lib/Mail/mimeDecode.php @@ -3,7 +3,7 @@ // +-----------------------------------------------------------------------+ // | Copyright (c) 2002-2003 Richard Heyes | // | Copyright (c) 2003-2005 The PHP Group | -// | All rights reserved. | +// | Licensed under the GNU GPL | // | | // | Redistribution and use in source and binary forms, with or without | // | modification, are permitted provided that the following conditions | diff --git a/roundcubemail/program/lib/Mail/mimePart.php b/roundcubemail/program/lib/Mail/mimePart.php index b429b905e..45a00523d 100644 --- a/roundcubemail/program/lib/Mail/mimePart.php +++ b/roundcubemail/program/lib/Mail/mimePart.php @@ -1,7 +1,7 @@ 1?':'.$num:''); @@ -1812,7 +1812,7 @@ function iil_C_HandlePartBody(&$conn, $mailbox, $id, $part, $mode){ if ($result){ $result = chop($result); - return substr($result, 0, strlen($result)-1); + return $result; // substr($result, 0, strlen($result)-1); }else return false; }else{ echo "Select failed."; -- cgit v1.2.3