On Tue, Sep 29, 2009 at 17:11, Vincent Massol
<vincent(a)massol.net> wrote:
* byte[] getAttachmentContent(AttachmentName attachmentName) throws
Exception;
I would prefer
InputStream getAttachmentContent(AttachmentName attachmentName) throws
Exception;
instead which is more generic.