Shawn Iverson
Shawn Iverson
I think yellow is still a good brand color for MailWatch. Although eFa uses this color (or close to it), I don't think MailWatch should have to conform to that....
\xF3 on its own is not valid in multi-byte unicode
any characters in an email address that aren't ASCII must be encoded UTF8, see https://www.rfc-editor.org/rfc/rfc6532#section-3.2
utf8mb4_unicode_ci is preferred if the database supports it. In the case of email addresses, they must conform to standard ASCII and UTF8.
@dajones70 Great feature requests. As for the session timeout, I haven't heard back from you on your message on PR #1111 . I will be more than happy to help...
@Skywalker-11 *nods*
Ah, I see. That wasn't clear to me. Makes a lot more sense now.
I think this one should remain open for further consideration. I think the create.sql and upgrade.php logic could be combined into a unified database preparation script. Not really necessary right...
Is this similar to Ruby on Rails routing in concept? I'm familiar with Ruby on Rails using this approach.
This is bad security practice, this should be done instead and the clear_env directive left alone... ``` env[PATH] = /usr/sbin;/usr/bin;/usr/local/bin;/usr/local/sbin; ```