You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we are trying to use the mail-source application to download emails from our mail server and feed existing attachments into a stream. however, only a string of the complete email (with attachments) is transmitted in the mail-source component. is there a possibility to have the email parsed directly into a multipart email? or does this have to be implemented manually by the user?
thanks in advance
regards,
juergen
The text was updated successfully, but these errors were encountered:
So, independently of the mail content we always try to convert it into a String.
It is not clear how you'd like to be streamed a multipart email downstream, so we leave such a complex task out of this project scope.
hi,
we are trying to use the mail-source application to download emails from our mail server and feed existing attachments into a stream. however, only a string of the complete email (with attachments) is transmitted in the mail-source component. is there a possibility to have the email parsed directly into a multipart email? or does this have to be implemented manually by the user?
thanks in advance
regards,
juergen
The text was updated successfully, but these errors were encountered: