Hi,
This patch is to fix timeout at login with roundcube (blank page) when
using NGINX as imap server.
NGINX (http://nginx.net/) is IMAP front-end which can be used to balance
request to different backend.
NGIX returns "* BAD internal server error" when it can not validate the
username and password during the LOGIN stage (it is its wilcard error
answer).
As the string starts with "*", iil_ReadReply will discard the line, when
it should not when it is an answer to the "a001 login" request.
I include an svn diff of the change I have added to our local copy to
avoid this issue.
This is perhaps not the cleanest patch possible to the issue but prevent
this timeout to occur.
Regards,
Thomas Mangin
Technical Director
--
Exa Networks Limited - http://www.exa-networks.co.uk/
Company No. 04922037 - VAT no. 829 1565 09
27-29 Mill Field Road, BD16 1PY, UK
Phone: +44 (0) 845 145 1234 - Fax: +44 (0) 1274 567646
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/U8/6aQiB9Lj/nginx-fix.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/
Hi,
There's no 'Edit as new message' button anywhere, will roundcube -svn
version add this feature?
Thanks very much.
--
Best regards.
- Open Source Mail Server Solution for RHEL/CentOS 5.x:
http://code.google.com/p/iredmail/
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi!
0.2-beta is a great upgrade. While leafing through the new config
options available in main.inc.php, it occurred to me that the upgrade
process could be simpler yet. If I can avoid making changes to the
shipped main.inc.php, then when upgrading I can always replace it with
the new version as shipped (taking care to see what's new, of course).
This is easy, if the shipped main.inc.php ends like so:
--- /usr/pkg/share/examples/roundcube/main.inc.php.dist 2008-09-21
23:24:14.000000000 -0400
+++ /etc/roundcube/main.inc.php 2008-09-24 15:00:31.000000000 -0400
@@ -377,5 +377,7 @@
// Display attached images below the message body
$rcmail_config['inline_images'] = TRUE;
+include_once('main-local.inc.php');
+
// end of config file
?>
Then, if the sysadmin creates main-local.inc.php, any settings it
contains will override the defaults, and main.inc.php can be treated
as read-only if the sysadmin so desires. And for some uses, at least,
that makes it easier to compare the old and new main.inc.php to see
which new settings are available.
(Same idea applies to db.inc.php.)
I can't say I've noticed any sort of performance hit as a result of
this, and I'd be surprised if there were much of one, but my
environment isn't terribly high-load and I haven't profiled anything.
With this change, working in the way I'm talking about is entirely
optional; nobody has to change how they do things unless they want to.
Would this change be acceptable in RoundCube?
- Amitai
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
you will find actualized Czech translation included.
Sincerely,
Ondrej Zara
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/AG/MY99s1+2/roundcube-cz.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/
Hello,
Please consider integrating the patch in ticket #1485267
--
Regards,
Dennis P. Nikolaenko, dennis(a)nikolaenko.ru
_______________________________________________
List info: http://lists.roundcube.net/dev/
I had updated the zh_TW localization for 2.0-beta by myself. :)
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/mq/685wRDGp/zh_TW.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/
PEAR's Mime packages development currently looks stopped. My proposition
is to create our own classes, of course by copy&paste from them, but
this is needed if we want to fix following issues:
- non-ascii attachment names (basename's utf issue)
- big memory consumption of attachments handling
- rfc2047 for name, rfc2231 for filename
- internationalised domain names
- other that I forgot
I volunteer to do that switch.
--
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/
Hi,
This is the updated Arabic translation as of Sep 20 (UTF+0300).
regards,
Ossama Khayat
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Mf/7C88c2yj/roundcube.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/
--
Regards,
Dennis P. Nikolaenko, dennis(a)nikolaenko.ru
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/bR/4bP9jTo1/p.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/
Hello,
We can use a mod_expires directives in a default .htaccess files.
We can set expires for .js, .css, .png, .gif, .htc and .swf. That will
give a better perfomance for caching browsers.
That may generate more tickets with a resolution "Clear your cache". To
avoid this, expires should only be in stable releases,
in trunk, it should be commented out.
What do you think?
--
Regards,
Dennis P. Nikolaenko, dennis(a)nikolaenko.ru
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello,
I encountered this issue when sending files with long Russian filenames.
The second and subsequent files got the name from the first one, the
contents, however remained valid.
You may need to truncate messages table if you use caching, because
incorrect filenames are cached in the
DB. The issue only affects how RC displays messages in Sent and Inbox
and gives filenames to downloaded attachments.
The recepient got the messages all right.
--
Regards,
Dennis P. Nikolaenko, dennis(a)nikolaenko.ru
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/nx/BRs04/+7/filenames.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 problem with attachments names because rfc2231 is not
(fully) supported in Outlook (and some other clients). Maybe we should
consided to do something with that before 0.2-beta release? Here's
discussion how it's done in Thunderbird. In short: Thunderbird encodes
filename value with rfc2231, but name value with RFC2047
(quoted-printable). That may be a good solution also for as.
--
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/
--
Regards,
Dennis P. Nikolaenko, dennis(a)nikolaenko.ru
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/TK/vPZSvC4S/style.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/
Hello,
Currently the Subject column header has an "arrow" pointer while all
others have "hand".
What is the proper pointer for column headers in message list view?
--
Regards,
Dennis P. Nikolaenko, dennis(a)nikolaenko.ru
_______________________________________________
List info: http://lists.roundcube.net/dev/
--
Regards,
Dennis P. Nikolaenko, dennis(a)nikolaenko.ru
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Uq/6DbiU0Jp/opacity.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/
Here is an updated Russian translation.
--
Regards,
Dennis P. Nikolaenko, dennis(a)nikolaenko.ru
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Qw/FfqdFySw/ru_Ru.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/
Hello!
RoundCube places its config files within its directory hierarchy. This
is a fine default, but for packages it's important to be able to
override the default. Why? Many sysadmins (and packagers, and package
systems) expect all binaries and data installed under the root of the
package tree to be read-only once they've been installed; think NFS
sharing, or package tools throwing warnings on delete/update when
files don't match the checksums recorded when they were installed.
Config files aren't read-only, and therefore it's important to be able
to place them elsewhere if desired (/etc, for instance.) I've patched
roundcubemail-0.1.1-dep's main.inc:rcmail_load_config() to inspect the
environment and prefix $RCMAIL_CONFIG_DIR if set, rather than
"config", when reading the config files. The default behavior remains
unchanged, of course!
http://netbsd.schmonz.com/patches/roundcube-config-dir.diff
To take advantage of the patch, I added "SetEnv RCMAIL_CONFIG_DIR /etc/
roundcube" to the RoundCube section of my Apache config, and placed
{db,main}.inc.php in /etc/roundcube where I like them. :-)
Sorry this is against an old version, but there's nothing at all
clever about the changes so they should be straightforward to bring up
to date. The installer would need similar help as well.
- Amitai
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello,
Any chances for "Button to hide/unhide the preview pane"
http://trac.roundcube.net/ticket/1484215
to be integrated into 0.2 series if I implement it before 0.2-beta is
feature frozen.
When does a feature freeze is going to occur?
And one more thing. Who is the author of the icons for RC? Is it from a
well known set or custom made specially for RC?
--
Regards,
Dennis P. Nikolaenko, dennis(a)nikolaenko.ru
_______________________________________________
List info: http://lists.roundcube.net/dev/
hi,
as i am quite frequently using gossamer-threads to search mailinglists
such as linux-ha/pacemaker/etc., i was wondering weather roundcube
could too move to gossamer-threads.
from the bottom of [1] i take:
>
> Interested in having your list archived? Contact lists(a)gossamer-threads.com
>
any objections to signing up there?
cheers,
raoul
[1] http://www.gossamer-threads.com/lists
--
____________________________________________________________________
DI (FH) Raoul Bhatia M.Sc. email. r.bhatia(a)ipax.at
Technischer Leiter
IPAX - Aloy Bhatia Hava OEG web. http://www.ipax.at
Barawitzkagasse 10/2/2/11 email. office(a)ipax.at
1190 Wien tel. +43 1 3670030
FN 277995t HG Wien fax. +43 1 3670030 15
____________________________________________________________________
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi Devs,
I know we're nearing beta so interest in new features may be low, but I
think I've got a good one here:
"optional temporary storage of outgoing attachments in database"
http://trac.roundcube.net/ticket/1485231
The real significance of this patch is that using local file storage
conflicts with using round robin dns to scale roundcube across multiple
servers. With this patch in place we've been able to run one instance
of roundcube across 20 servers.
We've been running the older version of this patch for several weeks for
a "preview" group of about 200 - 400 people without complaints. I've
updated it today to work with the latest svn and our team will be
testing it further.
Let me know if there's anything I can do to make this patch more acceptable.
Thanks,
Ziba
--
Ziba Scott
Webmaster Team
The University of Michigan
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
Here is a updated translation for French ;)
Regards,
--
Maximilien Cuony [The_Glu]
http://theglu.org
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/nA/vR7gPAH7/fr_FR.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/
Devs,
I sent a message to myself using RoundCube last week with a couple picture
attachments (trying to reproduce ticket #1485342). I couldn't display the
attachments, so I thought I had reproduced the problem from the ticket.
However, it turned out to be a problem with the e-mail headers on the
message sent out by RoundCube (which seems different than what the ticket
was describing). Before I dig too deeply into the MIME encoding, I wanted
to see if any of you could see any reason why the headers would have been
encoded this way.
Here is a section of the headers:
User-Agent: RoundCube Webmail/0.1
Content-Type:
=?UTF-8?Q?multipart/mixed;=0A=09boundary="=_02a240d2fbd71132d40be9b4c55e5587"?=
--=_02a240d2fbd71132d40be9b4c55e5587
Content-Type: multipart/alternative;
boundary="=_3138421b4fcb76298f28ab6e143b4ab2"
--=_3138421b4fcb76298f28ab6e143b4ab2
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="UTF-8"
Notice the invalid Content-Type value. I though it only
needed to do the
quoted-printable encoding if there were non-7-bit-ASCII characters in the
header value (which doesn't seem to be the case here).
Any ideas?
--
Eric Stadtherr
estadtherr(a)gmail.com [1]
Links:
------
[1] mailto:estadtherr@gmail.com
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello,
I keep getting emails for the tickets where I am the reporter, but not
for the tickets where I contributed some patches and comments.
Are there a way to manage all that?
My ultimate preference is to read the Timeline RSS Feed instead of
getting all the email messages.
--
Regards,
Dennis P. Nikolaenko, dennis(a)nikolaenko.ru
_______________________________________________
List info: http://lists.roundcube.net/dev/
------- Forwarded message -------
Hi Daniel,
please email dev(a)lists.roundcube.net with your idea. We have a lot of
things to focus on right now, so please put that idea on the
mailinglist and see how the reception is, etc..
Personally, I'd like to see SyncML support in the addressbook, I am
not keen on LDAP. But that's just me personally.
Cheers,
Till
On Sun, Sep 14, 2008 at 3:03 AM, Daniel Aleksandersen wrote:
> Hi however is the Roundcube project admin
> I just discovered your exiting IMAP client project. I looked over the
> roadmap too, and found it quite fascinating.
> The only thing I did not like was that you have no plans to offer any
> decent
> way to synchronise the address book. IMAP is the perfect protocol for
> accessing emails. I would, however, have preferred a centralised storage
> for
> my address book, and then only access that data trough a client
> (Roundcube,
> for instance). Could you please focus on that? I think LDAP is suitable,
> as
> it is integrated for this purpose on some desktop email clients already.
> I could sponsor a 100 USD bounty for such a feature if it would help
> motivate others to assist you on this. (Notably I would have to agree on
> the
> terms of the bounty.)
> Thanks in advance, and do carry on with the project.
--
Daniel Aleksandersen
_______________________________________________
List info: http://lists.roundcube.net/dev/
I have been working to add contact groups (database backed) to my
roundcube but I am struggling with the task due to the complexities of
ajax and lack of documentation.
I have managed with some difficulty to implement the majority of it
using the LDAP contact groups code as a starting point, and I am hoping
some people here can point me in the right direction to get the last of
the elements working correctly.
I can create a new contact group in the database using code based on
program/steps/addressbook/save.inc, however I can not figure out how to
update the javascript in real time. In the current form, I have to leave
the addressbook and return to update it.
What do I add to make it update the display?
--
Chris St Denis
Programmer
SmarttNet (www.smartt.com)
Ph: 604-473-9700 Ext. 200
-------------------------------------------
"Smart Internet Solutions For Businesses"
_______________________________________________
List info: http://lists.roundcube.net/dev/
Folder list has a hand pointer, let it be consistent with a message list
to have an arrow pointer.
Index: skins/default/settings.css
===================================================================
--- skins/default/settings.css (revision 1795)
+++ skins/default/settings.css (working copy)
@@ -171,7 +171,7 @@
white-space: nowrap;
border-bottom: 1px solid #EBEBEB;
background-color: #F9F9F9;
- cursor: pointer;
+ cursor: default;
}
#subscription-table tr.virtual td
--
Regards,
Dennis P. Nikolaenko, dennis(a)nikolaenko.ru
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi! I've made a patch which adds vertical splitter + some small fixes.
It needs some work for IE and probably for Safari, but it works fine with:
- Firefox3.0 (focus issue fixed via CSS: -moz-user-select: none),
- Opera9.5 (ad. fixed iframe drag issue: added drag_active flag),
- Konqueror3.5.
Splitter dots are better centered now and #mainscreen division is
required, but it's not a problem, I think.
Some things may be done in better way, but it's working. Feel free to
send corrections ;)
--
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
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Xa/J7UfQYt7/vert_splitter.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/
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Guys,
I've just checked out trunk so I can have the LDAP write facility for my
addressbooks, however, I've come across a bug.
When you enter your binddn - mine is uid=andy,ou=Users,dc=example,dc=com
- however, the bind_dn field is pre-appended with dn="$bind_dn" - which
breaks the authentication.
I'm looking through the code now to see if I can get rid of the leading
dn= and whether that fixes my problem. Let me know if you have any
other advice.
Regards,
Andy
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkjKb7YACgkQauMjEM4rxIRbngCgpbs/r5ikpVmY4439Ixvu/Jle
L04AnRWZnVn2dGyM2dktlDGNU8Ma9f20
=mJrq
-----END PGP SIGNATURE-----
_______________________________________________
List info: http://lists.roundcube.net/dev/
#1485151 was solved after private talks with ALEC, so now new bug waiting for
some action ...
http://trac.roundcube.net/ticket/1485311
The common office apps formats (m$ and openoffice) are misdetected by libmagic
library and that means that roundcube sends such attachment with wrong
Content-type.
I'm proposing to use plain filename extension based type detection for
commonly misdetected formats. Example patch attached to bugreport.
Opinions?
--
Arkadiusz Miśkiewicz PLD/Linux Team
arekm / maven.pl http://ftp.pld-linux.org/
_______________________________________________
List info: http://lists.roundcube.net/dev/
Patch to update zh_CN localization. Thanks :)
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/mA/MRtfateN/label.inc.patch.bz2
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,
you can have my customized RoundCube for free or a donation to the RoundCube Team. I'm currently catching up with SVN 1748.
http://www.roland-liebl.de
user: demo
pass: demo
It has additional addressbook fields. Check also section usersettings -> addressbook
Let me know
Regards,
Roland
___________
I was disappointed to see that the feature request that most interests me
(adding extra contact details to the address book
http://trac.roundcube.net/ticket/1332930) got moved from 0.2beta to 0.5...
which means it's a LONG way off. In order to encourage development (since
I'm in no way, shape, or form a developer), would it be possible and/or
appropriate to add a bounty for this feature? I don't have a ton of extra
cash (my fiancee is in graduate school), but could offer $75 as incentive
for someone on the list to put in the work.
If you prefer not to do this sort of thing please let me know.
Thanks,
Doug
_______________________________________________
List info: http://lists.roundcube.net/dev/
I was disappointed to see that the feature request that most interests me
(adding extra contact details to the address book
http://trac.roundcube.net/ticket/1332930) got moved from 0.2beta to 0.5...
which means it's a LONG way off. In order to encourage development (since
I'm in no way, shape, or form a developer), would it be possible and/or
appropriate to add a bounty for this feature? I don't have a ton of extra
cash (my fiancee is in graduate school), but could offer $75 as incentive
for someone on the list to put in the work.
If you prefer not to do this sort of thing please let me know.
Thanks,
Doug
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello,
I received an email today with 232 emails listed in the To: header. Most
of them had accents in the names so there was about 200 encoding emails
in the To: header. The method responsable for this is
decode_mime_string() and is recursive. My server stops recursion at the
150th level. So the email caused PHP to crash and a blank page to be shown.
I wrote the following patch against revision 1732 which will resolve the
issue. I changed the recursion for iteration :
Index: program/include/rcube_imap.php
===================================================================
--- program/include/rcube_imap.php (revision 1732)
+++ program/include/rcube_imap.php (working copy)
@@ -2416,9 +2416,10 @@
function decode_mime_string($input, $fallback=null)
{
$out = '';
+ $work = $input;
- $pos = strpos($input, '=?');
- if ($pos !== false)
+ // Iterate instead of recursing, this way if there are too many values we don't have stack overflows
+ while( strpos($work, '=?') )
{
// rfc: all line breaks or other characters not found
// in the Base64 Alphabet must be ignored by decoding software
@@ -2436,7 +2437,7 @@
$rest = substr($input, $end_pos+2);
$out .= rcube_imap::_decode_mime_string_part($encstr);
- $out .= rcube_imap::decode_mime_string($rest, $fallback);
+ $work = $rest;
return $out;
}
Please include this into trunk of round cube. Additionally, it would be nice if you patched this to the stable version. To patch this to the stable version, you'll want to change rcube_imap.php to rcube_imap.inc before patching. Using patch that comes with gentoo, it patched fine with fuzz.
I tested this patch on trunk and on the stable release 0.1.1. I have noticed that PHP is slow on calling methods statically, so the iteration will be a bit faster than the recursion. :D
Please let me know,
David
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/WA/DcyDmMrV/against-1732.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, developers.
I'm using Roundcube-0.1.1 with some plugins in product environment,
and testing roundcubemail svn version.
I'm confused why we can't use both sql and ldap address book in
roundcube svn version.
----<-- main.inc.php ----
// This indicates which type of address book to use. Possible choises:
// 'sql' (default) and 'ldap'.
// If set to 'ldap' then it will look at using the first writable LDAP
// address book as the primary address book and it will not display the
// SQL address book in the 'Address Book' view.
$rcmail_config['address_book_type'] = 'ldap';
----<----
If i set it to 'sql', and configured ldap address book, it will list
both two in address book panel, but when i click the ldap address
book, it raised database error. If i use only ldap, it works.
How can i use both address book types?
Thanks very much.
--
Zhang Huangbin
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello,
I need you opinion about http://trac.roundcube.net/ticket/1485151
Does anyone know why http://trac.roundcube.net/changeset/1576 was introduced
(by alec)?
The pear bug mentioned in changelog doesn't explain the change since tspecials
need only escaping, not rfc2184 quoting.
The problem becomes bigger (for me) because it seems that even major email
providers in my country don't support rfc2184 (I'm pinging these). google
mail uses quoted printable there ... which looks wrong.
I'm lost.
--
Arkadiusz Miśkiewicz PLD/Linux Team
arekm / maven.pl http://ftp.pld-linux.org/
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi. I'm having an issue with large attachments (I've tried with a 5Mb
file) with both RC 0.1-rc2 and 0.2-alpha.
I've setting the PHP max upload size and the files are upload right
(to /tmp and then moved to RC temp/), but sending the message fails
without error (just the "sending message" notification, but nothing
happens). I've also noted that the temp/ directory contains a lot of
files (maybe all the files the users have sent?).
Any clue?
--
Javier Smaldone
javier(a)smaldone.com.ar
_______________________________________________
List info: http://lists.roundcube.net/dev/
sorry, database schema for use with this script
CREATE TABLE IF NOT EXISTS `mailrules` (
`mailrule_id` int(11) NOT NULL auto_increment,
`order` tinyint(4) NOT NULL default '0',
`name` varchar(128) default NULL,
`from` varchar(128) default NULL,
`to` varchar(128) default NULL,
`subject` varchar(128) default NULL,
`cc` varchar(128) default NULL,
`bcc` varchar(128) default NULL,
`replyto` varchar(128) default NULL,
`count` int(10) unsigned NOT NULL default '0',
`user_id` int(10) unsigned NOT NULL default '0',
`location` varchar(128) default NULL,
PRIMARY KEY (`mailrule_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
On Fri, Aug 29, 2008 at 7:55 PM, Roland Liebl <roland(a)liebl.ath.cx> wrote:
> Hello San,
>
> I had a brief look on your patch.
>
> There is a new database table mailrules necessary. Structure?
> Patch for db.php.inc.dist?
>
> Isn't there a template to manage mail rules?
>
> Please send me a complete zip of all modified file.
> Sorry I'm on windows and can't use .patch files at all.
>
> Regards,
> Roland
>
> On Fri, 29 Aug 2008 14:04:24 +0700, San <sansez(a)gmail.com> wrote:
>> from this ticket : http://trac.roundcube.net/ticket/1484890
>>
>> I have modified some function, about filter rules which use search
>> function from rcube_imap.php
>> I think it ok, please use this filter in next version of roundcube
>>
>> filter is the features I like....
>>
>> sorry for my poor English.
>>
>
>
--
Sincerely,
Nantharat Puwarang
Sansez [at] Gmail [dot] com
LPIC-1 : Linux Professional Institute Certified
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi there,
I have coded some stuff, not the way it is discussed at the moment. I started much sooner coding a plugin API.
Test Server: http://www.roland-liebl.de/webmail
user: demo(a)liebl.ath.cx
pass: demo
Download a complete package (based on SVN 1711) @ http://www.roland-liebl.de/dl/roundcube/
Even if you don't like the API please see the features I have implemented: http://www.roundcubeforum.net/showthread.php?t=3389
Most things are worth at least a review. Maybe you want to adapt things which are not hmailserver specific into default RoundCube.
-Roland
_______________________________________________
List info: http://lists.roundcube.net/dev/
from this ticket : http://trac.roundcube.net/ticket/1484890
I have modified some function, about filter rules which use search
function from rcube_imap.php
I think it ok, please use this filter in next version of roundcube
filter is the features I like....
sorry for my poor English.
--
Sincerely,
Nantharat Puwarang
Sansez [at] Gmail [dot] com
LPIC-1 : Linux Professional Institute Certified
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi there,
noticed a problem when replying to mails with X-Priority: 3 -- the
priority of the replying mail would always be set to 5. Reason seems
to be that there are two ways to indicate "normal" priority; set X-
Priority: 3 or just leave it out.
So I modified "program/steps/mail/compose.inc", at line 713:
$sel = isset($_POST['_priority']) ? $_POST['_priority'] :
intval($MESSAGE->headers->priority);
if ($sel == 3) $sel = 0;
$out = $form_start ? "$form_start\n" : '';
Bye,
Philipp.
_______________________________________________
List info: http://lists.roundcube.net/dev/
Do we support both drivers still? I want to use MDB2's matchPattern()
function (for case insensitive addresses searching using PostgreSQL) and
not sure if I must write equivalent for DB driver. If we're not
supporting DB now, the files should be removed from repo.
--
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/
I wrote a very quick change password form for an hmailserver instance
(http://www.hmailserver.com). It left me wondering what the intent was
for changing passwords in a more pluggable way so that I might make my
quick form more usable and extensible for others.
Thank you for your work,
Court
_______________________________________________
List info: http://lists.roundcube.net/dev/