Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
e0e1fc38
Commit
e0e1fc38
authored
9 months ago
by
Nigel Reed
Committed by
Rob Swindell
9 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix messages with blank bodies not showing up on iphone
parent
834282be
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!455
Update branch with changes from master
,
!449
Fix messages with blank bodies not showing up on iphone
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
exec/imapservice.js
+2
-2
2 additions, 2 deletions
exec/imapservice.js
with
2 additions
and
2 deletions
exec/imapservice.js
+
2
−
2
View file @
e0e1fc38
...
...
@@ -247,8 +247,8 @@ function send_fetch_response(msgnum, fmat, uid)
function
get_rfc822_text
()
{
if
(
rfc822
.
text
==
undefined
)
rfc822
.
text
=
base
.
get_msg_body
(
msgnum
,
true
,
true
,
true
);
if
(
rfc822
.
text
==
undefined
)
rfc822
.
text
=
''
;
if
(
rfc822
.
text
===
""
||
rfc822
.
text
==
undefined
)
rfc822
.
text
=
'
No body here
'
;
}
function
get_rfc822
()
{
...
...
This diff is collapsed.
Click to expand it.
Deucе
@Deuce
mentioned in commit
6ab2d322
·
6 months ago
mentioned in commit
6ab2d322
mentioned in commit 6ab2d322562fe041e2f188c9acd5a45d5ade4b9d
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment