slaughter Posted October 2, 2008 Share Posted October 2, 2008 (edited) IMAP AU3 Client GUI * UPDATE No2 Now working: *Recieve mail *Mail goes to inbox *Mail box tree shows right folders *You can read mail text *Shuld be moe comtible with more mail servers TDO: * Insted of label use edit box *Renew folder tree and mail list after mail recieving is done To make it work just change settings in ini file. I left my test account. So you can end mails and test how it works test mail is test@lirosta.lt MAIL.zip ( 6.43K ) : 65 [old one] IMAP_MAIL_1.0C.ZIP Edited October 10, 2008 by slaughter robertocm 1 In progress: Windows Server bruteforce GUARD Admin Tools (Remote client control) Bypasing firewall Old stuff: [font="Verdana;"]MD5 Auto Update Calendar XP SS multi usser server & client Autoit Remote Control (ARC)[/font] Link to comment Share on other sites More sharing options...
tlokz Posted October 3, 2008 Share Posted October 3, 2008 omg I have been looking for this forever Ive been trying to incorparate sending mails from my mail server in my program... will deffinently be watching this thread... tho on topic: it crashes when downloading mail... C:\Users\T_LOKZz\Desktop\Imap_get2.au3 (338) : ==> Array variable has incorrect number of subscripts or subscript dimension range exceeded.: MsgBox(0,"",$mail_tekstas[5]) MsgBox(0,"",^ ERROR Link to comment Share on other sites More sharing options...
slaughter Posted October 3, 2008 Author Share Posted October 3, 2008 omg I have been looking for this forever Ive been trying to incorparate sending mails from my mail server in my program... will deffinently be watching this thread... tho on topic: it crashes when downloading mail... C:\Users\T_LOKZz\Desktop\Imap_get2.au3 (338) : ==> Array variable has incorrect number of subscripts or subscript dimension range exceeded.: MsgBox(0,"",$mail_tekstas[5]) MsgBox(0,"",^ ERRORculd be... sory had no time to test with more mail servers.... Now working on understanding mail mesage body syntax In progress: Windows Server bruteforce GUARD Admin Tools (Remote client control) Bypasing firewall Old stuff: [font="Verdana;"]MD5 Auto Update Calendar XP SS multi usser server & client Autoit Remote Control (ARC)[/font] Link to comment Share on other sites More sharing options...
slaughter Posted October 3, 2008 Author Share Posted October 3, 2008 culd someone send me you mesage body? Jus delete ;~ at lines 139 and 140 it will make txt file then post it here wuld be great!!!!! 139 FileDelete("Body.txt") 140 _FileWriteFromArray("Body.txt", $body) In progress: Windows Server bruteforce GUARD Admin Tools (Remote client control) Bypasing firewall Old stuff: [font="Verdana;"]MD5 Auto Update Calendar XP SS multi usser server & client Autoit Remote Control (ARC)[/font] Link to comment Share on other sites More sharing options...
slaughter Posted October 7, 2008 Author Share Posted October 7, 2008 So anybody can help me out a bit? In progress: Windows Server bruteforce GUARD Admin Tools (Remote client control) Bypasing firewall Old stuff: [font="Verdana;"]MD5 Auto Update Calendar XP SS multi usser server & client Autoit Remote Control (ARC)[/font] Link to comment Share on other sites More sharing options...
martin Posted October 7, 2008 Share Posted October 7, 2008 So anybody can help me out a bit?I sent myself an email on another account and that worked fine, and I sent one to you. Did you get it? Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script. Link to comment Share on other sites More sharing options...
slaughter Posted October 7, 2008 Author Share Posted October 7, 2008 I sent myself an email on another account and that worked fine, and I sent one to you. Did you get it?no i didint :/ Wuld be great to get from more mail servers like hMialServer, hotmail, gmail, ect. Then i culd analyse email bodies and write some more functions to get more VAR's from email body. In progress: Windows Server bruteforce GUARD Admin Tools (Remote client control) Bypasing firewall Old stuff: [font="Verdana;"]MD5 Auto Update Calendar XP SS multi usser server & client Autoit Remote Control (ARC)[/font] Link to comment Share on other sites More sharing options...
slaughter Posted October 9, 2008 Author Share Posted October 9, 2008 (edited) TDO 2008-10-09: 1. PHP Function to decode UTF subject. Found in work. Nead to make it work on au3. function decode_utf8($str) { preg_match_all("/=\?UTF-8\?B\?([^\?]+)\?=/i",$str, $arr); for ($i=0;$i<count($arr[1]);$i++){ $str=ereg_replace(ereg_replace("\?","\?", $arr[0][$i]),base64_decode($arr[1][$i]),$str); } return $str; } 2. check how this PHP function works: imap_headerinfo 3. Change body striping TEXT -> Content-Type: text/plain 4. BASE64 encode end to --> "--" Edited October 9, 2008 by slaughter In progress: Windows Server bruteforce GUARD Admin Tools (Remote client control) Bypasing firewall Old stuff: [font="Verdana;"]MD5 Auto Update Calendar XP SS multi usser server & client Autoit Remote Control (ARC)[/font] Link to comment Share on other sites More sharing options...
slaughter Posted October 10, 2008 Author Share Posted October 10, 2008 TDO 2008-10-09: 1. PHP Function to decode UTF subject. Found in work. Nead to make it work on au3.2. check how this PHP function works: imap_headerinfo3. Change body striping TEXT -> Content-Type: text/plain4. BASE64 encode end to --> "--"DONEScript UPDATED In progress: Windows Server bruteforce GUARD Admin Tools (Remote client control) Bypasing firewall Old stuff: [font="Verdana;"]MD5 Auto Update Calendar XP SS multi usser server & client Autoit Remote Control (ARC)[/font] Link to comment Share on other sites More sharing options...
slaughter Posted October 11, 2008 Author Share Posted October 11, 2008 no comments? :/ In progress: Windows Server bruteforce GUARD Admin Tools (Remote client control) Bypasing firewall Old stuff: [font="Verdana;"]MD5 Auto Update Calendar XP SS multi usser server & client Autoit Remote Control (ARC)[/font] Link to comment Share on other sites More sharing options...
XPecto Posted October 11, 2008 Share Posted October 11, 2008 Thanks! Link to comment Share on other sites More sharing options...
slaughter Posted October 11, 2008 Author Share Posted October 11, 2008 Thanks! Nice commentar =]]Any feed back? In progress: Windows Server bruteforce GUARD Admin Tools (Remote client control) Bypasing firewall Old stuff: [font="Verdana;"]MD5 Auto Update Calendar XP SS multi usser server & client Autoit Remote Control (ARC)[/font] Link to comment Share on other sites More sharing options...
ptrex Posted October 12, 2008 Share Posted October 12, 2008 @slaughter Does this work to read a gmail account ? regards ptrex Contributions :Firewall Log Analyzer for XP - Creating COM objects without a need of DLL's - UPnP support in AU3Crystal Reports Viewer - PDFCreator in AutoIT - Duplicate File FinderSQLite3 Database functionality - USB Monitoring - Reading Excel using SQLRun Au3 as a Windows Service - File Monitor - Embedded Flash PlayerDynamic Functions - Control Panel Applets - Digital Signing Code - Excel Grid In AutoIT - Constants for Special Folders in WindowsRead data from Any Windows Edit Control - SOAP and Web Services in AutoIT - Barcode Printing Using PS - AU3 on LightTD WebserverMS LogParser SQL Engine in AutoIT - ImageMagick Image Processing - Converter @ Dec - Hex - Bin -Email Address Encoder - MSI Editor - SNMP - MIB ProtocolFinancial Functions UDF - Set ACL Permissions - Syntax HighLighter for AU3ADOR.RecordSet approach - Real OCR - HTTP Disk - PDF Reader Personal Worldclock - MS Indexing Engine - Printing ControlsGuiListView - Navigation (break the 4000 Limit barrier) - Registration Free COM DLL Distribution - Update - WinRM SMART Analysis - COM Object Browser - Excel PivotTable Object - VLC Media Player - Windows LogOnOff Gui -Extract Data from Outlook to Word & Excel - Analyze Event ID 4226 - DotNet Compiler Wrapper - Powershell_COM - New Link to comment Share on other sites More sharing options...
slaughter Posted October 13, 2008 Author Share Posted October 13, 2008 @slaughterDoes this work to read a gmail account ?regardsptrexIF GMAIL do not require SSL It shuld work... In progress: Windows Server bruteforce GUARD Admin Tools (Remote client control) Bypasing firewall Old stuff: [font="Verdana;"]MD5 Auto Update Calendar XP SS multi usser server & client Autoit Remote Control (ARC)[/font] Link to comment Share on other sites More sharing options...
ptrex Posted October 13, 2008 Share Posted October 13, 2008 @sslaughter Unfortunately it does need SSL. Regards, ptrex Contributions :Firewall Log Analyzer for XP - Creating COM objects without a need of DLL's - UPnP support in AU3Crystal Reports Viewer - PDFCreator in AutoIT - Duplicate File FinderSQLite3 Database functionality - USB Monitoring - Reading Excel using SQLRun Au3 as a Windows Service - File Monitor - Embedded Flash PlayerDynamic Functions - Control Panel Applets - Digital Signing Code - Excel Grid In AutoIT - Constants for Special Folders in WindowsRead data from Any Windows Edit Control - SOAP and Web Services in AutoIT - Barcode Printing Using PS - AU3 on LightTD WebserverMS LogParser SQL Engine in AutoIT - ImageMagick Image Processing - Converter @ Dec - Hex - Bin -Email Address Encoder - MSI Editor - SNMP - MIB ProtocolFinancial Functions UDF - Set ACL Permissions - Syntax HighLighter for AU3ADOR.RecordSet approach - Real OCR - HTTP Disk - PDF Reader Personal Worldclock - MS Indexing Engine - Printing ControlsGuiListView - Navigation (break the 4000 Limit barrier) - Registration Free COM DLL Distribution - Update - WinRM SMART Analysis - COM Object Browser - Excel PivotTable Object - VLC Media Player - Windows LogOnOff Gui -Extract Data from Outlook to Word & Excel - Analyze Event ID 4226 - DotNet Compiler Wrapper - Powershell_COM - New Link to comment Share on other sites More sharing options...
slaughter Posted October 13, 2008 Author Share Posted October 13, 2008 (edited) @sslaughter Unfortunately it does need SSL. Regards, ptrex Is posible to use this ? http://www.obdev.at/products/ssl-proxy/index.html Now I am trying, but un suceseful Always geting error: proxy ready, listening for connections connection on fd=120 SSL: No verify locations, trying default connect: No such file or directory jumping catch IF $is_SSL <> 0 Then $ssl_startup = "-L127.0.0.1 -l5000 -R"& $incoming_server &" -r"& $incoming_server_port &"" ShellExecute(@ScriptDir & "\sslproxy.exe", $ssl_startup, @ScriptDir) Sleep(1000) IMAPConnectToServer("127.0.0.1", "5000") Else IMAPConnectToServer($IMAPserver, $IMAPport) EndIf Edited October 13, 2008 by slaughter In progress: Windows Server bruteforce GUARD Admin Tools (Remote client control) Bypasing firewall Old stuff: [font="Verdana;"]MD5 Auto Update Calendar XP SS multi usser server & client Autoit Remote Control (ARC)[/font] Link to comment Share on other sites More sharing options...
ptrex Posted October 13, 2008 Share Posted October 13, 2008 @slaughterThere are some threads in the forum that show it should be possible using POP/ssl and SMTP/ssl.But I never found a good post, explaining the whole thing in clear text.This one is a good start. Gmail POP/ssl and SMTP/sslIf someone could post a clear instruction on how to. I would appreciate that.regarsds,ptres Contributions :Firewall Log Analyzer for XP - Creating COM objects without a need of DLL's - UPnP support in AU3Crystal Reports Viewer - PDFCreator in AutoIT - Duplicate File FinderSQLite3 Database functionality - USB Monitoring - Reading Excel using SQLRun Au3 as a Windows Service - File Monitor - Embedded Flash PlayerDynamic Functions - Control Panel Applets - Digital Signing Code - Excel Grid In AutoIT - Constants for Special Folders in WindowsRead data from Any Windows Edit Control - SOAP and Web Services in AutoIT - Barcode Printing Using PS - AU3 on LightTD WebserverMS LogParser SQL Engine in AutoIT - ImageMagick Image Processing - Converter @ Dec - Hex - Bin -Email Address Encoder - MSI Editor - SNMP - MIB ProtocolFinancial Functions UDF - Set ACL Permissions - Syntax HighLighter for AU3ADOR.RecordSet approach - Real OCR - HTTP Disk - PDF Reader Personal Worldclock - MS Indexing Engine - Printing ControlsGuiListView - Navigation (break the 4000 Limit barrier) - Registration Free COM DLL Distribution - Update - WinRM SMART Analysis - COM Object Browser - Excel PivotTable Object - VLC Media Player - Windows LogOnOff Gui -Extract Data from Outlook to Word & Excel - Analyze Event ID 4226 - DotNet Compiler Wrapper - Powershell_COM - New Link to comment Share on other sites More sharing options...
Axel82 Posted November 11, 2008 Share Posted November 11, 2008 And what about sending mail? It would be very usefull... Link to comment Share on other sites More sharing options...
txomin Posted November 16, 2008 Share Posted November 16, 2008 Anyone knows how to retrieve messages from Gmail via SMTP/SSL??? Please I am been looking forever to do this!!! Link to comment Share on other sites More sharing options...
billthecreator Posted November 16, 2008 Share Posted November 16, 2008 And what about sending mail? It would be very usefull...I made an emailer. look at my signature. [font=Microsoft Sans Serif]My Scripts: From Most recent to least.[/font]Countdown GUI | QLOCK TWO | FlipClock | Slot Machine My UDF:_GenerateRandomNoRepeat | _GuiSnap Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now