Re: [DISCUSS] Potential Use Cases for MailIO Connector

2024-11-12 Thread LDesire
Dear Wiśniowski Piotr, Thank you for your detailed and insightful response. While I'm still working on building the basic structure of the MailIO connector, your information will be very helpful in setting the direction for future development. I particularly found your insights about the comple

Re: [DISCUSS] Potential Use Cases for MailIO Connector

2024-11-12 Thread LDesire
Dear Marcin, Thank you for your suggestion. I think it's a great idea. What do you think about providing the attachment details to users including filename, type, and data (as byte array)? Thank you for your valuable feedback. Best regards, LDesire > 2024. 11. 12. 오후 9:49, Marcin Stańczak 작

Re: [DISCUSS] Potential Use Cases for MailIO Connector

2024-11-12 Thread Marcin Stańczak
Hello, One additional scenario that might be useful is the ability to fetch and process email attachments, such as CSV files, from specific recipients who send automated reports with a consistent schema. This would allow for seamless integration of recurring email-based data into data pipelines.

Re: [DISCUSS] Potential Use Cases for MailIO Connector

2024-11-12 Thread Piotr Wiśniowski
Hi, Had theoretical poc project in the past with quite similar functionalities needed. Bounded read makes sense, and can be threatened as special case of unbounded read. The second I could imagine is doing the same (reading emails for downstream processing like some logic triggers or ml categorizat