Hi,
So firstly sorry for my English I'm not really good
I want to connect the web service office 365 with Talend. I did it with tpop but it's not what i want, i would like to extract data from the mail and not save it on my computer.
So currently i use twebserviceinput but it's complicate to configure it ^^
I don't know what put for the method for example.
Thank's for you help
Hi,
i would like to extract the subject, author, body, date and attachement and save it in database. I need these informations as a texte except for the attachment of course
thank's !!
Hi, If I understand your requirement very well, you can design your job as:tpop( fetch email messages from a server )-->tfileinputmail(reads subjects, author, object...). Please take a look at component reference about:TalendHelpCenter:tFileInputMail Best regards Sabrina
Yes i want that but with tpop, messages are saved on my computer, in disk C: and i don't want to save these messages, just extract data. I've already done tpop with tfileinputmail and it works but i have copy of email. Maybe I could delete mail after extraction of data with tfileinputmail ? Thanks
Ok, How can I read body of email with tfileinputMail ? Because i have lot of code (tags Html) with the text.
My email are in mail type and I use MIME, it works for author, date, subject, attachment, subject but non body.