You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Ben Speakmon (JIRA)" <ji...@apache.org> on 2007/02/02 01:03:06 UTC

[jira] Commented: (EMAIL-56) [Email] Parsing MIME content.

    [ https://issues.apache.org/jira/browse/EMAIL-56?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12469622 ] 

Ben Speakmon commented on EMAIL-56:
-----------------------------------

One of the MimeMessage constructors in JavaMail (both 1.3 and 1.4) already does this, BTW.

I'm not sure this is something that falls within commons-email's scope. The commons-email API, I think, is for the common cases where you just want to build and send an email without needing the power (or complexity) of JavaMail. If you're already pulling messages from an email server, I don't know why you wouldn't just use JavaMail for manipulating it -- the power and complexity is just what you need for those kinds of jobs. And it doesn't seem worth the trouble to duplicate any of that code in commons-email when the existing code works just fine.

If you can suggest a compelling use case for this, I can look further into it.

> [Email] Parsing MIME content.
> -----------------------------
>
>                 Key: EMAIL-56
>                 URL: https://issues.apache.org/jira/browse/EMAIL-56
>             Project: Commons Email
>          Issue Type: Improvement
>         Environment: Operating System: Windows XP
> Platform: Other
>            Reporter: Jose M. Ordax
>            Priority: Minor
>
> This is not a bug, it is a Feature Request.
> It should be nice if the framework implements a way to create a MultiPartMessage
> from an InputStream or a String with all the content of a real message got from
> a POP3 or NNTP server.
> Currently it seems you have to create it manually adding headers and parts via
> methods. And I think in this way is not really useful.
> Thanks,
>    Chemi.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org