And here's another topic to discuss. Imagine the following situation:
1. Create a message and save it as a draft
2. Go and see it in Drafts folder
3. Then remember you have to write an important message to somebody else
4. Hit on "Create a new message" button
5. Oops - the draft you're currently viewing is in the "compose new
message" screen.
This is the current behavior of Roundcube: in drafts folder, the
compose button will open the currently selected draft instead of
starting a new message. So far nobody complained but we have reports
from testers who suggested to change this. An existing draft can be
opened again with a double-click and in addition to that we could add
a button "Edit" to the content area of the draft message.
What do you think?
Regards,
Thomas
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Please find attached to this message the updated Italian translation.
Many thanks for the excellent job to all the developers!
Have a nice day!
Luca
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/er/yNOMkmyK/messages.inc.txthttp://detached.gigo.com/rc/er/yNOMkmyK/labels.inc.txt
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hi,
At the moment it is possible to set the cookie domain from the config
file. Would the devs consider also adding a similar option for the
session cookie path?
Thanks,
Phil
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hi all,
I need some help to modify the html content of messagelist columns.
Basically it is easy by using jquery:
$('#messagelist tbody tr td').each(function(){
var elem = $(this);
elem.html('modified content');
});
Unfortunately I loose event bindings when doing that. I think there are
modifications in app.js necessary (using jquery .live() for event
binding?).
When looking into app.js(.src) I'm lost due to my limited javascript
skills.
Any hints?
Regards,
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/DY/8jN1QQyi/labels.inc
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hey all, I'm working on a plugin that handles One Time Passwords and Single Signon for our company. The OTP keys have a max session length, so people can't leave their windows open forever in a remote/untrusted location.
This means that I am confronted with imap_connect failures when a key expires. And RC does not seem to handle that very well. Is there a way that I'm not seeing where one could gracefully handle imap_connect failures? For instance by redirecting to the login page with some error message?
Regards,
Cor
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
While rewritting messages caching code I decided to store message flags
in one field as a binary sum. Of course the main idea is to get some
unification and better performance. The bad side of this solution is
that we can store this way only known flags defined in the code.
So my question is, do you know/use other flags than listed below (\ and
$ chars removed)?
SEEN
DELETED
ANSWERED
FLAGGED
DRAFT
MDNSENT
FORWARDED
SUBMITPENDING
SUBMITTED
JUNK
NONJUNK
LABEL1
LABEL2
LABEL3
LABEL4
LABEL5
--
Aleksander 'A.L.E.C' Machniak
LAN Management System Developer [http://lms.org.pl]
Roundcube Webmail Developer [http://roundcube.net]
---------------------------------------------------
PGP: 19359DC1 @@ GG: 2275252 @@ WWW: http://alec.pl
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80