05-29-2019 09:40 AM
Hello everyone,
I would like to extract files from received emails. Can you help me please?
Thank you in advance
05-31-2019 09:22 PM
06-01-2019 02:10 AM
Thank you for your reply. In fact, I'm new to LabView so I don't really know it profoundly.
The issue is that I receive each time a huge number of files in my email and I need each time to download it in order to analyze it with LabView.
What I have today is a LabVIEW code that allows me to put my files as input and do some analysis. What I want to be able to do is to allow LabVIEW to extract automatically files from my email so I don't have to do it manually each time
06-02-2019 07:54 PM
Although what you're describing is possible, it sounds like it might be overkill for the example you're considering.
Perhaps instead you could try
Directly accessing your emails introduces a whole raft of concerns with security (passwords etc), filtering (what if one of the emails you receive has nothing attached, or isn't related to the processing step you're describing?), network connectivity (not likely a problem, but could be...), and so on.