Skip to content
Snippets Groups Projects

Attempt to fix sysop paged emails not showing up

Closed Nigel Reed requested to merge add_body_to_pager_email into master

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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • assigned to @rswindell

  • This work-around if done at all, should be done in JS (i.e. imapservice.js), not in the C++ source.

  • closed

  • Author Developer

    Please explain. You can't just insert a body where no body exists, surely? This is not a problem with the imap service, it's a problem with the iphone that won't read an imap message if it doesn't have a body.

  • 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
Loading