Hi Vladislav,
i think this is independently
from thread or thread leading messages
i have the same bug when threading is disabled
and the bug is only in the with threads
patched RC not in the standard RC. And when
because of this then the bug would not be sporadic.
one two times is all ok and then sporadic comes
the bug and messages shows twice.
I have spend mass time on this and I do not find
the reason or solution.
best Eric
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
(bug dropped in my mailbox)
After sending an e-mail RoundCube attempts to append the e-mail to the
Sent folder.
RoundCube (actually, the Iloha library) does not handle the response to
the APPEND command correctly, resulting in a properly sent e-mail, and a
client timing out.
Example conversation:
> a APPEND "Drafts" (\Seen) {555145}
< a NO [OVERQUOTA] Quota exceeded (mailbox for user is full)
RoundCube reads the response line but doesn't parse it.
Attached patch at least fixes the not-parsing-and-client-hanging part,
logging the actual response line to the error log. But a proper error
message to the user would be better.
Does anybody have any idea if IMAP errors are standardized, and if so,
how would I get the message from program/lib/imap.inc back to
program/steps/mail/sendmail.inc, to show the user a proper message?
Robin
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/7d/tCH2Il93/imap-append-error-ha.diff
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,
I'm just subscribed, so first thanks to all devs for all efforts on
making RC really great.
I noticed that threaded view support is planned for 0.4-beta1, so
I attach a reworked patch for a threaded mailbox view mode. It is not
fully perfect, but is a good (re)starting point for that anyway.
Changes comparing to roundcubemail-threading-20090706.patch from
http://www.atomice.com/blog/?page_id=34:
1. Ported to 0.3-SVN-r2863
2. Implemented auto expand of threads with unread messages only.
3. Added GUI configuration option for autoexpand control (on, off, unread).
4. Autoexpansion works in both static and JS message lists.
5. Automatically change between 'unread children' and message icons in a
list (in parent message rows) when child message is marked read/unread.
6. Count messages, not threads in a message view pane.
7. Fixed navigation in a message view pane when threading is enabled.
8. Fixed setting folders with non-ASCII named to threaded mode.
9. Fixed incorrectly displayed rows (children of collapsed row) after
multi-level expand/collapse. Simplified expand logic.
10. Fixed expand indicator is not changing when expanding/collapsing
with keyboard.
11. Fixed plus key on a numeric keypad is not working (at least on linux
Fedora 11 + Firefox 3.5.2).
12. Added support for whole thread expand/collapse with
clicking/pressing hotkeys while holding the Control key.
13. Save expand state in env everywhere (after keypresses too).
14. Added russian translation.
15. Fixed indentation and braces style in JS to comply with RC coding style.
Known issues:
1. Messages from a threaded folder are sorted not in a thread-aware
order but rather in a natural order when browsing with GUI controls at
the bottom of a message view pane. This is probably a minor issue
because it is more convenient anyway to browse through threaded
discussions with a preview pane enabled. Maybe we need to explicitly
enable a preview pane for a threaded folders.
2. Last selected message is neither focused nor centered in a list when
returning to a list from a message view pane. I think it is minor issue too.
This patch (and original one too) is sometimes too intrusive, so it
needs to be checked at least twice just not to break things.
Thanks for your time,
comments are welcome.
Best,
Vladislav
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/X6/LiAx90cn/roundcubemail-SVN-28.patchhttp://detached.gigo.com/rc/X6/LiAx90cn/unread_children.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/
Hello!
I'm sending the updated slovenian translation of managesieve and
password plugins.
I named the files incorrectly the last time, si.SI instead of sl.SI.
Please delete those files and commit the ones in the attachment.
Thanks.
Barbara
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/FU/3GKw654x/managesieve_passwd_s.zip
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 all,
before I release my __forward_as_attachment__ plugin any code review is appreciated!
Sandro, thanks again for the images.
Regards,
Roland
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/a3/u3MrjBJm/forward_as_attachmen.zip
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 all
I have configured the password plugin and I have created the file
it_IT.inc under localization, you can find it attached if you want to
include it in the main distribution
I have a problem, after i change the password i get the green box with
the success message, but also another message with a "SERVICE NOT
AVAILABLE" error with code 500, in the middle of the page.
Seems to me that the IMAP server is refusing the connection, and the
only thing that can be broken is the password, so i suppose the error is
in the password update in $_SESSION, but i couldn't make it work
For me the solution is to add the line
header("Location: index.php?_task=logout");
in password.php, on line 96, that force the user to re autenticate, but
this is very dirty in my opinion
Can anyone point me to a solution or give me some tip to accomplish the
task?
Thanks
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/YD/TiwiIPYm/it_IT.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/
Hello, can someone help to get suitable icons for a "forward as
attachment" plugin. The icons (_act.png, _pas.png) should look like the
default forward icon overlapped by a small clip. Many thanks to any
volunteer! Roland
_______________________________________________
List info: http://lists.roundcube.net/dev/