Excellent. That did the trick!
Thanks...
On Tue, 25 Oct 2005 16:23:41 +0200, Jasper Slits <jasper(a)insiders.nl> wrote:
> David A. Davenport wrote:
>> Greetings,
>>
>> I patched (against CVS) and all ran successfully. But, it won't work
> for me... everything is still sorted the same. I logged out and back on,
> to no avail.
>>
>
> I think you need to apply the other patch of mine too which deals with
> the non-English sorting stuff and some other sorting related bugs:
>
> https://sourceforge.net/tracker/index.php?func=detail&aid=1336257&group_id=…
>
> Can you verify if it works after applying that patch?
I've installed the 102105 version, seems to work really well otherwise, but when I go
to another folder or read an email, my Inbox shows as empty. Nothing except logging
out and back in seems to fix it.
I tried disabling caching, but that didn't help either.
--
Walter Francis
http://khayts.ushttp://theblackmoor.nethttp://unlimitedphoto.com Powered by Fedora Core 3
Hi all,
something regarding usability:
Do you like it when clicking on a link inside a webpage (an eMail in our case) opens a new WebBroser Window?
I really hate this in the meantime.
If there's a link inside a mail RoundCube makes it clickable but it opens in a new Window.
I would appreciate if this wasn't the case - let the user decide!
Maybe it could even be made configurable.
Thanks and HF
stephan
woops!
thanks for the heads up - the patches are up there now.
cheers
justin
Robert Landes wrote:
>Justin,
>
>I would love to test it. It might be helpful, if you attach the files to the SourceForge page ;-)
>
>Regards,
>
>Robert
>
>On Tue, 25 Oct 2005 17:55:51 +1000, justin randell <justin(a)babel.com.au> wrote:
>
>
>>howdy,
>>
>>just posted some patches to sourceforge here:
>>
>>http://sourceforge.net/tracker/index.php?func=detail&aid=1337099&group_id=1…
>>
>>the patches add sorting awareness to the single page view.
>>
>>please test/comment etc.
>>
>>cheers
>>justin
>>
>>
Greetings,
Also, on my Courier 4.0.x install, the bug in opening an unread message appears to have returned. I am forced to mark the message unread, and then open it again.
Dave
4
6
Priorities
by Kennedy, Richard (Aventure Media)
25 Oct '05
25 Oct '05
Anyone noticed that the priorities are mixed up? Ie Highest Priority =
Lowest, High = Low etc
Just noticed it when I tried a few outbound messages this morning.
Richard
So I figured out the problem. I set up my email server using the
qmailrocks.com default setup. So my SMTP server does require
authentication, except for when it's coming from the local IP, since
apache and qmail reside on the same box.
So... I had to put my postmaster@<emailaddress>.com in the username,
and left the password blank. That worked. Great product by the way!
-----Original Message-----
From: Jeremy Jongsma [mailto:jeremy@jongsma.org]
Sent: Wednesday, October 19, 2005 12:06 AM
To: RoundCube Dev
Cc: Bain Kennedy
Subject: Re: [RoundCube Dev] Problem with SMTP authentication
I have the same problem, and my server definitely requires
authentication. I can only send mail from roundcube by using the PHP
mail() function.
-j
On Wed, 2005-10-19 at 01:09 -0500, Rob Smith wrote:
> I'm assuming your SMTP server requires authentication? If so, did
> you fill in your username and password in main.inc.php? If you did
> fill in your username and password, are you sure your SMTP server
> requires authentication? At first I thought mine did, and had filled
> in the info, but this was actually causing a login error because my
> SMTP server doesn't require login.
>
> Rob
>
> Bain Kennedy wrote:
> > Sorry, I'm new, and couldn't find a past list to look this up.
> >
> > I am having a problem with SMTP auth, communicating with a QMail
> > server. I know it works through Thunderbird, Outlook and OS X mail.
> > Is this a known issue, or am I missing something. I know this is
> > not very descriptive but:
> >
> > SMTP Error
> > in /opt/www/roundcubemail/program/steps/mail/sendmail.inc
> > (178): SMTP error: authentication failure
> >
> > Thanks for any insight.
> >
> >
> >
> >
> > !DSPAM:4355dc24109691893432006!
Sven Nickel wrote:
> One step further:
>
> After changing the COMM_PATH initialisation in index.php as follows I am
> able to use the adressbook, adjust the personal settings, use the logout
> and even compose a message.
>
> $COMM_PATH = sprintf('index.php?_auth=%s&_task=%s', $sess_auth, $_task);
Will make that configurable in future versions.
>
> The missing problems left are:
>
> - Messages cannot be opened using the double click, answered using the
> corresponding button or forwarded. i.e. it only tries to load for a
> long, long time and finishs with " *Fatal error*: Maximum execution time
> of 120 seconds exceeded in
> *c:\Inetpub\wwwroot\mail\program\lib\imap.inc* on line *104* ". I think
> that there might be a problem for the IMAP client to read the message.
Seems to be a socket error. There have been some issues with Courier
IMAP server but these should be solved with the latest release.
>
> - In the top of the message list a PHP warning shows up: Warning: date()
> [function.date]: Windows does not support dates prior to midnight
> (00:00:00), January 1, 1970 in
> c:\Inetpub\wwwroot\mail\program\include\main.inc on line 955
>
> Do you sse a chance to fix these two problems as well as the one with
> the self-referencing?
Currenlty Roundcube is developed and tested on Unix/Linux systems and I
don't have a windows machine with IIS to test it.
>
> Is there any debug information that I can provide you with? I might as
> well create a temporary account on my private IMAP Server and provide
> you with the account information. That way you might reproduce the error.
If somedbody is willing to test and debug RoundCube under Windows/IIS I
would appreciate but at this time we can't provide any support for it.
>
> Greetings
> Sven
Regards,
Thomas
> ------------------------------------------------------------------------
> *Von:* Sven Nickel [mailto:snickel@gmx.net]
> *Gesendet:* Freitag, 21. Oktober 2005 19:39
> *An:* 'dev(a)lists.roundcube.net'
> *Betreff:* WG: Login fails using RoundCube under IIS Web Server (Windows
> XP) with "HTTP 405"
>
> It turns out that after manually changing the action field in the login
> template the list of messages shows up correctly. That is a great step
> at least.
>
> I think that if RoundCube should work with IIS all self-referencing
> forms must shall at least point to "index.php". But it would be better
> if it would point to the path provided via $_SERVER["PHP_SELF"]. So the
> code in clean php, the JavaScript scripts, the template parsing and the
> templates might need to be adjusted.
>
> Now after being logged in I'm unable to open any message or use any of
> the buttons. I think that the reason for that is the (in the view of
> IIS) "wrong" self-reference.
>
> Do you see a change to change that behavious so that every self-refernce
> uses the scripts real path - or at least that until there is a final
> solution that "index.php" is used instead of "./" ?
>
> Addition: IIS is configured to look for "index.php" automatically if
> only a reference to the directory is passed. That way adressing
> http://localhost/mail opens the "index.php" as wanted.
>
> Thanks a lot
> Sven
> ------------------------------------------------------------------------
> *Von:* Sven Nickel [mailto:snickel@gmx.net]
> *Gesendet:* Freitag, 21. Oktober 2005 19:01
> *An:* 'dev(a)lists.roundcube.net'
> *Betreff:* Login fails using RoundCube under IIS Web Server (Windows XP)
> with "HTTP 405"
>
> Hallo RoundCube Developers!
>
> I have installed RoundCube under IIS (Windows XP German) and am running
> MySQL and PHP on the same system. I have got the problem that when I
> open the login page (http://localhost/mail.index.php), type in the
> correct user information and then press the Login button it just gives
> me the page for "HTTP 405 - Resource not allowed".
>
> I think that it has to do with the way IIS reacts the the action field
> that is provided in the login form:
>
> <form name="form" action="./" method="post">
>
> If I save the html source and replace the action field above with
> 'action="index.php"' the list of messages turns up. I myself did some
> PHP/MySQL development but don't have a clue what the problem here is. I
> think that I should get further if RoundCube would not only provider
> "./" in den login field but also the complete address of the file. I
> don't really know if it would solve the problem but at least the login
> should work - so I think - if RoundCube would use 'action=\"" .
> $_SERVER["PHP_SELF"]'.
>
> What do you think about that?
>
> Thanks a lot
> Sven Nickel
>
> Berlin, Germany
> ICQ: 18256397
> Web: http://www.fooserama.de <http://www.fooserama.de/>
>
>