RoundCube version 0.2-beta is out

smtalk

Administrator
Staff member
Joined
Aug 22, 2006
Messages
10,628
Location
LT, EU
Changelog:

  • Made config files location configurable (#1485215)
  • Reduced memory footprint when forwarding attachments (#1485345)
  • Allow and use spellcheck attribute for input/textarea fields (#1485060)
  • Added icons for forwarded/forwarded+replied messages (#1485257)
  • Added Reply-To to forwarded emails (#1485315)
  • Display progress message for folders create/delete/rename (#1485357)
  • Smart Tags and NOBR tag support in html messages (#1485363, #1485327)
  • Redesign of the identities settings (#1484042)
  • Add config option to disable creation/deletion of identities (#1484498)
  • Added 'sendmail_delay' option to restrict messages sending interval (#1484491)
  • Added vertical splitter for folders list resizing
  • Added possibility to view all headers in message view
  • Fixed splitter drag/resize on Opera (#1485170)
  • Fixed quota img height/width setting from template (#1484857)
  • Refactor drag & drop functionality. Don't rely on browser events anymore (#1484453)
  • Insert "virtual" folders in subscription list (#1484779)
  • Added link to open message in new window
  • Enable export of address book contacts as vCard
  • Add feature to import contacts from vcard files (#1326103)
  • Respect Content-Location headers in multipart/related messages according to RFC2110 (#1484946)
  • Allowed max. attachment size now indicated in compose screen (#1485030)
  • Also capture backspace key in list mode (#1484566)
  • Allow application/pgp parts to be displayed (#1484753)
  • Correctly handle options in mailto-links (#1485228)
  • Immediately save sort_col/sort_order in user prefs (#1485265)
  • Truncate very long (above 50 characters) attachment filenames when displaying
  • Allow to auto-detect client language if none set (#1484434)
  • Auto-detect the client timezone (user configurable)
  • Add RFC2231 header value continuations support for attachment filenames + hack for servers that not support that feature
  • Fix Reply-To header displaying (#1485314)
  • Mark form buttons that provide the most obvious operation (mainaction)
  • Added option 'quota_zero_as_unlimited' (#1484604)
  • Added PRE handling in html2text class (#1484740)
  • Added folder hierarchy collapsing
  • Added options to use syslog instead of log file (#1484850)
  • Added Logging & Debugging section in Installer
  • Fix In-Reply-To and References headers when composing saved draft message (#1485288)
  • Fix html message charset conversion for charsets with underline (#1485287)
  • Fix buttons status after contacts deletion (#1485233)
  • Fix escaping of To: and From: fields when building message body for reply or forward in the HTML editor (#1484904)
  • Use current mailbox name in template (#1485256)
  • Better fix for skipping untagged responses (#1485261)
  • Added pspell support patch by Kris Steinhoff (#1483960)
  • Enable spellchecker for HTML editor (#1485114)
  • Respect spellcheck_uri in tinyMCE spellchecker (#1484196)
  • Case insensitive contacts searching using PostgreSQL (#1485259)
  • Make default imap folders configurable for each user (#1485075)
  • Save outgoing mail to selectable folder (#1324581)
  • Fix hiding of mark menu when clicking th button again (#1484944)
  • Use long date format in print mode (#1485191)
  • Updated TinyMCE to version 3.1.0.1
  • Re-enable autocomplete attribute for login form (#1485211)
  • Check PERMANENTFLAGS before saving $MDNSent flag (#1484963, #1485163)
  • Added flag column on messages list (#1484623)
  • Patched Mail/MimePart.php (http://pear.php.net/bugs/bug.php?id=14232)
  • Allow trash/junk subfolders to be purged (#1485085)
  • Store compose parameters in session and redirect to a unique URL
  • Fixed CRAM-MD5 authentication (#1484819)
  • Fixed forwarding messages with one HTML attachment (#1484442)
  • Fixed encoding of message/rfc822 attachments and image/pjpeg handling (#1484914)
  • Added option to select skin in user preferences
  • Added option to configure displaying of attached images below the message body
  • Added option to display images in messages from known senders (#1484601)
  • User preferences grouped in more fieldsets
  • Fix corrupted MIME headers of messages in Sent folder (#1485111)
  • Fixed bug in MDB2 package: http://pear.php.net/bugs/bug.php?id=14124
  • Use keypress instead of keydown to select list's row (#1484816)
  • Don't call expunge and don't remove message row after message move if flag_for_deletion is set to true (#1485002)
If you want to update:
Code:
cd /usr/local/directadmin/custombuild
./build update
wget -O roundcubemail-0.2-beta.tar.gz http://switch.dl.sourceforge.net/sourceforge/roundcubemail/roundcubemail-0.2-beta.tar.gz
perl -pi -e 's|roundcubemail:0.1.1:a2bf665acd7f8a6b2b63c92aedefb23f|roundcubemail:0.2-beta:7e769ad49786dfec11e8e530676f106e|' versions.txt
./build roundcube

Good luck!
 
Yes, got error

[root@host custombuild]# ./build roundcube
cp: `/var/www/html/roundcube/logs/errors' and `/var/www/html/roundcubemail-0.1.1/logs/errors' are the same file
cp: `/var/www/html/roundcube/logs/sendmail' and `/var/www/html/roundcubemail-0.1.1/logs/sendmail' are the same file
cp: cannot stat `/var/www/html/roundcube/temp/*': No such file or directory
Editing roundcube configuration...
Roundcube has been installed successfully.
 
Will this update script automatically move/use the mysql database already being used by 1.1?
 
Yes, it does, if it throws errors - update it manually :)
 
Be careful about updating.

.2-beta seems to have introduced a new bug. If an email is fairly large with nothing but text (IE, 5 megs of text), it will not display the email.

They did however fix the large-attachment download bug.
 
fixed:

In /var/www/html/roundcube/skins/default/mail.css

add width: 350px to #messagelist tr td.subject
 
I upgraded to version as stated above, however i am not able to send out emails with attachment.

Click the + or the paperclip, find the file set to attach. The browser seems to be uploading. But stops after a few seconds and the little stays in place, when click close nothing has been added to the email.

Checked the temp dir in /var/www/html/roundcubemail-0.2-beta is owwned by apache and has 0770 as permissions.
When i look in this dir every time i try to upload a file is created as 0 bytes with a randomname like rcmAttmntNWCDqf with rights: rw-------- owner: apache

Any ideas?
 
Last edited:
Smells like user "webapps" doesn't have the right to write to that directory. What's the owner/group of the temp directory?

Here are the permissions on my servers, snipped away the size + timestamp to make the lines shorter.

/var/www/html/roundcubemail-0.2-beta:
drwxr-xr-x 9 webapps webapps <snip> roundcubemail-0.2-beta

/var/www/html/roundcubemail-0.2-beta/temp:
drwxrwx--- 2 apache webapps <snip> temp

and when I send an attachment, it's created in the temp
/var/www/html/roundcubemail-0.2-beta/temp:

-rw-r--r-- 1 apache apache 1127 <snip> rcmAttmntzjh44F

and removed without problems after the email is sent.

Let us know if you got it sorted out.

(Running DA on Debian Lenny here)
 
Last edited:
thanks

thanks, on freebsd version 7 here and no problems:

root@corona:/usr/local/directadmin/custombuild# ./build roundcube
Editing roundcube configuration...
Roundcube 0.2-beta has been installed successfully.
root@corona:/usr/local/directadmin/custombuild#

root@corona:/usr/local/directadmin/custombuild# ls -al /var/www/html/
drwxr-xr-x 9 webapps webapps 512 Dec 17 11:50 roundcubemail-0.2-beta
lrwxr-xr-x 1 root wheel 22 Dec 17 11:50 roundcube -> roundcubemail-0.2-beta


Working well via web aswell.

thanks again.
 
Back
Top