You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Ben Speakmon (JIRA)" <ji...@apache.org> on 2007/08/07 09:31:59 UTC

[jira] Updated: (EMAIL-67) Create e-mail attachment using an OutputStream

     [ https://issues.apache.org/jira/browse/EMAIL-67?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ben Speakmon updated EMAIL-67:
------------------------------

        Fix Version/s: 1.1
             Assignee: Ben Speakmon
    Affects Version/s: 1.0

> Create e-mail attachment using an OutputStream
> ----------------------------------------------
>
>                 Key: EMAIL-67
>                 URL: https://issues.apache.org/jira/browse/EMAIL-67
>             Project: Commons Email
>          Issue Type: New Feature
>    Affects Versions: 1.0
>            Reporter: Charl Gerber
>            Assignee: Ben Speakmon
>            Priority: Minor
>             Fix For: 1.1
>
>
> I'm using POI to create .xls files in memory that I want to send as e-mail attachments. I now have to first save the created POI workbooks, then attach the files to the e-mail and then have a mechanism to clean up the temporary files after the mail was sent. The POI HSSFWorkbook has a method:
> write(java.io.OutputStream stream) 
> If this operation could write directly into the e-mail attachment, it would increase performance and require a lot less overhead to manage the temporary files.
> I am sure there are plenty other examples of attachments being created as files in memory that could be sent directly without having to create it as an actual file first.

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