Attempt to fix sysop paged emails not showing up
In issue 740, Keyop reported that emails with a body are not showing up in the iPhone email client. This just adds the subject to the body of the email. Tested and approved by Keyop.
Merge request reports
Activity
assigned to @rswindell
The problem appears to be specifically with IMAP, so why force every other method of sysop notification (e.g. POP3 email) to include a redundant message body? That's not necessary.
Yes, the imap service could insert a body where no body exists: an empty string, blank line(s), a copy of the subject. Whatever you think is best and appears to work. Less is more.
Please register or sign in to reply