howdy,
this looks like its caused by the query to retrieve an existing user and the query to insert a new user get a different value for host.
in program/include/main.inc, rcmail_login(), the query to check for an existing user takes the raw host, while the insert to create a new user takes the parse_url()'ed host.
one solution is to move the parse url block before the db query to check for if the user exists.
cheers justin
Stephan Dahlmann wrote:
Hi Thomas,
thanks for the good work again. It works a lot better with Courier now :-) I can also connect via SSL now. But if i do so, my Addressbook is empty and my Preferences (Language and so on) are lost. Are these things saved server related? The Account is the same...
New position if the Taskbar is nice! It's getting better and better :-)
greets Stephan
On Fri, 21 Oct 2005 15:26:42 +0200, Thomas Bruederli roundcube@gmail.com wrote:
Hi everybody,
There were many bug reports and discussions about problems with RoundCube posted in the last two weeks. Now we have fixed some of the most important bugs and can announce a new release. It does not include any new functions :-( but brings some visual enhancements with it.
Support for Courier IMAP should now be better and RoundCube now 'really' supports SSL connections to IMAP servers. Then we moved the taskbar (many people could not live with it) to the upper right corner of the browser window. This may also solve some scrolling issues.
Then we got some new translations in Swedish, Latvian, Portuguese and Brasilian which were added to the new release. Thanks to all the translators.
For further details please check the release notes at https://sourceforge.net/project/shownotes.php?release_id=365053
Attention for all Courier users: If you're upgrading from a previous release, make sure you remove the INBOX. prefix from the 'sent_mbox' and 'trash_mbox' config parameter. You can also remove the 'imap_root' parameter because this is now retrieved from the server.
Enjoy! Thomas