mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 08:23:48 +03:00
666f84edea
we include the username in session cookie values. but cookie values must be ascii-only, go's net/http's drops bad values. the typical solution is to querystring-encode/decode the cookie values, which we'll now do. problem found by arnt, thanks for reporting!
9 lines
136 B
Text
9 lines
136 B
Text
DataDir: data
|
|
User: 1000
|
|
LogLevel: trace
|
|
Hostname: mox.example
|
|
Postmaster:
|
|
Account: mjl☺
|
|
Mailbox: postmaster
|
|
Listeners:
|
|
local: nil
|