mirror of
https://github.com/chatmail/core.git
synced 2026-04-19 06:26:30 +03:00
Message.set_text() and Message.get_text() are modified accordingly
to accept String and return String.
Messages which previously contained None text
are now represented as messages with empty text.
Use Message.set_text("".to_string())
instead of Message.set_text(None).