Hi,
I generally lurked to this list. I'm writing to you because
I'm getting a problem which I cannot identify the cause.
I'm using roudcube-0.1-rc1, with courierimap installed together
with a qmail-toaster package.
Everything works nice, beside a point:
- an email with body bigger than 200k (i'm experiencing problems
with mails of 400 and 600k) when opened gives a black page.
All other mails (tiny) open correctly.
What could it be the cause? cannot rc handle mails with big
body content?
Thank you for your hints.
Mirko
_______________________________________________
List info: http://lists.roundcube.net/dev/
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/dev/
Hey Adam,
please let us know if we can help you out fine-tuning it.
Thanks,
Till
_______________________________________________
List info: http://lists.roundcube.net/dev/
unsubscribe
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.476 / Virus Database: 269.11.17/951 - Release Date: 8/13/2007
10:15 AM
_______________________________________________
List info: http://lists.roundcube.net/dev/
We installed r675 and in the usual testing I found out that the
compact button is no longuer working (usually delete the messages from
thunderbird).
With the rc1 version it was working fine.
Two diferent situations.
1.- Deleted from thunderbird (not compacted)
2.- I can see and open the files from roundcube (as expected)
3.- I compact the folder within roundcube, from the 4 messages I had
as deleted, there are 3 that disappeared and the other one remains.
4.- With the one left, I can open the message, read the subject, but I
cannot see the body, neither delete the message.
I tested it in english both with Firefox/Linux and IE6/WIndows and the
error is exactly the same.
I double checked the permissions in the mail server to ensure that
there are no errors.
If you know any more test to do, I'll be glad to investigate
Cheers
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi devs!
I have finally made it to publish some code documentation which was created
using the phpDoc from the source files: http://roundcube.net/doc/phpdoc/
There's also a wiki page describing the directory structure and some
important functions: http://trac.roundcube.net/trac.cgi/wiki/Dev_Docs
Hope this will help you guys to get familiar with the RoundCube code base.
I'll try to continue describing how RC works. Please let me know, if you
miss any kind of information. For me, everything seems to be clear :-)
~Thomas
_______________________________________________
List info: http://lists.roundcube.net/dev/
If you are receiving this message, that means I've identified this address
as being dependent on "gigo.com". I've tried to make sure that if you
have multiple addresses (due to you having your own domain name) dependent
on gigo.com that I only include one of your addresses.
You may also be seeing this message due to a mailing list you're on, being
hosted here. (CRPL, Woodworkers, RoundCube).
The purpose of this list is to notify folks of major system maintenance
and changes. There will be major changes in the next 2-8 weeks, and it
will involve downtown of several hours. Exact timing is in question and
based on how much personal time I can spend on the new server.
If you do not want to be on this notification list, you can unsubscribe
with http://gigo.com/mailman/listinfo/notify#subscribers .
If you do unsubscribe, I encourage you to watch http://gigo.com/ or
feed://gigo.com/index.rdf . Or, .. just be aware that there will be
downtime at some point in the next month or two for some hefty changes.
Jason Fesler
gigo.com postmaster, webmaster, list master, and janitor.
_______________________________________________
Notify mailing list
Notify(a)gigo.com
http://gigo.com/mailman/listinfo/notify
_______________________________________________
List info: http://lists.roundcube.net/dev/
Sean,
please CC the list.
On 8/12/07, Sean Heukels <seanheukels(a)hotmail.com> wrote:
>
> I installed devel-next nightly and found some errors. Thought I'd let you
> know
>
> [Sun Aug 12 20:08:44 2007] [error] PHP Fatal error: Call to undefined
> function: build_email() in
> /home/domain01/domains/domain.nl/public_html/backend/includes/notifications.inc
> on line 30
build_email is not part of roundcube. ;-)
> [Sun Aug 12 21:01:17 2007] [error] PHP Parse error: syntax error,
> unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}'
> in
> /home/domain01/domains/domain.nl/public_html/rc/program/include/rcube/registry.php
> on line 26
> [Sun Aug 12 21:01:30 2007] [error] PHP Parse error: syntax error,
> unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}'
> in
> /home/domain01/domains/domain.nl/public_html/rc/program/include/rcube/registry.php
> on line 26
Are you using php4?
Till
_______________________________________________
List info: http://lists.roundcube.net/dev/
Dear RoundCube developers,
first of all thank you for the development of RoundCube! Even in this
pre-1.0 state, this project looks very promising. I'm looking forward
for the further development.
For a customer we are using an ini-setting session.cookie_lifetime which
is non-zero, so the session is still open if the browser gets closed.
With this setting, a login to RoundCube was not possible. I tracked the
problem down to the function sess_regenerate_id() in
program/include/session.inc. The parameters passed to the call to
setcookie are not right. A possible solution may be the following:
session_id($random);
$cookie = session_get_cookie_params();
- setcookie(session_name(), $random, $cookie['lifetime'], $cookie['path']);
+ $expire = ($cookie['lifetime'] == 0) ? 0 : time() + $cookie['lifetime'];
+ setcookie(session_name(), $random, $expire, $cookie['path']);
return true;
setcookie does not expect the lifetime but an expiry unix timestamp.
If the cookie lifetime is 0 (session cookie) nothing changes.
Otherwise, if the lifetime is non-zero we need to add the current time.
I'm sorry for not using your bugtracker, but i didn't find a "report
bug" form. Anyhow, i hope the patch will get applied.
Thanks in advance and best regards,
Sebastian
--
Sebastian Petters
www.4wdmedia.de
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello everyone, we want to use this great webmail for our mail service
and as appreciation of your work I would like to share all our
knowledge about roundcube. We are planning to start our work at the end
of august, so it will include whole source code security audit, some new
feature development and of course bug fixing. I already had a small to
talk with Brett and he agreed that our cooperation will bring a lot of
benefits to roundcube project.
For now I would like to inform you about a bug that I've discovered
during installation of latest svn trunk. I'm getting a lot of PHP fatal
errors because getallheaders() function do not exist in my compilation
of PHP because I'm using it as fastcgi binary and PHP documentation says
that:
This function is only supported when PHP is installed as an Apache
module.
Not sure if my second problem related to the first one, but I'm unable
to see my list of mails if I've changed the current folder, in other
words I can see my mails only for the first time the window is drawn if
I'll change my location all mails will dissapear until I would press
refresh button or go to the settings page and back.
--
Regards, Andris
_______________________________________________
List info: http://lists.roundcube.net/dev/