Hi all,
I noticed that 'Received' header formed by roundcube don't pass
spamassassin headers check.
I attach patch which fixes this (at least for non-encrypted headers).
Vladislav
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/YF/HjH6NB5W/roundcubemail-receiv.patch
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
So we have been running 0.2.2 just fine for awhile with the old pre-
plugin managesieve code. I have just installed 0.3 and activated the
managesieve plugin however when I go to to the filters tab in the
settings it never comes back and just seems to be stuck loading.
There are no logs generated and a tcpdump shows that the client starts
the sieve session on the server w/ a starttls but then seems to
stall. Is there anyway I can get roundcube to be much more verbose to
what it is doing? I just turned off TLS and it seems to work just fine.
The odd thing is that the previous non-plugin managesieve code did not
have this issue so either their is a regression in it or its
dependencies.
I am using "Cyrus timsieved v2.2.12-Invoca-RPM-2.2.12-10.el4_8.1" for
my sieve server".
Thanks,
derek
Derek Yarnell
UNIX Systems Administrator
University of Maryland
Institute for Advanced Computer Studies
_______________________________________________
List info: http://lists.roundcube.net/dev/
looks really good ... Vladislav
i like the column spam/junk is a nice feature
what is the backend for this column and what
happened with messages after marking as spam or junk ?
Alec wrote ... it want add Threading
in October to SVN ... thats really great
i hope with SPAM/Junk Column !!!
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi Vladislav,
wooow sounds like good, many thanks for this great work.
I test it directly tomorrow.
Great thing!!!
_______________________________________________
List info: http://lists.roundcube.net/dev/
Heya,
I am writing a plugin that would filter out some folders from UW-IMAP
folder list and I came across a bug (or a feature) for list_mailboxes
plugin hook.
If you use list_mailboxes plugin hook, it only gets called when
list_mailboxes function is called, but not when list_unsubscribed()
function is called (which is quite similar function).
So, would it be better to add plugin hook to list_unsubscribed(()
function as well, or leave the functionality as is.
In my case: listing mailboxes in settings view works fine, but it is not
working fine in the settings.folder tab.
I have made a patch, which is working in my case, but I dont know,
whether this is a totally working solution or not :)
regards, Jernej
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/3W/9jIZFQof/rc-imap.patch
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,
Here is another patch to message list.
It adds column with Junk/NonJunk IMAP flag to a message list.
Everything is done in a thunderbird-like manner.
Known issues:
1) Hook needs to be added to "mark_as_junk"/"mark_as_non_junk" actions
(report message to SpamAssassin, move it to a 'Junk' folder
functionality, etc. should be moved to plugins).
2) Thunderbird actually uses two flags, "Junk" and "NonJunk". For now,
message without any of these flags is shown as NonJunk (without any
icon), but such message is not shown when one chooses an "Only Not Junk"
filter. I'm unsure how to implement full support for two flags with only
one icon (make it a three-state?). The only way to mark message as a
NonJunk is to mark it as Junk before (in sieve or manually).
3) "Junk" and "NonJunk" are nonstandard user flags, but I hardcoded them
into code for simplicity (as user flags handling is not done yet in a
roundcube core).
4) I'm not aware of other MUA's, how do they mark messages. If it
differs, then compatibility type should be introduced, and it should be
made an user-definable option.
5) Icons are stolen from thunderbird and a bit crappy on a red
background when message is selected.
6) This revision of patch applies only on a top of threaded view patch I
sent in a previous e-mail. Actually, they touch code in a same places,
and it is quite hard to keep changes in sync between thread-aware and
unaware versions, so I work only with a former one.
Current code works stable, but polishing is needed (I'm about IMAP flags).
Comments are welcome,
Best,
Vladislav
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/yQ/Pn6TafGf/roundcubemail-0.3-ju.patchhttp://detached.gigo.com/rc/yQ/Pn6TafGf/junk.pnghttp://detached.gigo.com/rc/yQ/Pn6TafGf/nonjunk.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 list,
Could you help me out with the managesieve plugin? This way I could
contribute with some testing on my home box. ;)
I have a standard Opensuse 11.0 with dovecot 1.0. I have built a new 1.2.5
dovecot from source,
with dovecot-sieve and dovecot-managesieve. Everything looks fine.
(The old 1.0 dovecot was installed, I use it's config and init scripts for
the newer (1.2.5) one)
dovecont.conf is soft-linked, the binary was changed in the init script, I
think it should be enough...
# ll /usr/local/etc/dovecot.conf
lrwxrwxrwx 1 root root 25 Sep 18 10:43 /usr/local/etc/dovecot.conf ->
/etc/dovecot/dovecot.conf
# grep DOVECOT_BIN /etc/init.d/dovecot
#DOVECOT_BIN=/usr/sbin/dovecot
DOVECOT_BIN=/usr/local/sbin/dovecot
This way I could config the managesieve plugin in roundcube to get to
work,
at least I can click some sieve rules on the web interface.
But the filtering isn't working! I think the problem could be that the
system uses postfix as LDA.
Am I right? Or what could be the reason? I think on SuSE we should wait
until the dovecot repo
gets refreshed to at least 1.1 and we need sieve/managesieve support for
the prebuilt binaries.
Until then, the average user won't be using this long-awaited plugin on
SuSE. :(
My question is, could someone point me into the right direction,
how could I debug my case and see what isn't working?
Regards,
Viktor
--
Visit my panoramic photoblog!
http://vrphoto.hu
Spherical panoramas by Viktor Balogh
_______________________________________________
List info: http://lists.roundcube.net/dev/
- Updated czech translation for RoundCube (labels.inc)
- Czech translation for RoundCube passsword plugin (cs_CZ.inc)
best regards Milan Kozak
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/pY/MVrpobwl/labels.inchttp://detached.gigo.com/rc/pY/MVrpobwl/cs_CZ.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/
Can i omit non-unicode characters to avoid the error: Server Error! (OK).
The sent-mail folder from another webmail are with non-unicode characters.
How can omit these characters?
--
----------------------------------------------------------------
Tiago Gomes Pereira http://www.tiagogomes.eti.br
LPI Certified
LPI ID - LPI000129445
IT Service Management - ITIL FOUNDATION V2
ID - SR341901
algodas(a)gmail.com
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi all,
Random noob question. Is there a reason why there's a CSS file for every HTML file? Is there some efficiency gained? I ask because for me, it makes theming a bit harder by in a way, duplicating styles (different IDs or class names, but essentially the same style applied). Would it be a problem to combine these when creating themes or is it best to keep them separate?
Thanks!
// Andres.
_______________________________________________
List info: http://lists.roundcube.net/dev/