On Thu, 7 Feb 2008 08:53:16 +0100, jody <jody(a)ifi.uzh.ch> wrote:
>> Yeah, this is an issue. I guess you could write a fairly simple web
>> interface to create/read/edit a procmail script using simple recipes.
>> Putting this into RC seems a little in the wrong place to me, but I can
>> understand the need. But again, I'd probably try and opt for a
> filtering
>> system that would work no matter what client you used. I wonder if
> other
>> webmail packages offer this - I've only used squirrelmail and RC, so I
>> don't have wide experience really.
>
> In such a case RC would simply offer a tool for editing -
> wouldn't the .procmail be valid if you would use another mail client?
This is true, but typically RC will be able to read/write from a user's
mail directory and not from their home directly.
Procmail reads it configuration typically from a user's home directory
(~/.procmailrc) which RC wouldn't be able to write to, not at the moment
anyway.
Allowing RC to write to a user's home directory opens up some other
potential security issues I'd imagine.
Perhaps there could be an option that you can enable for procmail
integration where you have to set each user's .procmailrc to be writable by
RC or something.
Interesting idea... I'm no expert in PHP, so I don't really know where to
start... perhaps make it a feature suggestion on trac?
Alex
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi guys,
We have a problem, when we try to send an attachment wich is a little
bit to heavy. Roundcube tries to allocate a lot of memory, and the
process crashes beceause memory limit is reached
I've tried to arise memory limit up to 65M, but I think that it should
normaly be not more than 16M (php standard is 8).
I've got the following lines in error log
PHP Fatal error: Allowed memory size of 16777216 bytes exhausted (tried
to allocate 10598455 bytes) in program/lib/imap.inc on line 1910
[03-Feb-2008 16:22:22] PHP Fatal error: Allowed memory size of 41943040
bytes exhausted (tried to allocate 10599123 bytes) in
program/lib/Mail/mimePart.php on line 226
[03-Feb-2008 17:31:39] PHP Fatal error: Allowed memory size of 68157440
bytes exhausted (tried to allocate 21474171 bytes) in
program/lib/Net/SMTP.php on line 745
Do you have a fix for that very annoying bug ?
We use RC2
Thank you.
--
Wadin Julien
Tel : +32 (0) 475 632 168 ou +33 (0) 9 79 99 21 56
Web : http://blog.julienwadin.be/
_______________________________________________
List info: http://lists.roundcube.net/users/
I believe I have the most recent version of Roundcube installed via
svn on Apache/2.2.8. Roundcube is Revision 971. I'm using Server
version: 5.1.22-rc FreeBSD port: mysql-server-5.1.22
It actually works at the moment, but there's a couple things I can't
figure out.
1) If I edit db.inc.php and set $rcmail_config['db_backend'] =
'mdb2'; - I will get a "FAILED TO CONNECT TO DATABASE" message. I do
have MDB2 installed. If I change mdb2 to db it will work.
2) Whether I have the above line set to db or mdb2 I always get the
same message with check.php....
Check supplied DB settings
DB settings: NOT OK
Why would my DB setting be "NOT OK"? (even when using 'db') and why
can't I use mdb2?
Thanks!
Matt
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi
I'm new to roundcube (our sysadmin just installed it a few days ago)
and i have a few questions (or suggestions? or bug reports?)
1. I tried to send a mail with a subject line but no body.
RC didn't send the message but neither did it give a warning.
I think it should be possible to send mail without body; or,
if there is a reason why this should be impossible, an adequate
message should be displayed.
(I think this is connected with an issue raised in August 2007:
http://lists.roundcube.net/mail-archive/dev/2007-08/0000017.html
"Javascript Error when send message without body"
The JS Error still occurs!)
2. "Show all"
Sometimes it is advantageous to see all messages in a folder at once
(e.g. to perfome mass deletions: select all and the klick on the delete
icon;
or to quickly scan all messages in a folder)
Is there a way to this in RC? In Squirrelmail you can toggle between
"show all" and "paginate"
3. "Compact" and "Empty"
When i open RC, the "Empty" link is not enabled for any folder,
not even the Trash folder. Is there some setting which can control this?
Or does it have to do with the permissions of folder .Trash on the server?
4. Collapsible folders
I have grouped my folders in a hierarchy, i.e. some folders containing
other folders. Sometimes it would be cool to be able to collapse a
"superfolder" when you're currently not interested in it, and open it
again when you need it. Is this possible in RC?
I tried klicking on a "superfolder" but that didn't work.
5. Delete icon
I think the icon currently used for deletion is a bit misleading because
this symbol (circle with a diagonal bar across it) usually denotes
something
forbidden. I think a simple (red) cross would be clearer.
Thank you in advance for any hints to my questions...
Jody
_______________________________________________
List info: http://lists.roundcube.net/users/
When I get html email from multiply.com, I can see the contents and
images but all the html links within roundcube webmail is not
clickable. They are just underscored.
Is this a bug?
Thanks.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi
I've read somwhere about a feature preview pane. but couldn't get it to
work.
is it included or do I need tu add some kind of patch or something?
_______________________________________________
List info: http://lists.roundcube.net/users/
Charlie Hazlett wrote:
> I do not empty my spam folder daily and in no time at all it can contain
> over 1000 messages......give it a week and there might be over 10,000.
>
> I have been online with the same email addresses for a dozen years and
> the spam tends to build up.
>
>
>
> On 1/24/2008, "bb" <bb(a)0brg.net> wrote:
>
>> chasd wrote:
>>> Playing with RoundCube a bit more, as a work around you could delete
>>> the entire mailbox from the "Folders" area of "Personal Settings" and
>>> then create a new folder of the same name.
>> Or just click the "Select: All" link and then delete 40 messages (or w/e
>> your messages/page limit is) at a time. Sure, it's not perfect, but it
>> works alright if your mailbox isn't tooooo huge (I am assuming you don't
>> want to empty a 10K+ box every day that is not called "Junk" or "Trash" :P).
Hmm, this got me interested; how does roundcube handle huge mailboxes
anyway? So I tried;
$ for ((i=0;i<100000;i++)); do
for> echo "spam $i" | mail -s "spam $i" $USER
for> done
Even though this stopped after the ulimit -u was reached (it sent ~2k
messages in total) it gives a pretty good impression of how roundcube
handles it... not very well.
At first, I set my user preferences to allow message windows with 100K
messages but because of the hard 200 limit in the config, I only saw 200
messages. At least I saw them.. once I also modified that value I saw
nothing anymore. The roundcube error logs gave:
[25-Jan-2008 00:21:34] PHP Fatal error: Allowed memory size of 8388608
bytes exhausted (tried to allocate 2049 bytes) in
/a/boao/www/webmail/roundcubemail-0.1-rc2/program/lib/imap.inc on line 133
The HTTP response body was empty, status 200. Changing back all the
values, deleting all messages with thunderbird (which worked very
smoothly, btw), restarting the webserver; nothing mattered. It kept
saying that in the logs. To eventually get it to work again I had to
empty the trash with thunderbird and "compact" all the folders.
Anyway, not that this is a very likely situation.. It's still quite
interesting to see that once it's too full, it's too full and you're
doomed if you don't have other means to access your INBOX :)
Greetings,
b^4
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello all,
how do I enable the HTML-Composing in the rc2 ?
As far as I understood it the HTML-Composing is included but not
activated by default.
Christian Kütbach
--
UNEM-Produktion
Dipl.-Inf. Christian Kütbach
Tel.:02507-982722
c.kuetbach(a)unem.de
www.unem.de
_______________________________________________
List info: http://lists.roundcube.net/users/
I am still seeking a way to do mass deletions of emails. I know one may
empty the trash folder but there should be an easier and quicker way to
empty other folders as well.......my spam folder, for instance.
This is the ONE thing that keeps me from using RC....until that feature
is included I will stick with Iloha......it does everything I
want.....just not as "pretty".
########
NOTICE: Due to Presidential Executive Orders, the National Security
Agency may have read this email without warning, warrant, or notice.
They may do this without any judicial or legislative oversight. You have
no recourse nor protection save calling for the impeachment of the
current President.
########
Charlie Hazlett
charlie(a)hazlett.net
Columbus, Ohio
_______________________________________________
List info: http://lists.roundcube.net/users/
Is there a limit on the number of folders Roundcube can work with? When
I go to the folders list in my primary mail account it sits loading for
a while and then ends up with a blank page. I am assuming I have too
many folders for Roundcube to work with. Either that or the fact that I
have folders within folders is causing problems.
I have 1311 folders at present with the archives that all sit below an
archive folder. All works fine with Thunderbird accessing the folders
via IMAP and Mutt directly on the server. I am using Dovecot for IMAP
access.
--
Paul Tansom | Aptanet Ltd. | http://www.aptanet.com/ | 023 9238 0001
======================================================================
Registered in England | Company No: 4905028 | Registered Office:
Crawford House, Hambledon Road, Denmead, Waterlooville, Hants, PO7 6NU
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi Group ,
Clicking on the "+" sign next to an email address to add them as a contact generates the following error in a red bar at the top of the page :
"Could not save the contact address"
It does check to see if it is already an address, because when I try to add an address that is already in my address book it says
"A Contact with this email address already exists"
So I am guessing I might be having a problem writing from this page to the contact tbale...any ideas ?
Thanks,
Jason
_______________________________________________
List info: http://lists.roundcube.net/users/
I just installed roundcube and I am getting the following error after I try
to login. I don't see any errors in the log file.
Any suggestions as to what could be wrong? This is on a windows server.
The page you are looking for cannot be displayed because an invalid method
(HTTP verb) was used to attempt access.
_____
Please try the following:
* Contact the Web site administrator if you believe that this request
should be allowed.
* Make sure that the Web site address displayed in the address bar of
your browser is spelled and formatted correctly.
HTTP Error 405 - The HTTP verb used to access this page is not allowed.
Internet Information Services (IIS)
_______________________________________________
List info: http://lists.roundcube.net/users/
environment:
OpenBSD 4.0/i386, chrooted apache, roundcube 0.1-rc1, dovecot 1.0.2 (yes, i
should probably get this upgraded)
i am providing services to a few dozen users via an https url. after
applying the update to -rc2, i was unable to login via the web interface.
/logs/errors shows:
[26-Dec-2007 14:58:56 +0000] IMAP Error: Invalid password
after looking around at the dovecot logs, and finding nothing, i decided to
crank up the logging (in dovecot and roundcube). still nothing, and after
taking a peek with tcpdump i suspected that the requests weren't even
making it to dovecot.
running `openssl s_client -connect 127.0.0.1:993' confirmed my suspicions
(i think), as it worked just fine:
New, TLSv1/SSLv3, Cipher is DHE-RSA-AES256-SHA
Server public key is 1024 bit
[...snip...]
---
* OK Dovecot ready.
A345 login john XXXXXXXXX
A345 OK Logged in.
Z345 logout
* BYE Logging out
Z345 OK Logout completed.
read:errno=0
i believe the relevant parts of main.inc.php are:
// the mail host chosen to perform the log-in
// leave blank to show a textbox at login, give a list of hosts
// to display a pulldown menu or set one host as string.
// To use SSL connection, enter ssl://hostname:993
$rcmail_config['default_host'] = 'ssl://localhost:993';
// TCP port used for IMAP connections
$rcmail_config['default_port'] = 993;
i have tried changing `localhost' to the FQDN of my host (plus other
relevant config changes), and a few other permutations, none of which shed
any light on the scene for me.
anything from playful nudges to get me looking in the right direction to
hitting me right upside the head with a cluestick will be much appreciated.
regards,
--john
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi folks
First of all I want to say, RoundCube is a nice thing!
But I have one problem:
I log into RoundCube with an available account and leave the computer.
The next day, I'm still logged in. So if I log in from a public computer
and forget to log out, my account is predestinated to get compromised.
If I dont clear the browser's cache and history, RoundCube is opened
without a login request. => Logs in with the last logged in account.
I also run Squirrelmail, and there, even if I just reload the URL, I'm
asked for user and pw. I think, this behavior should be also possible
for RoundCube. I have to explicitly log out with the logout button to
get logged out effectively.
Altough it is the task of the user to log out, an automatic log out
functionality wouldn't be bad.
What am I doing wrong? Or don't I have understood everything?
Thanks for help
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi there
I can't find a reference to this issue in the mailing list archives.
Does anyone know why for some users the login hangs indefinitely and
the php process starts munching CPU and memory (leak?). Very strange.
My 'username' fields are in this format:
login%domain.com
I seriously doubt that could have anything to do with it, given that
all users' logins are in that format.
Any ideas?
Running v0.1-rc2 under lighttpd 1.4.15 with php 4.4.4 and Dovecot 1.0.7
Thanks
Dale
_______________________________________________
List info: http://lists.roundcube.net/users/
Entry page logins use the format: user/pasword when authenticating
against IMAP. This portion works for my server. However, for some
reason when viewing the folders section under personal settings, RC2
tries to switch to user@host/password which does NOT work on my
server.
Where can I fix this?
Also, RC2 does not display the buttons/search bar properly when using
Firefox version 2.0.0.11. Anyone else have this problem?
Thanks,
Tommy
(BTW, upgrading from beta-1 to rc2 is a complete waste of time. You
might as well just reinstall RC and upgrade only the database part.)
--
Only God knows everything...... and he works for Mossad.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello
I would like to know if anybody has already configured his RoundCube
webmail with a kerberos authentification.
I'm using a Postfix and Cyrus-imap mail server.
The authentification is done using saslauthd with gssapi mechanism.
My web server is Apache 2
Thanks
_______________________________________________
List info: http://lists.roundcube.net/users/
On 17/12/2007, Eric <cephelo(a)gmail.com> wrote:
> I had a similar issue. It turned out to be a permission issue
Eric, I was just about to post my solution! Yes, you're right. There
were a few messages which I'd moved into various directories which
were not rw by the IMAP user! Solved!
Thanks for responding.
_______________________________________________
List info: http://lists.roundcube.net/users/
Where is the setting to control the 60s refresh? We're using Roundcube
over a high grade SSL connection and 60 seconds is much too frequent,
but I don't see a relevant setting anywhere. I couldn't even locate
the timeout call in the JavaScript, assuming there is one somewhere.
Thanks.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
The read receipt function in RC does not seem to work. I had put in a
query for confirmation in the forum, but nobody could confirm.
Could anybody confirm whether the read receipt is working. If so, RC1 or RC2.
Thanks and regards
kmn
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
It shows a list of identitys when you configure them but when you are
new user/login first time etc and you haven't configured indentity
settings it shows "from" (sender box) as text box. I would wan't that in
this sitsuation when you are new user/login first time etc and you
haven't configured indentity settings yet it could automaticully fill
your login name (if it's a full e-mail address as sender on "from"
(sender box) and it could be printed as text (no text box available)
Or second way could be that when you login first time you would need to
specify indentity settings (without this you can't login or something
like that). This option could be editable in roundcude config that
administrator can choosee does new user need to spesify it's identity.
OS: Windows Vista Ultimate x64
Apache 2.2, PHP 5.2 as module and hMailServer 4.2
By, Mika
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello
I just installed roundcube mail client on a server. I can receive / send
mails. The only problem is that I can't send attachments. I can upload
them but when I send the email, the attachments are not sent, and also the
email saved in "Sent" folder does not contains the attached file.
Does anyone have any idea ?
In main.inc.php I have
$rcmail_config['temp_dir'] = 'tmp/';
The tmp folder is writable for apache (777), so ...
When I receive an email with a file attached, I can see the file in the
email but I don't see the file in the tmp folder.
I am not sure which is the problem!
Thank you in advance for any answer!
Gabi
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I spend many hours for trying to make workaround to message writing page
(?_task=mail&_action=compose).
I would want From-line line to bee read-only (no textbox), only the
address that you used to login would be shown. So the only way to
customize this line would be identident settings.
Why i want this to work this way? Because it's easier to user that he
doesn't need to frite he's own e-mail address necesserully again.
By, Mika
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I spend many hours for trying to make workaround to message writing page
(?_task=mail&_action=compose).
I would want From-line line to bee read-only (no textbox), only the
address that you used to login would be shown. So the only way to
customize this line would be identident settings.
Why i want this to work this way? Because it's easier to user that he
doesn't need to frite he's own e-mail address necesserully again.
By, Mika
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi !
A vulnerability was discovered in Roundcube:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=455840
It seems that there is no fix yet. Any idea on this topic?
Thanks
--
IT DOES NOT SUCK TO BE YOU
IT DOES NOT SUCK TO BE YOU
IT DOES NOT SUCK TO BE YOU
-+- Bart Simpson on chalkboard in episode AABF13
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi folks.
I'm from Brazil, and here we use characters like é í ó ú ç ã õ, etc. I'm
sending emails ok, and the receiver are receiving the emails ok too. The
messages stored on sent mail folder, aren't ok. Here is one example:
teste né meu brother é isso aí né meu
ç é cedilha mesmo não é ? é.
The original message (sent via roundcube and received ok), is here:
teste né meu brother é isso aí né meu ç é cedilha mesmo não é ? é.
Does somebody knows how to solve this?
Thanks,
Felipe Neuwald.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi there
Wow, this is a lovely webmail app, thank you! Finally an open source
webmail project which looks great and works well. It was an absolute
breeze to setup :-) I'm eagerly testing it as a possible replacement
for my current webmail system.
I'm serving it via lighttpd (running under FastCGI) and Dovecot IMAP.
I've included some preliminary feedback and suggestions below.
Thanks
Dale
-----
These are features which I feel are missing, even for a basic webmail client:
1. Mark messages as read/unread/urgent
2. Proper redirect support - ie send mail in original form to another.
The following are features I'd like to see added:
1. Login-to-email mapping of user<delimiter>domain.name
All my users login with user%domain.name and many other ISPs
do the same, or use a variation thereof user(a)domain.name, or
user:domain.name.
Perhaps a config option could be added to generate default
identities by splitting the login at a pre-defined delimeter
and concatentating with '@' to create the email address,
and leaving the name part to the user to fill in.
2. 'Junk' and 'Not Junk' actions.
Most sysadmins also employ some form of spam filtering. I use DSPAM
which allows users to train their own filters. The setup I employ
involves minimal admin from my perspective, namely that users mail
spam to spam@myisp,name and false positives to notspam(a)myisp.name.
So, for all folders other than the Junk folder, the action (button)
called 'Junk' would redirect the message to a global spam(a)myisp.net
address and then move it to the Junk folder.
Likewise, when viewing the Junk folder, the action (button) called
'Not Junk' would redirect the message to a global notspam(a)myisp.net
address and then move it to the Inbox folder.
For flexibility in terms of other spam filtering setups, perhaps the
spam and notspam actions could be customised to one of "forward to an
address", or "pipe to another process" which should return something
like a 0 for success, or 1 for failure...
_______________________________________________
List info: http://lists.roundcube.net/users/
With Postgres, has anyone else seen any authentication issues? We had
a table that had picked up a NOT NULL constraint (not in the default
SQL file) and thus new user inserts were failing. The user was
authenticated, though, and granted access to a seemingly random user
record (and contacts, and identities). So a user logged in without a
user record would be able to easily see contacts and confidential
information for other users.
While not a moajor issue since it doesn't seem to happen with the
default SQL file, why is there no sanitation or error handling
revolving any of the authentication queries?
(Roundcube RC2)
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I just installed and configured RoundCube for my company and it works
quite well.
There is a slight problem though : I successfully configured our LDAP
directory in RoundCube, and it works as expected in the "Address book"
component ; but I have no auto-completion in the mail composer, although
there is with the "local" address book (RoundCube searches e-mail
addresses as I type in the "Recipient" field).
Is it something I didn't configure correctly ? Or is it a
yet-to-implement feature ?
Best regards,
--
Raphaël HALIMI
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I just downloaded and installed Round cube, but I can not get it to work.
This looks like it may be a good component, if I can get it to work.
I guess my biggest problem is I don't understand the configuration very
well. I know what my smtp server is. Both for outgoing and incoming.
And my servers port is 80 Ya;ll have the default for 25. I have tried
different things and can't get it to work. I don't understand the managing
users either.
What is suppose to go in the "Mail Host" and "Alias" fields ? I need help
in configuring this component please.
--
Thank You,
Wayne & Rosalinda Roberts
Global Sports Association
E-Mail - wayne(a)gsausa.org
GSA Phone - 678-318-3658
Cell Phone - 678-878-7262
_______________________________________________
List info: http://lists.roundcube.net/users/
BashLogic RoundCube wrote:
>
> so is this due to not having the db updated or modified somehow during
> my upgrade process?
> or is this a latelly generated bug?
Well, if the UPGRADING instructions tell you to update your database schema
(and I'm sure they do) you should trust them and do it.
Why do you think it's a bug?
~Thomas
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi everyone,
I'm looking into a successor of our well know Horde/IMP webmail
environment. Upgrading is quite a nightmare for our site, since we
have customized (disabled functionality) in IMP. With every new
release, we need to sit down and discover (again) where the various
bits need to be replaced.
I stumbled upon roundcube. It looks very nice, the UI acts as if it is
a regular MUA on any computer.
I have a question about IMAP subscriptions for shared IMAP folders. We
use Cyrus as an IMAP server. Cyrus offers te ability to share
mailboxes. In IMP I can view the shared mailboxes of others, but in
roundcube, I don't see the other mailboxes at all. I suspect it has
something to do with the root folder of the INBOX of the current user
and the absolute toplevel of what can be displayed in roundcube. I'm
no (php) developer at all. In the user list archive I found one topic
with th e same subject as this message. It's been more than a year
since that message appeared on the users list. Is there any update on
this topic?
Thanks in advance,
Br.
Dennis
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
Are there rewrite rules I can apply to roundcube? Most servers support
this nowadays (at least more deployed web servers support this than mail
servers that support IMAP, in comparison :P) so I thought it would fit
roudncube well, but I could not find any on the web.
Greetings,
bb
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
How can i empty a folder? I have several folders with thousands of messages
(e.g. RSS feeds) and clicking on empty doesn't do anything. It would take
hours to go through and use select all and delete. I'm using the latest
v0.1-rc2.
Cheers,
Matt
_______________________________________________
List info: http://lists.roundcube.net/users/
I thought I had seen this posted before, but I can't find it.
Anyways, after implementing spamassassin via amavisd-new I am now getting
double emails in my inbox. I'm running Postfix with Dovecot. Any ideas on
what the problem is or where to look? Kmail and Thunderbird on the desktop
don't show double emails, only RC. I've attached a picture for clarity.
TIA!
-Chris
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Pv/kuutzgoo/roundcube_dblemail.jpg
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello people,
I looked over the roundcube website for ldap address book support but
didn't find anything...
Can roundcube mail search a ldap address book?
Thank you,
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi guys,
I'd like to know wich icon set is using the default skin, because I'd
like to make some improvements to RC, and it would be nice to use icons
from the same set :-)
Thanks
--
Wadin Julien
Tel : +32 (0) 475 632 168
Web : http://blog.julienwadin.be/
Simplifiez vous Postfix : http://postfixwinadmin.jwhosting.eu
_______________________________________________
List info: http://lists.roundcube.net/users/
My Inbox o the address sales(a)theparticularman.com is empty - is there
any way to get it reloaded??
Thanks, Genny
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I have two Roundcube installations, both installed through an SVN checkout.
How can I easily track possible DB schema changes since a certain SVN
revision number?
Cheers,
Ringo De Smet
ringo.desmet(a)celaeno.be
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi users,
I've enjoyed using roundcube for over a year now, and it's been a great
tool. If you're like me, with 1000+ contacts, adding contacts manually to an
address book was not something I was up for.
So here's a quick patch I've made, to handle .csv uploads, and adding
contacts to the database
*This patch is based on 0.1rc1 not the newer 0.2 version (released Nov/07).
I cannot guarantee it'll work on the new version.*
The patch creates a new directory csv_upload in the root of the RC
installation - I know this is not common practice, but it makes updating the
rest of the program much easier.
I noticed a recent post on here for uploading .csv files server-side and
doing one-off address book updates, but here's a glorified version, which
will do the following:
- Handles file upload
- Checks columns for correct data
- Adds NEW contacts to the database
- Old (already inserted) contacts are ignored
- Interface is all via one additional link on the 'address book' page
Todo:
- Use RC-approved methods of including files
- Change add-on's folder structure
- Secure the uploading of .csv files. Temp files are currently held
one at a time, at $_server_root/imported.csv
- Link to the uploading interface via one of the buttons, as opposed
to a static link
Download the patch at
http://www.rmacd.com/downloads/howto/rc-csv/roundcube-csv.patch
Download .tar.gz
http://www.rmacd.com/downloads/howto/rc-csv/roundcubemail-0.1-rc1-CSV.tar.gz
Follow the installation info at
http://www.rmacd.com/downloads/howto/add-csv-to-roundcube.php
If anyone would like to contribute to this little add-on, please let me
know.
--
Ronald MacDonald
http://www.rmacd.com/
0777 235 1655
_______________________________________________
List info: http://lists.roundcube.net/users/
I have tried localhost as well as 127.0.0.1 to connect to my Dovecot
server. Nothing is visible in the Dovecot logs to indicate a
connection is being made or attempted.
Squirrelmail works fine. I have read the documentation but see no
reference to what I might try next.
-Bill
NL
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I noticed the following change in the db config file:
-// currentyl suported db_providers: mysql, pgsql, sqlite
+// currently supported db_providers: mysql, sqlite
I'm running roundcube rc2 with postgresql at the moment, and it still seems
to work. Has postgresql support been officially dropped?
Regards,
Geert
_______________________________________________
List info: http://lists.roundcube.net/users/
All other pages load correctly, with the proper skin. The mail page
appears as nearly flat html, without CSS.
The reading pane is not visible.
I've attached a capture.
Thoughts, ideas? I'm running Gentoo, with a manual install.
Thanks,
D-
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/7j/jXvALq3y/screen.PNG
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/users/
Thanks for all replies, i will try all those.
***********************************
_______________________________________________
List info: http://lists.roundcube.net/users/
Yes doesn't quite work properly yet but looks good. Be interesting to insert youtube clips into emails :)
> ----- Original Message -----
> From: bb <bb(a)0brg.net>
> To: kmnair <kmnair(a)gmail.com>
> Subject: Re: [RCU] Hi, Roundcube Community
> Date: Tue, 06 Nov 2007 13:46:15 +0100
>
>
> kmnair wrote:
> > On 11/6/07, Lewis Butler <lbutler+roundcube(a)covisp.net> wrote:
> >> On 5-Nov-2007, at 08:51, N.Emrah ALBULAK wrote:
> >>> So than I want to ask something that I think what is the most
> >>> important for a Create a HTML mail message. I didnt see any option
> >>> or setting for set to html that mail body message.
> >
> >
> > This feature is already available in the SVN. I did not check the RC2.
> >
> > kmn
>
> In RC2, have a look at lines 224-225 of /config/main.inc.php.dist:
>
> // enable composing html formatted messages (experimental)
> $rcmail_config['enable_htmleditor'] = FALSE;
>
> I do not know what exactly this does but you could try it out.
>
> bb
> _______________________________________________
> List info: http://lists.roundcube.net/users/
>
www.danda.org.uk
DANDA - Developmental Adult Neuro-Diversity Association
=
Negative Search Hurting Your Business?
Positive reinforcement is a necessary step to remove negative listings
http://a8-asy.a8ww.net/a8-ads/adftrclick?redirectid=7d5dfacdfea43aa5c079f18…
--
Powered By Outblaze
_______________________________________________
List info: http://lists.roundcube.net/users/
Greetings All,
I am new to installing Roundcube webmail and have followed the
instruction closely, but am getting an error that I am not sure how to
fix:
------------------------------------
DATABASE ERROR: CONNECTION FAILED!
Unable to connect to the database!
Please contact your server-administrator
-----------------------------------
The Error log file:
-----------------------------------
[02-Nov-2007 07:45:40] PHP Warning: include_once(config/main.inc.php)
[<a href='function.include-once'>function.include-once</a>]: failed to
open stream: No such file or directory in
/www/outstep-mail/Webmailers/RoundCube/program/include/main.inc on
line 129
[02-Nov-2007 07:45:40] PHP Warning: include_once() [<a
href='function.include'>function.include</a>]: Failed opening
'config/main.inc.php' for inclusion
(include_path='/www/outstep-mail/Webmailers/RoundCube/:/www/outstep-mail/Webmailers/RoundCube/program:/www/outstep-mail/Webmailers/RoundCube/program/lib:.:/usr/share/pear')
in /www/outstep-mail/Webmailers/RoundCube/program/include/main.inc on
line 129
[02-Nov-2007 07:45:40] PHP Warning: include_once(config/db.inc.php)
[<a href='function.include-once'>function.include-once</a>]: failed to
open stream: No such file or directory in
/www/outstep-mail/Webmailers/RoundCube/program/include/main.inc on
line 138
[02-Nov-2007 07:45:40] PHP Warning: include_once() [<a
href='function.include'>function.include</a>]: Failed opening
'config/db.inc.php' for inclusion
(include_path='/www/outstep-mail/Webmailers/RoundCube/:/www/outstep-mail/Webmailers/RoundCube/program:/www/outstep-mail/Webmailers/RoundCube/program/lib:.:/usr/share/pear')
in /www/outstep-mail/Webmailers/RoundCube/program/include/main.inc on
line 138
[02-Nov-2007 07:45:40] PHP Warning: array_merge() [<a
href='function.array-merge'>function.array-merge</a>]: Argument #2 is
not an array in
/www/outstep-mail/Webmailers/RoundCube/program/include/main.inc on
line 139
-----------------------------------
Any ideas on what I need to do to fix this?
I have set up the database and user roundcubemail and database as well
as giving the proper privileges and password along with configuring
the config files.
Sincerely and have a great day,
Lonnie T. Cumberland
Email: Lonnie(a)outstep.com
Lonnie_Cumberland(a)yahoo.com
Lonnie.Cumberland(a)gmail.com
"Helping to improve our communities, one by one......"
_______________________________________________
List info: http://lists.roundcube.net/users/
First at all This is my first message to community and I want to
thank you roundcube project that is very cute and the best webmail system
that i really loved.
So than I want to ask something that I think what is the most important for
a Create a HTML mail message. I didnt see any option or setting for set to
html that mail body message. And a WYSIWYG editor for basic formatting
message's bodies.
Is it possible to make it, or there is an option for this, or is it comming
newest releases?
Thank you.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Qn/B8xEtM7G/image001.gif
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/users/
What a pointless unwelcoming response. Makes me want to post html messages to the group.
N.Emrah ALBULAK - hi and welcome to the group. I don't think that is an option in rc at the moment but you can add tinymce:
http://tinymce.moxiecode.com/
I haven't done it yet but a friend said you can upload tinymce and just add some script to a page and it will add wysiwyg editor to any editable text box on the page. I might try that and then post to this group :D
> ----- Original Message -----
> From: "Lewis Butler" <lbutler+roundcube(a)covisp.net>
> To: "Roundcube Mail" <users(a)lists.roundcube.net>
> Subject: Re: [RCU] Hi, Roundcube Community
> Date: Mon, 5 Nov 2007 12:52:54 -0700
>
>
> On 5-Nov-2007, at 08:51, N.Emrah ALBULAK wrote:
> > So than I want to ask something that I think what is the most
> > important for a Create a HTML mail message. I didnt see any
> > option or setting for set to html that mail body message.
>
> That's part of the reason I like Roundcube.
>
> Now, please don't send html formatted email to the mailing list.
>
> >
> _______________________________________________
> List info: http://lists.roundcube.net/users/
>
www.danda.org.uk
DANDA - Developmental Adult Neuro-Diversity Association
=
--
Powered By Outblaze
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
is it possible to Assign the IMAP folders in Rouncube to a
functionality. For Example : Folderxy->Trash, FolderAb->inbox
I use Roundcube with googlemail IMAP and it creates always new
folders. But the real bad thing is, that deleted Messages are not
deleted correctly. They are just archived wenn i delete them. In my
normal Mail Application i can assign the Trash,Spam and Inbox folders
to theyre corresponding folder in gmail. That works perfectly. Is
that possible in Roundcube too ?
Regards,
Tom
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all,
In the past, we were using RC rc1. We upgraded later for a svn version
to have the html editor.
It seems that the spell check is only available in English. In the past,
we had a drop-down list, French was available.
How can we make this working again ?
Thank you
--
Wadin Julien
Tel : +32 (0) 475 632 168
Web : http://blog.julienwadin.be/
Simplifiez vous Postfix : http://postfixwinadmin.jwhosting.eu
_______________________________________________
List info: http://lists.roundcube.net/users/
On Fri, 30 Sep 2005 10:23:45 -0400 Ben Hall wrote:
> Hello,
>
>
> I downloaded and installed RoundCube yesterday. What an excellent webmail program! While I look forward to spell check, the real feature that I'd like to see is the ability to save to draft in the compose window. Is there a way to do this that I'm just missing?
>
> Also, the tar.gz files that I downloaded from the site didn't have the index.php file. I had to grab the CVS version.
>
> Finally, I have very basic instructions that I wrote as I set it up yesterday. I would be happy to post them somewhere if it would help.
>
> Cheers,
>
> Ben
Since there has been no reply to this mail I was wondering what happened
to this feature request... is it never going to be implemented?
_______________________________________________
List info: http://lists.roundcube.net/users/
Quoting c o <co(a)graffiti.net>:
> Hi Earnie,
> MySQL version 5.0.27-standard - how do I optimise it? Cheers.
>
I use phpMyAdmin. It has magic buttons. At the bottom of the list of
tables for the DB select ``Check All'' then in the ``With selected:''
list box choose ``Optimize table''. You can also use SQL ``OPTIMIZE
TABLE <table_name>'' replacing <table_name> with the table to optimize.
Earnie -- http://for-my-kids.com/
-- http://give-me-an-offer.com/
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
everythime i sent mail with attachments, it does not sent when it is bigger
as 3 MB. However when i attach a lot of small files it is no problem. When
i attach one file with about 5 MB, and try to send it, the progress monitor
is flashing and tells me mail is sending. But Nothing more happens. I am
thrown back to the mail form, but the mail is not sent. The Upload is
working great, and it has no problems with the upload limit of the php.ini,
because other php upload scripts on my webspace can take about 20 MBs.
Does anyone have an idea what could be the problem ?
Regards,
Tom
_______________________________________________
List info: http://lists.roundcube.net/users/
Some of my users brought this to my attention.
Certain messages do not wrap text. When these messages come into RC (0.1 rc1).
Is this a known problem, or has anyone else seen it? It's with
plaintext e-mails only.
Thanks!
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all, I have been useing RC1 ok until today when I was writing an email and a message popped up saying "cannot connect to IMAP server" and I was logged out :S
I hadn't changed any files etc but now I can't log int - with any of the accounts :(
Please advise.
Cheers all :)
=
Elite Crete Systems - Concrete Repair
Elite Crete Systems manufacturers of specialty concrete repair and resurfacing systems. Visit us online.
http://a8-asy.a8ww.net/a8-ads/adftrclick?redirectid=47d64584d0e3c8bc0bfefc2…
--
Powered By Outblaze
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all,
This week end we changed to winter time.
Is that possible, via a sql statement, to change this setting for all
our users ?
I don't want to have 100 peoples sending me an email to say "Oups,
emails are not displayed at the right time" :-)
Thanks
--
Wadin Julien
Tel : +32 (0) 475 632 168
Web : http://blog.julienwadin.be/
Simplifiez vous Postfix : http://postfixwinadmin.jwhosting.eu
_______________________________________________
List info: http://lists.roundcube.net/users/
I've had my server updated from your rc1 version to rc2, but now,
while I see the contents of my Inbox when opening the application, the
contents of my other email folders no longer displays. Instead, I see
nothing.
This works normally in SquirrelMail and in my desktop email clients.
Ides?
Peace,
Gene Steinberg
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello:
I just upgraded to rc2 as per the instructions. I had the preview pane
enabled before.
The preview pane was present after the upgrade, but as soon as I changed
something in my settings and saved it, the preview pane disappeared.
There is also no option to re-able it. Was this setting removed?
Thanks
Ala
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi folks,
i've just want to try refresh RoundCube, test it other vhost gave me
always "invalid password"
try this vhost withe elder ver. and perfectly works
conffiles attached .... a very simple test configuration ... tried to
erease cookies, i read it some posts before ...
any help welcome ;-)
--
Üdv: P@siC
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/MU/xXKsQsas/rcconfs.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/users/
Is there a way to select all contacts? And put people in groups?
Cheers
=
Valenti International Matchmaker
Valenti provides matchmaking services for upscale professionals with a desire for a committed relationship. Quality singles of all ages residing in North America as well as internationally.
http://a8-asy.a8ww.net/a8-ads/adftrclick?redirectid=f0a37bc7f2ea6887fa44877…
--
Powered By Outblaze
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I install roundcubemail-trunk-r860-20071008.tgz and i cant "copy" a part of
message with Internet Explorer. With Mozilla Firefox yes.
Thanks.
Regards
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all is there a wysiwyg or rich text editor?
cheers
=
--
Powered By Outblaze
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I have a trouble with the headers when I try to reply (or read) a
message. I have the e-mail server on a different machine that roundcube.
Consequently, I mark this option true:
> $rcmail_config['enable_caching'] = TRUE;
Imagine that I have my cache clean in the database. When I reply (or
read) the first messages that I have, there is no problem with the
headers in the reply screen. But, when I trash the messages and I have
new mail in the roundcube the headers are corrects in the main screen,
but when I reply (or read) this new messages all the headers in the
reply (or read) screen are the headers of the firsts messages.
Initially I have the option that I mention before false:
> $rcmail_config['enable_caching'] = FALSE;
But this causes the caducity of the user's session and don't permit
later login the user again until the user delete the cookies on his
navigator.
Does someone any idea to solve this problem?
Thank's in advance.
--
......................................................................
__
/ / Roger Castells
C E / S / C A Tècnic en microinformàtica
/_/ Centre de Supercomputació de Catalunya
Gran Capità, 2-4 (Edifici Nexus) • 08034 Barcelona
T. 93 205 6464 • F. 93 205 6979 • rcastells(a)cesca.es
......................................................................
_______________________________________________
List info: http://lists.roundcube.net/users/
i tried to answer someone the other day about something they posted to the
list, and my reply bounce due to a local sendmail configuration error. i
have fixed that error and am just testing, since this list is the only
manifestation i stumbled upon. sorry for the OT post. my reply is not
relevant any longer, thus this test.
_______________________________________________
List info: http://lists.roundcube.net/users/
It seems yesterday's code workaround didn't work with the older messages for
some reason, albeit it did work with all of my attempts. So I discarded it and
I had to come out with another try. And here it is.
This seems to do the trick right now (program/steps/mail/compose.inc):
$MESSAGE['headers'] = &$IMAP->get_headers( $msg_uid );
$MESSAGE['structure'] = &$IMAP->get_structure($msg_uid);
if ( empty ($MESSAGE['headers']) || $MESSAGE['headers']->from == '' ) {
while ( list ( $key , $val ) = each ($MESSAGE['structure']->headers ) ) {
$MESSAGE['headers']->${key} = $val;
}
}
It's getting rather frustrating.
I'll let you know in case I can ever manage to trace this back to the
primitive functions.
Cordialità / Best regards / Gxis la
------------------------------------------------------------------------
Manuel Giorgini <giorgini(a)interlogica.net>, Programmatore
INTERLOGICA e-business solutions - http://www.interlogica.net
Via Fusinato, 27 - IT 30171 Mestre VE - Italia - Unione Europea
Tel +39 041 099 30 00 (6 linee r.a.) - Fax +39 041 504 11 72
------------------------------------------------------------------------
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all, what do I need to do so that a user only has to put their username in to the login box and not the full email. user(a)thesite.com and password cut down to user and password.
Cheers :)
=
--
Powered By Outblaze
_______________________________________________
List info: http://lists.roundcube.net/users/
I've done a little poking around can't find an solution to my problem. I
was hoping someone on the list might be able to help.
I've just done the upgrade from beta2 to rc1. But when I attempt to
access the RC site I get this error in my RC log:
PHP Fatal error: Call to undefined function: strip_quotes() in
/var/www/htdocs/roundcube/index.php on line 93
Does anyone have any suggestions for me?
Thanks in advance.
--
Jason Murray
IMBA Durham Region Rep - www.imba.org/canada
DMBA President - www.durhammountainbiking.ca
TORBG Executive - www.torbg.org
_______________________________________________
List info: http://lists.roundcube.net/users/
Following up in my list of misadventures with a Domino IMAP server (for the
record, "* OK Domino IMAP4 Server Release 6.5.5FP3"), I noticed that when
preparing for a reply, RC wouldn't auto-fill the To and Subject fields from
the original message. Also the header line looked something like:
On , wrote:
It's not the first time that I had to tweak RC to make it drive around what I
can only conclude to be weirdness in the Domino server, mostly effecting the
IMAP function get_headers(). In this particular case I managed to make
everything appear again by changing the following line in
program/steps/mail/compose.inc, from
$MESSAGE['headers'] = &$IMAP->get_headers($msg_uid);
to
$MESSAGE['headers'] = &$IMAP->get_headers($msg_uid , $_GET['_mbox'] , false );
I am using 0.1-rc1 at this point. To be very honest I am afraid to upgrade it
because I'd have to scout around and re-introduce my changes. I'd rather wait
for the owners of the Domino server to announce an upgrade on their part...
Cordialità / Best regards / Gxis la
------------------------------------------------------------------------
Manuel Giorgini <giorgini(a)interlogica.net>, Programmatore
INTERLOGICA e-business solutions - http://www.interlogica.net
Via Fusinato, 27 - IT 30171 Mestre VE - Italia - Unione Europea
Tel +39 041 099 30 00 (6 linee r.a.) - Fax +39 041 504 11 72
------------------------------------------------------------------------
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I've just tried to install the RC1 of roundcube. But I've encountered
some strange Problems:
Steps to reproduce:
-I try to login.
-I take teh correct logininformations
-Login
-> get back to login-Screen, ith blank fields
There is no warning in the log-directory. (It is writeable and i know it
works.)
I get a new row in the session-table (mysql)
I get a user in the users-table
I found a some topics with this Problem in the Forum, but I didn't find
any solve.
Any Ideas?
Regards,
Christian
--
UNEM-Produktion
Dipl.-Inf. Christian Kütbach
Tel.:02507-982722
c.kuetbach(a)unem.de
www.unem.de
_______________________________________________
List info: http://lists.roundcube.net/users/
I have a problem in Roundcube where some messages don't have dates at
all. That field just shows up blank.
I realized that all of the emails doing this were coming from
livejournal.com, so I compared the dates between one that does display:
Date: Sun, 07 Oct 2007 00:07:27 -0700
and one that doesn't display:
Date: Sat, 6 Oct 2007 21:34:24 UT
So my guess is that the UT is throwing things off. Any suggestions on a
fix?
--
Todd Megee
http://rathervague.com/
Even the clearest and most perfect circumstantial evidence is likely to be at
fault, after all, and therefore ought to be received with great caution. Take
the case of any pencil, sharpened by any woman; if you have witnesses, you will
find she did it with a knife; but if you take simply the aspect of the pencil,
you will say that she did it with her teeth.
-- Mark Twain, "Pudd'nhead Wilson's Calendar"
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi! I'm setting up a mailserver with postfix + dovecot following this HOW-TO
(http://workaround.org/articles/ispmail-etch/) and I would like to use
RoundCube (0.1 rc1) for it. I'm using virtual domains. The problem is that I
can't get RoundCube working: every time I try to login i get "Login failed".
I have this in my main.inc.php:
$rcmail_config['virtuser_query'] = "SELECT email FROM
mailserver.view_usersWHERE email = '%u'";
RoundCube mysql user has reading access to the mailserver DB, and I have
successfully tested this query on the DB.
I think the problem is that my imap server is using TLS. Is that "diagnosis"
correct? How can I fix it?
Thanks in advance,
Daniele
--
Daniele Salatti
http://www.salatti.net
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
strange thing!! I uploaded some days again my version of roundcube, and everything was working, I could connect to any IMAP server. But since today my login fail but without an error (mit log status is 4, so errors should be displayed), if I log in with a wrong password there will be an error displayed.
Check this out: http://jangloeckner.virtual.vps-host.net/roundcube/
Exactly the same roundcube configuration runs on an other server, there everything is working fine (check it out: http://www.dddesign.ch/roundcube/ )
Any ideas?
jan
--
GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS.
Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail
_______________________________________________
List info: http://lists.roundcube.net/users/
I'm using r803 from 2007-09-20.
When composing in HTML mode, the first click of 'Save Draft' works as it
should. Subsequent clicks of 'Save Draft' do nothing.
In Plain text mode the 'Save Draft' button works perfectly.
-Michael
--
CONFIDENTIALITY NOTICE:
This message, and any attachments that may accompany it, contain information that is intended for the use of the individual or entity to which it is addressed and may contain information that is privileged, confidential, or otherwise exempt from disclosure under applicable law. If the recipient of this message is not the intended recipient, any disclosure, copying, or other use of this communication or any of the information, which it contains is unauthorized and prohibited. If you have received this message in error, please notify the original sender by return mail and delete this message, along with any attachments, from your computer. Thank you.
_______________________________________________
List info: http://lists.roundcube.net/users/
New to the list. I am trying to upgrade from from Version 0.1-beta2 to Version 0.1-rc1
and am receiving the following error when running the mysql.update.sql script. Can someone please tell
me how to fix this. thanks!
SQL query:
ALTER TABLE `messages` DROP `body` ,
DROP INDEX `cache_key` ,
ADD `structure` TEXT,
ADD UNIQUE `uniqueness` ( `user_id` , `cache_key` , `uid` ) ;
MySQL said: <http://dev.mysql.com/doc/mysql/en/error-messages-server.html>
#1062 - Duplicate entry '4-INBOX.msg-390' for key 2
and here is the script that was supplied to upgrade:
-- RoundCube Webmail update script for MySQL databases
-- Updates from version 0.1-beta and 0.1-beta2
ALTER TABLE `messages`
DROP `body`,
DROP INDEX `cache_key`,
ADD `structure` TEXT,
ADD UNIQUE `uniqueness` (`user_id`, `cache_key`, `uid`);
ALTER TABLE `identities`
ADD `html_signature` tinyint(1) default 0 NOT NULL;
-- Uncomment these lines if you're using MySQL 4.1 or higher
ALTER TABLE `users`
DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci,
CHANGE `username` `username` VARCHAR( 128 ) CHARACTER SET utf8 COLLATE utf8_
general_ci NOT NULL,
CHANGE `alias` `alias` VARCHAR( 128 ) CHARACTER SET utf8 COLLATE utf8_genera
l_ci NOT NULL;
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I have installed rc the latest from the website. I just get a blank
page. My error log says:
[02-Oct-2007 12:07:27] PHP Fatal error: Call to a member function
on a non-object in
/home/brentadv/public_html/rc/program/include/rcube_db.inc on line
366
[02-Oct-2007 12:35:45] PHP Fatal error: Call to a member function
on a non-object in
/home/brentadv/public_html/rc/program/include/rcube_db.inc on line
366
[02-Oct-2007 12:36:45] PHP Fatal error: Call to a member function
on a non-object in
/home/brentadv/public_html/rc/program/include/rcube_db.inc on line
366
Line 366 says:
return "now()";
:s but I don't think it's that.
Also I couldn't work out how to do this in cpanel. I have already
set up my database with correct username and pass.
Database Setup
While we're uploading (or after we're done) we have one final step
to do before we can start using Roundcube. We need to set up our
database. Open your website control panel. You first need to create
a database and user with the information we decided earlier. Then
add that user to the database. Next we execute the SQL file found
in the "/SQL/" directory in Roundcube that is named:
"*.initial.sql" where * is your database backend type (mySQL,
PostgreSQL, SQLite).
For example with mysql enter the following code on the command line:
mysql --user=(your_db_user_name) -p (your_db_name) < mysql.initial.sql
=
--
Powered By Outblaze
_______________________________________________
List info: http://lists.roundcube.net/dev/www.danda.org.uk
DANDA - Developmental Adult Neuro-Diversity Association
=
--
Powered By Outblaze
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi Folks,
I disabled persistent db-connections and IMAP cache, as you can see:
db.inc.php:
// use persistent db-connections
$rcmail_config['db_persistent'] = FALSE;
main.inc.php:
// enable caching of messages and mailbox data in the local database.
// this is recommended if the IMAP server does not run on the same machine
$rcmail_config['enable_caching'] = FALSE;
Again, my server performance hangs with a lot of httpd process, but now
after something about 15 hours of working. Any idea of how can I solve this?
PS: I'll install apache-top to understand better what's happening.
Thanks,
Felipe Neuwald.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi Folks,
I'm running roundcube-0.1.20070902 on a FreeBSD 6.2-STABLE system. This
is an email system with something about 3k users, and I was using
squirrelmail as my webmail system. Yesterday, I migrated my webmail
system to roundcube, but, when I have something about 1 hour of user,
the system hangs with a lot of httpd processes. I had to back my webmail
system to squirrelmail to get my system working again.
Does anybody knows why this is happening?
Here is my confs:
db.inc.php:
<?php
/*
+-----------------------------------------------------------------------+
| Configuration file for database access |
| |
| This file is part of the RoundCube Webmail client |
| Copyright (C) 2005, RoundCube Dev. - Switzerland |
| Licensed under the GNU GPL |
| |
+-----------------------------------------------------------------------+
*/
$rcmail_config = array();
// PEAR database DSN for read/write operations
// format is db_provider://user:password@host/databse
// currentyl suported db_providers: mysql, sqlite
$rcmail_config['db_dsnw'] = 'mysql://roundcube:xxx@localhost/roundcube';
// postgres example: 'pgsql://roundcube:pass@localhost/roundcubemail';
// sqlite example: 'sqlite://./sqlite.db?mode=0646';
// PEAR database DSN for read only operations (if empty write database
will be used)
// useful for database replication
$rcmail_config['db_dsnr'] = '';
// database backend to use (only db or mdb2 are supported)
$rcmail_config['db_backend'] = 'db';
// maximum length of a query in bytes
$rcmail_config['db_max_length'] = 512000; // 500K
// use persistent db-connections
$rcmail_config['db_persistent'] = TRUE;
// you can define specific table names used to store webmail data
$rcmail_config['db_table_users'] = 'users';
$rcmail_config['db_table_identities'] = 'identities';
$rcmail_config['db_table_contacts'] = 'contacts';
$rcmail_config['db_table_session'] = 'session';
$rcmail_config['db_table_cache'] = 'cache';
$rcmail_config['db_table_messages'] = 'messages';
// you can define specific sequence names used in PostgreSQL
$rcmail_config['db_sequence_users'] = 'user_ids';
$rcmail_config['db_sequence_identities'] = 'identity_ids';
$rcmail_config['db_sequence_contacts'] = 'contact_ids';
$rcmail_config['db_sequence_cache'] = 'cache_ids';
$rcmail_config['db_sequence_messages'] = 'message_ids';
// end db config file
?>
main.inc.php:
<?php
/*
+-----------------------------------------------------------------------+
| Main configuration file |
| |
| This file is part of the RoundCube Webmail client |
| Copyright (C) 2005, RoundCube Dev. - Switzerland |
| Licensed under the GNU GPL |
| |
+-----------------------------------------------------------------------+
*/
$rcmail_config = array();
// system error reporting: 1 = log; 2 = report (not implemented yet), 4
= show, 8 = trace
$rcmail_config['debug_level'] = 1;
// enable caching of messages and mailbox data in the local database.
// this is recommended if the IMAP server does not run on the same machine
$rcmail_config['enable_caching'] = TRUE;
// lifetime of message cache
// possible units: s, m, h, d, w
$rcmail_config['message_cache_lifetime'] = '10d';
// automatically create a new RoundCube user when log-in the first time.
// a new user will be created once the IMAP login succeeds.
// set to false if only registered users can use this service
$rcmail_config['auto_create_user'] = TRUE;
// the mail host chosen to perform the log-in
// leave blank to show a textbox at login, give a list of hosts
// to display a pulldown menu or set one host as string.
// To use SSL connection, enter ssl://hostname:993
$rcmail_config['default_host'] = 'localhost';
// TCP port used for IMAP connections
$rcmail_config['default_port'] = 143;
// Automatically add this domain to user names for login
// Only for IMAP servers that require full e-mail addresses for login
// Specify an array with 'host' => 'domain' values to support multiple hosts
$rcmail_config['username_domain'] = 'cepatec.org.br';
// This domain will be used to form e-mail addresses of new users
// Specify an array with 'host' => 'domain' values to support multiple hosts
$rcmail_config['mail_domain'] = '';
// Path to a virtuser table file to resolve user names and e-mail addresses
$rcmail_config['virtuser_file'] = '';
// Query to resolve user names and e-mail addresses from the database
// %u will be replaced with the current username for login.
// The query should select the user's e-mail address as first col
$rcmail_config['virtuser_query'] = '';
// use this host for sending mails.
// to use SSL connection, set ssl://smtp.host.com
// if left blank, the PHP mail() function is used
$rcmail_config['smtp_server'] = 'localhost';
// SMTP port (default is 25; 465 for SSL)
$rcmail_config['smtp_port'] = 25;
// SMTP username (if required) if you use %u as the username RoundCube
// will use the current username for login
$rcmail_config['smtp_user'] = '';
// SMTP password (if required) if you use %p as the password RoundCube
// will use the current user's password for login
$rcmail_config['smtp_pass'] = '';
// SMTP AUTH type (DIGEST-MD5, CRAM-MD5, LOGIN, PLAIN or empty to use
// best server supported one)
$rcmail_config['smtp_auth_type'] = '';
// Log sent messages
$rcmail_config['smtp_log'] = TRUE;
// these cols are shown in the message list
// available cols are: subject, from, to, cc, replyto, date, size, encoding
$rcmail_config['list_cols'] = array('subject', 'from', 'date', 'size');
// relative path to the skin folder
$rcmail_config['skin_path'] = 'skins/default/';
// use this folder to store temp files (must be writebale for apache user)
$rcmail_config['temp_dir'] = 'temp/';
// use this folder to store log files (must be writebale for apache user)
$rcmail_config['log_dir'] = 'logs/';
// session lifetime in minutes
$rcmail_config['session_lifetime'] = 10;
// check client IP in session athorization
$rcmail_config['ip_check'] = false;
// Use an additional frequently changing cookie to athenticate user
sessions.
// There have been problems reported with this feature.
$rcmail_config['double_auth'] = false;
// this key is used to encrypt the users imap password which is stored
// in the session record (and the client cookie if remember password is
enabled).
// please provide a string of exactly 24 chars.
$rcmail_config['des_key'] = 'rcmail-!24ByteDESkey*Str';
// the default locale setting
$rcmail_config['locale_string'] = 'pt_BR';
// use this format for short date display
$rcmail_config['date_short'] = 'D H:i';
// use this format for detailed date/time formatting
$rcmail_config['date_long'] = 'd.m.Y H:i';
// use this format for today's date display
$rcmail_config['date_today'] = 'H:i';
// add this user-agent to message headers when sending
$rcmail_config['useragent'] = 'RoundCube Webmail/0.1b';
// use this name to compose page titles
$rcmail_config['product_name'] = 'RoundCube Webmail';
// only list folders within this path
$rcmail_config['imap_root'] = '';
// store draft message is this mailbox
// leave blank if draft messages should not be stored
$rcmail_config['drafts_mbox'] = 'Drafts';
// store spam messages in this mailbox
$rcmail_config['junk_mbox'] = 'Junk';
// store sent message is this mailbox
// leave blank if sent messages should not be stored
$rcmail_config['sent_mbox'] = 'Sent';
// move messages to this folder when deleting them
// leave blank if they should be deleted directly
$rcmail_config['trash_mbox'] = 'Trash';
// display these folders separately in the mailbox list.
// these folders will automatically be created if they do not exist
$rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts',
'Sent', 'Junk', 'Trash');
// protect the default folders from renames, deletes, and subscription
changes
$rcmail_config['protect_default_folders'] = TRUE;
// Set TRUE if deleted messages should not be displayed
// This will make the application run slower
$rcmail_config['skip_deleted'] = FALSE;
// Set true to Mark deleted messages as read as well as deleted
// False means that a message's read status is not affected by marking
it as deleted
$rcmail_config['read_when_deleted'] = TRUE;
// When a Trash folder is not present and a message is deleted, flag
// the message for deletion rather than deleting it immediately.
Setting this to
// false causes deleted messages to be permanantly removed if there is
no Trash folder
$rcmail_config['flag_for_deletion'] = TRUE;
// Make use of the built-in spell checker. It is based on GoogieSpell.
$rcmail_config['enable_spellcheck'] = TRUE;
// For a locally installed spellcheker, specify the URI to call it, for
example:
// 'http://' . $_SERVER['HTTP_HOST'] . '/spellchecker.php?lang='
// Leave empty to use the Google spell checking service, what means
// that the message content will be sent to Google in order to check
spelling
$rcmail_config['spellcheck_uri'] = '';
// These languages can be selected for spell checking.
// Configure as a PHP style hash array: array('en'=>'English',
'de'=>'Deutsch');
// Leave empty for default set of Google spell check languages
$rcmail_config['spellcheck_languages'] = NULL;
// path to a text file which will be added to each sent message
// paths are relative to the RoundCube root folder
$rcmail_config['generic_message_footer'] = '';
// this string is used as a delimiter for message headers when sending
// leave empty for auto-detection
$rcmail_config['mail_header_delimiter'] = NULL;
// in order to enable public ldap search, create a config array
// like the Verisign example below. if you would like to test,
// simply uncomment the Verisign example.
/**
* example config for Verisign directory
*
* $rcmail_config['ldap_public']['Verisign'] = array(
* 'name' => 'Verisign.com',
* 'hosts' => array('directory.verisign.com'),
* 'port' => 389,
* 'base_dn' => '',
* 'bind_dn' => '',
* 'bind_pass' => '',
* 'search_fields' => array('mail', 'cn'), // fields to search in
* 'name_field' => 'cn', // this field represents the contact's name
* 'email_field' => 'mail', // this field represents the contact's
e-mail
* 'surname_field' => 'sn', // this field represents the contact's
last name
* 'firstname_field' => 'gn', // this field represents the contact's
first name
* 'scope' => 'sub', // search mode: sub|base|list
* 'filter' => '', // used for basic listing (if not empty)
and will be &'d with search queries. ex: (status=act)
* 'fuzzy_search' => true); // server allows wildcard search
*/
// don't allow these settings to be overriden by the user
$rcmail_config['dont_override'] = array();
// list of configuration option names that need to be available in
Javascript.
$rcmail_config['javascript_config'] = array('read_when_deleted',
'flag_for_deletion');
// try to load host-specific configuration
$rcmail_config['include_host_config'] = FALSE;
/***** these settings can be overwritten by user's preferences *****/
// show up to X items in list view
$rcmail_config['pagesize'] = 40;
// use this timezone to display date/time
$rcmail_config['timezone'] = -3;
// daylight savings are On
$rcmail_config['dst_active'] = TRUE;
// prefer displaying HTML messages
$rcmail_config['prefer_html'] = TRUE;
// compose html formatted messages by default
$rcmail_config['htmleditor'] = TRUE;
// show pretty dates as standard
$rcmail_config['prettydate'] = TRUE;
// default sort col
$rcmail_config['message_sort_col'] = 'date';
// default sort order
$rcmail_config['message_sort_order'] = 'DESC';
// save compose message every 300 seconds (5min)
$rcmail_config['draft_autosave'] = 300;
// default setting if preview pane is enabled
$rcmail_config['preview_pane'] = FALSE;
// don't let users set pagesize to more than this value if set
$rcmail_config['max_pagesize'] = 200;
// end of config file
?>
Thanks,
Felipe Neuwald.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I'm new in Roundcube. I Download and install roundcubemail-0.1-rc1.1.
I have some questions.
1. In Internet Explorer, the screen i see bad. Not in Mozilla Firefox.
2. In some html mails, i cant see the images.
3. When i want see an .jpg attach, it open a window with caracters and not
the picture.
4. How download an atach?
5. In compose Windows, i cant compose in HTML, only text plain.
Thanks.
_______________________________________________
List info: http://lists.roundcube.net/users/
Dears
Does anyone of you tried to use roundcubemail with dbmail 2.5,
apache 2.2.4. php 5.2.3 ? on FreeBSD 6.2 AMD64?
I did try with I386 and works perfectly but in 64Bits I doesn't work :(
this are the logs
console
[24-Sep-2007 21:57:23 -0400]: * CAPABILITY IMAP4 IMAP4rev1 AUTH=LOGIN
ACL NAMESPACE CHILDREN SORT QUOTA THREAD=ORDEREDSUBJECT UNSELECT
cp01 OK CAPABILITY completed
Tried PLAIN: Resource id #31
[24-Sep-2007 22:01:38 -0400]: * CAPABILITY IMAP4 IMAP4rev1 AUTH=LOGIN
ACL NAMESPACE CHILDREN SORT QUOTA THREAD=ORDEREDSUBJECT UNSELECT
cp01 OK CAPABILITY completed
Tried PLAIN: Resource id #31
[24-Sep-2007 22:02:14 -0400]: * CAPABILITY IMAP4 IMAP4rev1 AUTH=LOGIN
ACL NAMESPACE CHILDREN SORT QUOTA THREAD=ORDEREDSUBJECT UNSELECT
cp01 OK CAPABILITY completed
Tried PLAIN: Resource id #31
[24-Sep-2007 22:04:53 -0400]: * CAPABILITY IMAP4 IMAP4rev1 AUTH=LOGIN
ACL NAMESPACE CHILDREN SORT QUOTA THREAD=ORDEREDSUBJECT UNSELECT
cp01 OK CAPABILITY completed
Tried PLAIN: Resource id #31
[24-Sep-2007 22:07:18 -0400]: * CAPABILITY IMAP4 IMAP4rev1 AUTH=LOGIN
ACL NAMESPACE CHILDREN SORT QUOTA THREAD=ORDEREDSUBJECT UNSELECT
cp01 OK CAPABILITY completed
Tried PLAIN: Resource id #31
If any one of you knows how to make it work I will appreciated it..!!
Thanks and regards
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I just installed v0.1-rc1 on Solaris 10 and after falling into a few of
the common pitfalls (all solved by searching the archives) I've hit a
brick wall.
Initially I setup roundcube on a non-secure http port and had everything
working perfectly. I then moved it to https and although I can login,
see my email messages and read them I can't do much else as all the
buttons above the message list are grayed out and inactive. Any ideas?
There is a certificate error with my https site which I'm still trying
to track down, could that be related? Seems unlikely as I would have
thought that it would have blocked all access if it was a serious problem.
I get the same result with both Firefox 2.0.0.7 and IE7.
Peter
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I've just installed Roundcube after recommendation from my local LUG and
have, so far, been very impressed. I'm sending this email for a few
reasons:
1. So I can get an email with the headers and configure my procmail
setup for the list :)
2. To say well done, keep it up, and 'hi'
3. To mention an odd bug, or possibly a bug, that I found on install
The problem I have with it is that I'm not at all sure whether I can
repeat it, but I have had the same thing on two installs so far.
The install went fine, as per the instructions on the site and all
worked fine. On the first install I then amended the install to allow
logging into two different servers (with nice text, not the server name
in the drop down), but for the second this wasn't done. I've only done
the bare minimum in the way of changes from the default config files,
and haven't explored any settings not necessary to configure to get it
working - database details, mail servers, etc.
After my first couple of logins to test the system out I started getting
a login failed error, and I could not get rid of this by changing the
login account, password or server - it failed in every case. Since it
was late I left things until the following day, but when I tried logging
in again it went without a hitch, and has done for all subsequent
logins.
That was the first install, the second one went pretty much the same
(bar not adding in a second server to log into). I left the server and
kept trying to login again on and off over the period of about and hour
give or take, and got an error every time (after the initial successful
logins). Again I had to leave the server for a few hours, and when I
returned all was fine, and has been since.
I'm not really expecting a fix for this, since I seem to be unable to
repeat it (although it may happen again on another new install), but
thought it worth noting.
My setup on both was Debian stable patched up to date, using Exim4 for
the MTA, Dovecot for the IMAP access, Apache2 for the web server and
mySQL for the backend database - oh, and PHP5.
Anyway, my next piece of work is to look into adjusting the page title
and adding to the Roundcube logo on the web pages - not to remove
reference to Roundcube, but to make it clear that it is my webmail
system. I'll dig through the docs and code and ask any questions if I
get stuck :)
--
Paul Tansom | Aptanet Ltd. | http://www.aptanet.com/ | 023 9238 0001
======================================================================
Registered in England | Company No: 4905028 | Registered Office:
Crawford House, Hambledon Road, Denmead, Waterlooville, Hants, PO7 6NU
_______________________________________________
List info: http://lists.roundcube.net/users/
Dear all,
The new release of RC fixed some important errors but I find one
new. That is I have set up that the default message fromat is HTML.
When I want to switch to txt (as now) I cannot do it. RC displays an
error message, the conversion is never completed and I have to close
the browser as no button then works. Operating System : FreeBSD,
Server : Apache/1.3.39 (Unix) PHP/5.2.4 , MYSQL Version : 5.0.45, PHP
Safe Mode : Off
Anyone else also experiencing this or is it only me?
Thanks!
Zbigniew Szalbot
_______________________________________________
List info: http://lists.roundcube.net/users/
If I send an email to an account, it appears Round Cube doesn't update
it's message cache. Even if I log out and back in again, the message
never appears in the Inbox. Further more, if I drag a message into
another folder, the message count increases (visually), but I don't see
the message appear in the folder. Seems like the two are related.
Best,
Erik
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello
Is it possible to archive all one's old emails, both in and out.? With AOL,
there is a Personal Filing Cabinet which stores emails over several years.
I'd like to do the same with Round Cube Webmail.
Frank
_______________________________________________
List info: http://lists.roundcube.net/users/
I install roundcube on my fedora server
With yum install roundcube
Tu i don't find the sql-file
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I am using roundcube-0.1-20070902 and when ever I create an email and want
to send it (especially html one), it always warns me that I want to send an
empty email (without any body), which is not true as I have just finished
typing a message. Not sure if it is only me?
Thank you.
Zbigniew Szalbot
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I have Roundcube Version 0.1-rc1, with a junk mail folder. How do I filter
junk mail (to deliver junk mail to the junk mail folder instead of my
inbox)? My junk mail is usually marked Spam by MailScanner, and there are
other criteria I could apply to filter other messages if I knew what to
configure.
I've used procmail in the past to make sure junk mail was delivered to a
mail folder other than my inbox, but only with POP3 clients.
Recommendations?
Thanks in advance
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I have in my mailserver tho domains, and I want that only one has access by RoundCube webmail.
I put in "main.inc.php"
$rcmail_config['username_domain'] = 'myfirstdomain.com';
$rcmail_config['mail_domain'] = 'myfirstdomain.com';
But, when I put the complete user. Eg. user(a)myseconddomain.com , It works.
How can I block this?
Thanks.
Marcos.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I'm just wondering if anyone else experiences some weirdness when dealing
with attachments in Roundcube with firefox. Whenever I click an incoming
attachment, it opens fine, but then I can't click on anything in roundcube.
Once I refresh the page, it works again, but only until I click on another
attachment... then I refresh and it works again... etc etc.
I get the same thing on different computers with firefox - one on Linux and
one on Windows.
Anyone else get this and/or know of a fix?
Cheers
Alex
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello users,
I am getting this error in my error.log
[Wed Aug 29 22:53:41 2007] [error] [client XXXXXX] File does not
exist: /home/USERNAME/public_html/email/program/js/tiny_mce/themes/advanced/css/editor_content.css
WHen try to click on Send Message now, i got prompt "Send empty
message" ?? Even if I filled all...
Using last trung get over SVN...
THnx
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi listserv, I am no deploying this wonderful web client but I have a couple
questions. Is there an easy way to connect a user to an LDAP address book?
Also can different users have different address books? Help!
Richard Spencer
Information Technology and Systems Manager
Telelink Call Center
St. John's, Newfoundland, Canada
<http://www.telelinkcallcenter.com> www.telelinkcallcenter.com
1-709-757-5963 (W)
1-709-687-8166 (C)
ISO 9001:2000 Certified
ATSI Gold Site Certified
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi!
Is there any solution to make the lines wrap?
I tried with a snapshot build, the current stable (0.1-rc1 I think), and
beta2.2. Only beta2.2 showed the message correctly formatted, the others
not. But beta2.2 puts the search box behind the roundcube logo.
I have a screenshot about the rc not wrapping my lines:
http://www.dgn.hu/roundcube.png
Please write me if you have any solutions.
Have good night:
Marton Neher
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I'm still running Roundcube Version 0.1-20051021, so it's been time to upgrade for some time. But I can't find any documentation on how to do that. Where is it?
Also, I need feedback on which version of Roundcube to install. SourceForge.net advertises a pure GPL version and the standard Webmail version. I plan to install 0.1-RC1 on RHES v4, so I think the pure GPL version will do. Let me know about that, thanks
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
_______________________________________________
List info: http://lists.roundcube.net/users/
Well, I thought of something like Mozilla Thunderbirds view of threaded
e-mails.
Especially for mailing-lists this is very useful.
Thought of some folder specific settings switch, turning the threaded view
on or off.
Daniel
PS: Find a example here: http://typo3.org/fileadmin/dl/newsgroups/thread.gif
On Thu, 23 Aug 2007 15:04:06 -0500, Sean Rad <radglobal(a)gmail.com> wrote:
> Daniel. Was there a usability model you had in mind for this?
> Like Gmail does it, or some other model for it?
>
> On Wed Aug 22 3:29�AM� , Daniel Spies sent:
>
> Hi everyone!
> Does someone know if it will be possible to have a threaded view for
> some
> folders in the future?
> BTW: Have to say thank you to the devs for this beautyful, amazing
> webmail!
> RoundCube Webmail comletely replaced my Squirrelmail, and I didn't
> miss it
> yet! :)
> Regards,
> Daniel
> _______________________________________________
> List info: http://lists.roundcube.net/users/
>
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all,
Ive only had RoundCube running for about an hour now, so excuse any of my
n00b stupidity please.
Its all working now, however the identities concept doesnt seem to work
too well for us.
We have about 80 domain names on a mail server, which I have pointed
RoundCube at.
All of the accounts use the full email address as the user name. I have set:
$rcmail_config['default_host'] = 'mail.fueladvance2.com';
With that combination, any of our users could login fine.
However sending mail doesnt work until you manually create an identity.
This isnt a great first-run experience, and I dont want to have to write
some sort of script to sync the mail server accounts with the RoundCube
identities table.
Is there a simple mod I can make that bypasses this concept of identities
and just says use the username as the from address ?
I have already configured:
$rcmail_config['smtp_server'] = 'mail.fueladvance2.com';
$rcmail_config['smtp_port'] = 25;
$rcmail_config['smtp_user'] = '%u';
$rcmail_config['smtp_pass'] = '%p';
$rcmail_config['smtp_auth_type'] = '';
Any suggestions?
Great so far otherwise! I'm excited about using this product.
Thanks,
Tatham Oddie
Fuel Advance Ignite Your Idea
call:+61414275989, call:+61280113982, skype:tathamoddie,
msn:tatham@oddie.com.au, fueladvance.com
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi everyone!
Does someone know if it will be possible to have a threaded view for some
folders in the future?
BTW: Have to say thank you to the devs for this beautyful, amazing webmail!
RoundCube Webmail comletely replaced my Squirrelmail, and I didn't miss it
yet! :)
Regards,
Daniel
_______________________________________________
List info: http://lists.roundcube.net/users/
If you get this, your mail is either dependent on gigo.com, or
you're on a mailing list hosted by gigo.com (under a variety of different
names).
The gigo.com maintenance is now scheduled, for Aug 25, starting 5p
Pacific.
For a period of up to about 8 hours, expect that mail will be unreachable
(but not lost), and mailing list posts on CRPL, Woodworkers, RoundCube,
etc will be delayed. Mail for SCA domains routed through here will be
similiarly delayed that evening.
Once the web server is back up, I'll maintain status at http://gigo.com .
Just becaues the web server is up, doesn't mean *everything* is. Please
have some patience. I intend to block mail until I've done functional
testing post-maintenance to make sure things are smooth, before allowing
the outside world to talk to the mail server again.
My priority order is approximately:
shut down servers on old box, do final sync
physically swap computers, bring up new computer
mail
database
web
irc
jabber
Again, status: http://gigo.com/ . Those of you with my cell # can use
it if needed. I'll also be on Y! Instant Messenger. Local users: you
were just sent private mail with my phone number.
SCA folks with addresses routed via gigo.com: pleaes route your issues
via Michael O'Connor (David Jones); or .. look up contact info for Danae
Fitzroberts (Danae Fesler), my wife.
--
Jason Fesler, email/jabber <jfesler(a)gigo.com> resume: http://jfesler.com
"Give a man fire, and he'll be warm for a day;
set a man on fire, and he'll be warm for the rest of his life."
_______________________________________________
Notify mailing list
Notify(a)lists.gigo.com
http://lists.gigo.com/mailman/listinfo/notify
To see why you received this, visit http://gigo.com/notify
_______________________________________________
List info: http://lists.roundcube.net/users/
Nobody?
-------- Original Message --------
Subject: RoundCube Folder w/ 8500+ messages (Squirrelmail 1.5.x works fine)
Date: Sat, 28 Jul 2007 12:22:22 -0400
From: <jjh(a)megalomanic.net>
To: users(a)lists.roundcube.net
I've searched around but haven't found any solutions to this.
Hopefully I haven't overlooked anything.
I have a folder on my imap account (spam) with 8500+ messages in it.
I can't for the life of me figure out how to get roundcube to quickly
open that folder.
At first I thought I might need to replace my imap server. My imap
server is courier (I love it), but I've also copied the same folder
into dovecot and dbmail without any differences. From what I've read
both of the test servers I've tried should have benifits but as they
haven't I've ruled out that as a solution for now.
I've also tried various imap clients. RoundCube of course, which
takes (guessing) 30+ seconds to open the folder. Navigating away and
back to the folder takes another 30+ seconds to open it again. That
seems riddiculus but Squirrelmail 1.4.x seems to have the same issue.
Thunderbird seems to take 30+ seconds to load all the headers but once
they are loaded I can quickly move back and forth
between folders.
Finally, Squirrelmail 1.5.x works wonderfully - it loads in a second
and I can pick an set of messages (page 500 for example) and it will
immediately open to that set. That would be great if I was still
using Squirrelmail, but RoundCube is miles ahead in the look and feel.
Are there any current fixes or tweaks I can use for this? I see two
ways to improve this, the first is caching of message headers like
Thunderbird apparently does. I could be wrong but I think all that is
currently cached in the database is messages, not headers. (Database
and Imap and Apache are on the same machine btw) That would be
acceptible to me as once I have my client open it stays open for
hours/days. The ideal fix though would be to impliment whatever is in
squirrelmail 1.5.x. Now obviously that's a perl vs php but it should
translate just the same. If they can do it, roundcube could do it,
no?
Thanks,
Jim
_______________________________________________
List info: http://lists.roundcube.net/users/