[Home]

Summary:ASTERISK-11203: Error when saving a message to IMAP: Message contains bare newlines
Reporter:James Rothenberger (jaroth)Labels:
Date Opened:2008-01-10 13:37:54.000-0600Date Closed:2008-01-10 14:03:59.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/app_voicemail
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) imap_bareline.patch
Description:Incorrect formatting of one IMAP header causes IMAP server (in our case Cyrus) to return the following error and not save the message:

IMAP Error: Message contains bare newlines

RFC2045 states that lines should end with a Carriage Return then Line Feed.
Comments:By: Digium Subversion (svnbot) 2008-01-10 14:03:59.000-0600

Repository: asterisk
Revision: 97846

U   trunk/apps/app_voicemail.c

------------------------------------------------------------------------
r97846 | mmichelson | 2008-01-10 14:03:58 -0600 (Thu, 10 Jan 2008) | 5 lines

Use the appropriate line ending for the X-Asterisk-VM-Message-Type header.

(closes issue ASTERISK-11203, reported and patched by jaroth)


------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=97846