mox/webaccount
Mechiel Lukkien 666f84edea
fix login for account names with non-ascii chars
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!
2024-04-11 23:11:31 +02:00
..
account.go implement imap quota extension (rfc 9208) 2024-03-11 14:24:32 +01:00
account.html add styling for sticky table headers, for scrolling with long tables 2024-03-16 19:27:29 +01:00
account.js improve queue management 2024-03-18 08:50:42 +01:00
account.ts factor common typescript api call code pattern into a function 2024-03-17 08:41:33 +01:00
account_test.go fix login for account names with non-ascii chars 2024-04-11 23:11:31 +02:00
api.json implement imap quota extension (rfc 9208) 2024-03-11 14:24:32 +01:00
api.ts implement imap quota extension (rfc 9208) 2024-03-11 14:24:32 +01:00
import.go replace packages slog and slices from golang.org/x/exp with stdlib 2024-02-08 14:49:01 +01:00