Closed danieleggert closed 2 months ago
RFC 7377: Use RETURN (ALL) instead of RETURN ()
RETURN (ALL)
RETURN ()
RFC 7377 allows search options ALL to be encoded as RETURN () instead of RETURN (ALL), but some servers fail to properly parse this.
ALL
We will now encode [SearchReturnOption.all] as RETURN (ALL) instead of RETURN ().
[SearchReturnOption.all]
RFC 7377: Use
RETURN (ALL)
instead ofRETURN ()
Motivation:
RFC 7377 allows search options
ALL
to be encoded asRETURN ()
instead ofRETURN (ALL)
, but some servers fail to properly parse this.Modifications:
We will now encode
[SearchReturnOption.all]
asRETURN (ALL)
instead ofRETURN ()
.