[ 
http://jira.magnolia-cms.com/browse/MAGNOLIA-2451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jan Haderka reopened MAGNOLIA-2451:
-----------------------------------


Port to 5.0 is missing.

{code}
     public boolean isMultipart() {
        return (this.multipartMixed != null);
     }
{code}
Doesn't seem correct. I know it is fine because the {{mixed}} part is 
encapsulating the {{related}} part as you have described in the comment in this 
issue, but it's not clear for anyone looking just at the code w/o knowing 
related issue. Either there needs to be similar comment in the code describing 
hierarchy that is being created or the variables need to be renamed.


> Attachments are removed by Outlook
> ----------------------------------
>
>                 Key: MAGNOLIA-2451
>                 URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-2451
>             Project: Magnolia
>          Issue Type: Bug
>      Security Level: Public
>          Components: mail
>    Affects Versions: 3.6.1, 3.6.3
>            Reporter: Marcel van den Brink
>            Assignee: Milan Divilek
>            Priority: Major
>             Fix For: 4.5.5
>
>
> When sending an email with an attachment it is always considered to be a 
> multipart message. The type of this message will be set to "related" (line 65 
> of the file MgnlMultipartEmail.java).  This causes Outlook 2003 to remove the 
> attachment. Most other mail clients do show it.
> The problem is solved when setting the type to "mixed".

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to