You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Aside from security, in RFC 5545 I don't see any reference to 7-bit encoding, only 8BIT and BASE64, so yes, I'd agree.
encodingparam = "ENCODING" "="
( "8BIT"
; "8bit" text encoding is defined in [[RFC2045](https://www.rfc-editor.org/rfc/rfc2045)]
/ "BASE64"
; "BASE64" binary encoding format is defined in [[RFC4648](https://www.rfc-editor.org/rfc/rfc4648)]
axunonb
added a commit
to axunonb/ical.net
that referenced
this issue
Nov 25, 2024
UTF7Encoding.UTF7Encoding()
is obsolete:The UTF-7 encoding is insecure and should not be used. Use UTF-8 instead.
@minichma Agree?
The text was updated successfully, but these errors were encountered: