On Wed, Apr 21, 2010 at 06:08:48PM -0400, Sam Varshavchik wrote:
> >Can I just change
> >
> >MYSQL_LOGIN_FIELD       username
> >
> >to
> >
> >MYSQL_LOGIN_FIELD       LOWER(username)
> >
> >?
> 
> That should work.

Erm, won't that just lowercase the value read out of the database, rather
than the value supplied by the user?

But off the top of my head, I think that Mysql queries on varchar columns
are case-insensitive anyway. And you can always construct a custom SQL
query.

------------------------------------------------------------------------------
_______________________________________________
Courier-imap mailing list
Courier-imap@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap

Reply via email to