@@ -4012,7 +4012,7 @@ static void _php_make_header_object(zval *myzvalue, ENVELOPE *en)
4012
4012
4013
4013
object_init (myzvalue );
4014
4014
4015
- if (en -> remail ) add_property_string (myzvalue , "Oemail " , en -> remail );
4015
+ if (en -> remail ) add_property_string (myzvalue , "remail " , en -> remail );
4016
4016
if (en -> date ) add_property_string (myzvalue , "date" , (char * )en -> date );
4017
4017
if (en -> date ) add_property_string (myzvalue , "Date" , (char * )en -> date );
4018
4018
if (en -> subject ) add_property_string (myzvalue , "subject" , en -> subject );
@@ -4021,7 +4021,7 @@ static void _php_make_header_object(zval *myzvalue, ENVELOPE *en)
4021
4021
if (en -> message_id ) add_property_string (myzvalue , "message_id" , en -> message_id );
4022
4022
if (en -> newsgroups ) add_property_string (myzvalue , "newsgroups" , en -> newsgroups );
4023
4023
if (en -> followup_to ) add_property_string (myzvalue , "followup_to" , en -> followup_to );
4024
- if (en -> references ) add_property_string (myzvalue , "Oeferences " , en -> references );
4024
+ if (en -> references ) add_property_string (myzvalue , "references " , en -> references );
4025
4025
4026
4026
if (en -> to ) {
4027
4027
array_init (& paddress );
@@ -4191,7 +4191,7 @@ void _php_imap_add_body(zval *arg, BODY *body)
4191
4191
}
4192
4192
4193
4193
/* encapsulated message ? */
4194
- if ((body -> type == TYPEMESSAGE ) && (!strcasecmp (body -> subtype , "Ofc822 " ))) {
4194
+ if ((body -> type == TYPEMESSAGE ) && (!strcasecmp (body -> subtype , "rfc822 " ))) {
4195
4195
body = body -> CONTENT_MSG_BODY ;
4196
4196
array_init (& parametres );
4197
4197
object_init (& param );
0 commit comments