reply_to property
final
The message this one replies to, from the +reply tag.
The server is inconsistent about the spelling and sends +reply from one module and
+draft/reply from another, so both are accepted on the way in.
Implementation
final String? reply_to;