Tjalve 0 Posted August 13, 2013 (edited) Hi my fellow coders. Im currently developing a program to monitor server performance at alot of diffrent locations. I have created a webbbased application that the program send information to, and everyting works great. However i do have some servers on remote sites that are locked down and do not have access to port 80. Therefor i have used the the script son this forum to make the program send an email with the data as an attached CSV, and it works great. The big isssue is that everyday i need to manually download this email and we are talking about 20 mail with 2 attahced files, every day. So my question is: Is there a way to download theese attachments to a specific folder on my machine/server without using a third party application? I know i could do it with Outlook or Mozilla thunderbird. But i would prefer not to use any of these. Ive checked gmails atom feed. But i dosnet look like you could download attachments with that. I also checked a pop UDF that looks promesing but it didnt support SSL (witch is needed for google as far ias i understand). So i leave the uestion open. Suggestions? Thanks Edited August 13, 2013 by Tjalve Share this post Link to post Share on other sites
water 2,392 Posted August 13, 2013 IIRC this has been discussed on the forum. If you search for "gmail attachment download" or something similar you should be able to find the thread. My UDFs and Tutorials: Spoiler UDFs:Active Directory (NEW 2020-10-10 - Version 1.5.2.1) - Download - General Help & Support - Example Scripts - WikiOutlookEX (NEW 2020-12-15 - Version 1.6.3.1) - Download - General Help & Support - Example Scripts - WikiOutlookEX_GUI (2020-06-27 - Version 1.3.2.0) - DownloadOutlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - WikiTask Scheduler (2019-12-03 - Version 1.5.1.0) - Download - General Help & Support - WikiTutorials:ADO - Wiki, WebDriver - Wiki Share this post Link to post Share on other sites
Tjalve 0 Posted August 13, 2013 I did search the forum first. I ound this thread:'?do=embed' frameborder='0' data-embedContent>> But the other threads in there ware dead ends since they ware refering to the things i stated in my first post. The last post ins a reference to somthing in german. My german isnt that great to be honest Share this post Link to post Share on other sites
water 2,392 Posted August 13, 2013 I checked the german forum you linked to. Unfortunately the script doesn't support SSL neither. My UDFs and Tutorials: Spoiler UDFs:Active Directory (NEW 2020-10-10 - Version 1.5.2.1) - Download - General Help & Support - Example Scripts - WikiOutlookEX (NEW 2020-12-15 - Version 1.6.3.1) - Download - General Help & Support - Example Scripts - WikiOutlookEX_GUI (2020-06-27 - Version 1.3.2.0) - DownloadOutlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - WikiTask Scheduler (2019-12-03 - Version 1.5.1.0) - Download - General Help & Support - WikiTutorials:ADO - Wiki, WebDriver - Wiki Share this post Link to post Share on other sites
water 2,392 Posted August 13, 2013 If you could use Outlook then it would be rather simple to automate using my OutlookEX UDF. My UDFs and Tutorials: Spoiler UDFs:Active Directory (NEW 2020-10-10 - Version 1.5.2.1) - Download - General Help & Support - Example Scripts - WikiOutlookEX (NEW 2020-12-15 - Version 1.6.3.1) - Download - General Help & Support - Example Scripts - WikiOutlookEX_GUI (2020-06-27 - Version 1.3.2.0) - DownloadOutlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - WikiTask Scheduler (2019-12-03 - Version 1.5.1.0) - Download - General Help & Support - WikiTutorials:ADO - Wiki, WebDriver - Wiki Share this post Link to post Share on other sites
Tjalve 0 Posted August 13, 2013 If you could use Outlook then it would be rather simple to automate using my OutlookEX UDF. I know. Ive done it befor, but i was hoping to find another solution... Share this post Link to post Share on other sites
DatMCEyeBall 132 Posted August 13, 2013 (edited) You could try the ActiveX part of EAGetMail from here. I haven't had much luck with it Edited August 13, 2013 by DatMCEyeBall "Just be fred, all we gotta do, just be fred." -Vocaliod"That is a Hadouken. A KAMEHAMEHA would have taken him 13 days and 54 episodes to form." - Roden Hoxha@tabhookedClock made of cursors ♣ Desktop Widgets ♣ Water Simulation Share this post Link to post Share on other sites