Hello all,
thank you for roundcube. It is a great program. Still missing sieve, but
I'll be patient :-)
My girlfriend has around 20 email-adresses and she would like to see,
to which account the mail got sended. So I turned around the name
and email.
You see the email instead of the name. If you move the mouse over the
email you will see the name.
Maybe someone else is interested, thats why i publish it here.
1) Added a config-parameter (main.inc.php):
// Show email instead of the name in recipient and sender
$rcmail_config['show_email'] = TRUE;
2) Changed the source in program/steps/mail/func.inc:
@@ -876,13 +876,21 @@
$out .= sprintf('%s <%s>', Q($part['name']), $part['mailto']);
else if (preg_match($EMAIL_ADDRESS_PATTERN, $part['mailto']))
{
- $out .= sprintf('<a href="mailto:%s" onclick="return %s.command(\'compose\',\'%s\',this)" class="rcmContactAddress" title="%s">%s</a>',
+ if ($CONFIG['show_email'])
+ $out .= sprintf('<a href="mailto:%s" onclick="return %s.command(\'compose\',\'%s\',this)" class="rcmContactAddress" title="%s">%s</a>',
+ Q($part['mailto']),
+ JS_OBJECT_NAME,
+ JQ($part['mailto']),
+ Q($part['name']),
+ Q($part['mailto']));
+ else
+ $out .= sprintf('<a href="mailto:%s" onclick="return %s.command(\'compose\',\'%s\',this)" class="rcmContactAddress" title="%s">%s</a>',
Q($part['mailto']),
JS_OBJECT_NAME,
JQ($part['mailto']),
Q($part['mailto']),
Q($part['name']));
-
+
if ($addicon)
$out .= sprintf(' <a href="#add" onclick="return %s.command(\'add-contact\',\'%s\',this)" title="%s"><img src="%s%s" alt="add" border="0" /></a>',
JS_OBJECT_NAME,
@@ -1123,4 +1131,3 @@
));
?>
It would surely be better to do this by user, but this was too much trouble
for me right now.
Best wishes,
Michael
--
SysQuadrat Systeme mit Sicherheit
Michael Weinert Stuttgart Filderstadt-Plattenhardt
Tel.: 0711-9970288 Fax: 5360559 Mobil: 0170-4141273
http://www.linux-firewall.de weinert(a)sys2.de
KeyServer hkp://pgp.mit.edu
_______________________________________________
List info: http://lists.roundcube.net/dev/
I submitted a feature request with a patch I've been working on. It allows
users to jump to an arbitrary page in the the message list view. This is
useful when trying to navigate around folders which contain a lot of
messages. (I've attached a screen shot of what it looks like in the
interface.)
http://trac.roundcube.net/ticket/1485235
-kris
--
Web Application Developer
Web/DB Team, Information Technology Central Services
The University of Michigan
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Q1/V8qeGkpX/UTF-8_27_27page_ju.png
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
The roadmap for 0.2-beta mentions "Selectable folder for outgoing mails."
The only ticket I've found that seems to be related is
http://trac.roundcube.net/ticket/1485075 But its milestone is "later" not
"0.2-beta." I'd like to help implement this feature. Is this the right
ticket to start with? Is anyone else working on this?
thanks
-kris
--
Web Application Developer
Web/DB Team, Information Technology Central Services
The University of Michigan
_______________________________________________
List info: http://lists.roundcube.net/dev/
This patch resolves our issue which is identical Ticket #1485152, we
are running PHP 5.1.6, RPM from CentOS 5. Hope it helps.
James
diff -Naur roundcubemail-0.1.1/program/steps/mail/sendmail.inc
roundcube.corrected/program/steps/mail/sendmail.inc
--- roundcubemail-0.1.1/program/steps/mail/sendmail.inc 2008-04-05
08:49:21.000000000 -0400
+++ roundcube.corrected/program/steps/mail/sendmail.inc 2008-07-22
13:56:15.000000000 -0400
@@ -290,8 +290,11 @@
We need to replace mime_content_type in a later release
because the function
is deprecated in favour of File_Info
*/
+ $fi = finfo_open(FILEINFO_MIME);
+ $upd_mime = finfo_file($fi, $attachment['path']);
+ finfo_close($fi);
$MAIL_MIME->addAttachment($attachment['path'],
- rc_mime_content_type($attachment['path'],
$attachment['mimetype']),
+ $upd_mime,
$attachment['name'], true, 'base64',
'attachment', $message_charset);
}
_______________________________________________
List info: http://lists.roundcube.net/dev/
I've submitted a patch (http://trac.roundcube.net/ticket/1485212) that
gives RoundCube the ability to dynamically generate a contact's
display name by concatenating the first and last name fields and it
also eliminates the separate display name field. This functionality is
turned on with a new config option:
$rcmail_config['display_name_type'] = 'automatic';
This patch lays a foundation for some other work I'm doing on getting
RoundCube's address book to use another database, with a different
schema that doesn't include a display name. (Has anyone one done
anything like this? Or have any advice about it?)
thanks
-kris
_______________________________________________
List info: http://lists.roundcube.net/dev/
When delete message I have sometimes (often) problems with opening next
message from the list. Roundcube hangs. When deleting or moving message
are made two connections to imap server. One for delete/move action and
one for next message read. See log fragment:
1.[24-Jul-2008 15:09:05 +0200]: [Resource id #41] C: flg STORE 7 +FLAGS
(\Deleted)
2.[24-Jul-2008 15:09:06 +0200]: [Resource id #46] S: * 6 FETCH (UID 14
RFC822.SIZE 573 FLAGS (\Seen) INTERNALDATE "22-Jul-2008 11:37:42 +0200")
3.[24-Jul-2008 15:09:06 +0200]: [Resource id #46] S: fh1 OK Fetch completed.
4.[24-Jul-2008 15:09:06 +0200]: [Resource id #46] C: F1247 FETCH 6
(BODYSTRUCTURE)
5.[24-Jul-2008 15:09:06 +0200]: [Resource id #41] S: * 7 FETCH (FLAGS
(\Deleted \Seen))
6.[24-Jul-2008 15:09:06 +0200]: [Resource id #41] S: flg OK Store completed.
7.[24-Jul-2008 15:09:06 +0200]: [Resource id #46] S: * 6 FETCH
(BODYSTRUCTURE (("text" "html" ("charset" "iso-8859-2") NIL NIL "7bit"
226 8 NIL NIL NIL) "alternative" ("boundary"
"b1_4547603c33fa601e4b546c824b8d50be") NIL NIL))
8.[24-Jul-2008 15:09:06 +0200]: [Resource id #46] S: * 7 FETCH (FLAGS
(\Deleted \Seen))
9.[24-Jul-2008 15:09:06 +0200]: [Resource id #46] S: F1247 OK Fetch
completed.
Problem is with line no.8 which is readed by both connections #41 and
#46. In #46 wthis line is joined with line no.7 and then BODYSTRUCTURE
reply becomes malformed and is not properly parsed by
iil_C_FetchStructureString(). I'm not sure where's the problem in PHP or
in dovecot. Maybe someone knows something about that before I'll write
workaround?
gentoo
PHP 5.2.6-r2
dovecot 1.0.13-r1
--
Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
LAN Management System Developer http://lms.org.pl
Roundcube Webmail Project Developer http://roundcube.net
_______________________________________________
List info: http://lists.roundcube.net/dev/
The other day I stumbled upon Decimail [1], a webmail client that uses a
client-side IMAP connection, tunneled through http.
This seems like the holy grail in responsiveness and desktop-like feeling for
a webmail client. Could roundcube ever adopt such a model? It would be a
total rewrite, since you wouldn't use PHP anymore... but then again, the GUI
stays exactly the same, and that's the part about Decimail which really
sucks.
[1] http://decimail.org/index.html
--
-- Andreas [ http://unstable.nl | gopher://unstable.nl ]
_______________________________________________
List info: http://lists.roundcube.net/dev/