as in the subject,
is there any way to visualize, sort of a mind mapping way, roundcube
source code?
for somebody who would like to participate, help with the development,
but who is only
an entrant to this whole web development thing, having such a possibility
would be a massive help I am sure for everybody like myself.
does this concept even work for php?
what is there in the docs is obviously for a dev whizz, right?
cheers
_______________________________________________
List info: http://lists.roundcube.net/dev/
I've recently been thinking about Roundcube's handling of message/rfc822
attachments. The current behavior is that message/rfc822 parts are
'flattened': content parts are appended to the main message body,
honoring text or HTML alternative preferences; file attachments listed
in the header section with no indication that they are a sub-attachment;
a link is provided to download entire message part in raw format.
Most mail clients handle the message/rfc822 part as single attachment
that's natively viewable in a self-contained format. Double-clicking or
otherwise activating the attachment opens it for viewing just like a
message pulled down directly from the IMAP server. This is what I'd like
Roundcube to do as well.
As far as I can tell, this would require some fairly in-depth changes to
the core logic. One approach would be to extend or subclass
rcube_message to support message/rfc822 parts, and update some code that
that refers to messages by uid to support uid+part selectors. There
would also need to be some changes to the UI and possibly the skin
layout to support navigation through message parts.
I'm glad to take this on, but I thought I'd run it past folks first to
see if there's any support for or objections against this effort.
-Brad
_______________________________________________
List info: http://lists.roundcube.net/dev/
The attachment contains the updated version (100%) of Ukrainian translation.
The labels.inc file has a few corrections and messages.inc is translated up
to 100%.
--
Best Regards,
Volodymyr M. Kononenko,
Ukraine, ITS NTUU "KPI"
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/bN/VdaTlNja/uk_UA.tar.gz
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi.
Sometimes I getting "No messages found" where a folder have messages 1 or
more (if a click again I see the messagelist).This is more frequent on imap
servers under extremely high load but not limited to.
While debugging I see the webserver (I have one server dedicated to
roundcube) sending a FIN packet to the imap server after some seconds
waiting SORT command.
The cause can be the 10 seconds timeout inside rcube_imap_generic ?
What ALEC and Thomas think about increase this to 25 seconds ?
Tks.
--
Emerson Pinter
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/TS/jJ3i0Psa/disclaimer.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/
I'm working currently on improvements of check_recent action. There's a
'new_messages' hook called. This hook contains 'count' variable. I'd
like to remove this variable for better performance. My questions are
for those of you that are using this hook. Do you need the count of new
messages, do you rely on this value in some way?
--
Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
LAN Management System Developer http://lms.org.pl
Roundcube Webmail Developer http://roundcube.net
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
I have been using Roundcube for a little while now and I'm very impressed,
in most cases it gives a lot more control over other webmail projects and
the user interface is very friendly.
There is just a little annoyance with the mail view in that the headers
move when scrolling through the messages. I've got 'Show preview pane' set
so the bottom half of the screen is taken up by that. This almost always
results the a scrollbar appearing when the message list is full. The
headers (Subject, Sender, Date etc.) also scroll with the messages so if
you are at the bottom of the window it's difficult to tell what the columns
mean. Would it be possible to have the headers fixed so that it only
scrolls though the messages?
I did a little digging and came across a solution
http://www.imaputz.com/cssStuff/bigFourVersion.html
I know this is quite a minor issue but I think it would improve on an
already great interface. I did a little tweaking using Firebug and managed
to get it to work on Roundcube. I would be willing to work on and submit a
patch if others are happy with this. I am unsure of the procedure of
submitting feature requests so I thought I would query here first.
Sami
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
In r3575 static functions were added to the password plugin for handling
the processing of the username into local and domain parts. Before this was
just done by splitting on the '@'. There are a few other plugins which use
a similar feature. Would it be worth adding these functions to the core so
all plugins can use the same ones?
I think it would be better from a user's point of view if they all behaved
the same and a single set of functions in the core would be an easy way to
do this.
Thanks,
Phil
_______________________________________________
List info: http://lists.roundcube.net/dev/