Hi

Yes we love contributions. Please create a JIRA and provide a patch.
http://camel.apache.org/contributing.html


On Thu, Dec 22, 2011 at 6:58 PM, ychawla <premiergenerat...@yahoo.com> wrote:
> Hi Phil,
> I saw the same behavior for a Mail Server we are going against.  I am
> thinking it would be great to have a configuration on the endpoint like
> 'useDispositionForAttachmentRetrieval'.
>
> There can a check around this block:
>
>  if (disposition != null && (disposition.equalsIgnoreCase(Part.ATTACHMENT)
> || disposition.equalsIgnoreCase(Part.INLINE))) { }
>
> The critical check on the file name should still be performed:
>
>                    String fileName = part.getFileName();
>                    if (fileName != null)
>
> I would be willing to work on a patch if the Camel commiters think this is a
> good approach.
>
> Thanks,
> Yogesh
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Camel-Email-Component-Missing-Attachments-tp3386382p5095264.html
> Sent from the Camel Development mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
FuseSource
Email: cib...@fusesource.com
Web: http://fusesource.com
Twitter: davsclaus, fusenews
Blog: http://davsclaus.blogspot.com/
Author of Camel in Action: http://www.manning.com/ibsen/

Reply via email to