Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
liblinphone
Commits
149fd7bf
Commit
149fd7bf
authored
Apr 30, 2018
by
Ghislain MARY
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow parsing of CPIM with wrong "Content-type: Message/CPIM" header.
parent
f314b694
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
share/cpim_grammar
share/cpim_grammar
+0
-0
src/chat/cpim/parser/cpim-rules
src/chat/cpim/parser/cpim-rules
+3
-1
No files found.
share/cpim_grammar
View file @
149fd7bf
No preview for this file type
src/chat/cpim/parser/cpim-rules
View file @
149fd7bf
Message = Message-headers CRLF Content-headers CRLF
Message = [Crappy-header CRLF] Message-headers CRLF Content-headers CRLF
Crappy-header = "Content-Type: Message/CPIM" CRLF
Message-headers = 1*( Message-header CRLF )
Message-header = From-header / To-header / DateTime-header / cc-header / Subject-header / NS-header / Require-header / Header
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment