projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bc23d4
)
Set mimetype to lower case (bug #1597)
author
Mark Spencer
<markster@digium.com>
Mon, 10 May 2004 13:18:12 +0000
(13:18 +0000)
committer
Mark Spencer
<markster@digium.com>
Mon, 10 May 2004 13:18:12 +0000
(13:18 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2942
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/app_voicemail.c
patch
|
blob
|
history
diff --git
a/apps/app_voicemail.c
b/apps/app_voicemail.c
index
107ac6f
..
8bae30c
100755
(executable)
--- a/
apps/app_voicemail.c
+++ b/
apps/app_voicemail.c
@@
-863,7
+863,7
@@
static int sendmail(char *srcemail, struct ast_vm_user *vmu, int msgnum, char *m
/* Something unique. */
snprintf(bound, sizeof(bound), "Boundary=%d%s%d", msgnum, mailbox, getpid());
- fprintf(p, "Content-Type: MULTIPART/MIXED; BOUNDARY=\"%s\"\n\n\n", bound);
+ fprintf(p, "Content-Type: multipart/mixed; boundary=\"%s\"\n\n\n", bound);
fprintf(p, "--%s\n", bound);
}