sheck Posted February 17, 2006 Share Posted February 17, 2006 (edited) Not sure how useful this will be for most peope. I created this because I use several computers at work and don't want to create new e-mail accounts on each of them. Checking e-mail through web-mail all the time is a pain in the ass. So I created this. It will tell you how many messages in each account, so when new messages arrive then I can go and check webmail. Anyways, here it is. You need Beta to use it. email.au3 Edit: Fixed some errors. Update: version 1.2 is now available - tested it for a few weeks, everything should be working perfectly. Updating errors fixed. Edited November 10, 2006 by sheckandar Live and Learn, 'cause Knowledge is Super Power. Link to comment Share on other sites More sharing options...
Confuzzled Posted February 18, 2006 Share Posted February 18, 2006 Interesting. Some suggestions: Maybe you could save the mail count also to the accounts.ini file and check the next time around to see if it had incremented before throwing an alert. Are you sure you want to keep a file called accounts.ini around with plain text account details and password for easy retrieval? Even the janitor could be curious to see a file like that and be tempted to experiment. Consider putting it in the registry, where the email account details are stored anyway but a little more know-how to extract them is needed. Link to comment Share on other sites More sharing options...
sheck Posted February 19, 2006 Author Share Posted February 19, 2006 Interesting. Some suggestions: Maybe you could save the mail count also to the accounts.ini file and check the next time around to see if it had incremented before throwing an alert.Are you sure you want to keep a file called accounts.ini around with plain text account details and password for easy retrieval? Even the janitor could be curious to see a file like that and be tempted to experiment. Consider putting it in the registry, where the email account details are stored anyway but a little more know-how to extract them is needed. I use this app at work and don't have Admin Rights thus cannot write to the registry. As for security : you can use diff algorithms and encription methods. I would like to see a janitor who can hack encription though. I'm sure that if a janitor can hack encryption he will be able to find your settings in registry as well. Some suggestions: Maybe you could save the mail count also to the accounts.ini file and check the next time around to see if it had incremented before throwing an alert. This is a good Idea. I'll work on it. Live and Learn, 'cause Knowledge is Super Power. Link to comment Share on other sites More sharing options...
mikeytown2 Posted February 19, 2006 Share Posted February 19, 2006 Hey i made a POP3 & SMTP program with SSL\TLS support. Check it out, you might want to use it http://www.autoitscript.com/forum/index.ph...topic=21889&hl= Email: POP3 & SMTP using SSL/TLS (OpenSSL)Email: IMAPEmail: Base64 & SMTP login & Send email direct to MX Server (thanks blindwig)Win: Hook Registry ChangesWin: Read/Write to Alternate Data Streams (ini example)Utility: GPS Distance Calculations, Vincenty and Haversine formulas; angles and elevationUtility: Dell Laser Printer (3000-5100) - Print LoggerUtility: Reset Router when Wireless Link FailsUtility: ImageMagick Batch jpg ProcessorVideo HCenc Batch FrontendVideo: *DEAD* YouTube Video Encoder (avs/avi to flv)Software On CD's I Like<<back|track3 Ultimate Boot CD for Windows SpinRite Ubuntu ophcrack Link to comment Share on other sites More sharing options...
Confuzzled Posted February 20, 2006 Share Posted February 20, 2006 I use this app at work and don't have Admin Rights thus cannot write to the registry. As for security : you can use diff algorithms and encription methods. I would like to see a janitor who can hack encription though.I'm sure that if a janitor can hack encryption he will be able to find your settings in registry as well.Sorry, didn't see references to encryption in the original code. If the janitor is cracking encryption then I would be offering them a promotion to the security department. Link to comment Share on other sites More sharing options...
jaenster Posted February 20, 2006 Share Posted February 20, 2006 Why check and not send i need the last one , maby can you explain me how then can i make it -jaenster Link to comment Share on other sites More sharing options...
mikeytown2 Posted February 20, 2006 Share Posted February 20, 2006 Why check and not send i need the last one , maby can you explain me how then can i make itIf the email that your using has a smtp server then you can use that to send. If it doesn't require TLS\SSL to connect to the server then you can use this program to send email.http://www.autoitscript.com/forum/index.ph...ndpost&p=148460If it doesn't have a smtp server, like free hotmail, then you need to write it, because i have yet to find a send webmail script here. If you do decide to do it, look into some IE udf'shttp://www.autoitscript.com/forum/index.php?showtopic=13398http://www.autoitscript.com/forum/index.php?showtopic=19368Good Luck! Email: POP3 & SMTP using SSL/TLS (OpenSSL)Email: IMAPEmail: Base64 & SMTP login & Send email direct to MX Server (thanks blindwig)Win: Hook Registry ChangesWin: Read/Write to Alternate Data Streams (ini example)Utility: GPS Distance Calculations, Vincenty and Haversine formulas; angles and elevationUtility: Dell Laser Printer (3000-5100) - Print LoggerUtility: Reset Router when Wireless Link FailsUtility: ImageMagick Batch jpg ProcessorVideo HCenc Batch FrontendVideo: *DEAD* YouTube Video Encoder (avs/avi to flv)Software On CD's I Like<<back|track3 Ultimate Boot CD for Windows SpinRite Ubuntu ophcrack Link to comment Share on other sites More sharing options...
sheck Posted February 21, 2006 Author Share Posted February 21, 2006 Why check and not send i need the last one , maby can you explain me how then can i make it Search the forums. There are lots of them on how to send e-mail. The reason I didn't make one is because I have no use for it. I can send e-mail from work using one SMTP, but I just don't want to create POP accounts every time I use a diff comp. With this app I can save the account info on server and run it from any comp. It's just a lot easier then importing accounts all the time. Live and Learn, 'cause Knowledge is Super Power. Link to comment Share on other sites More sharing options...
arcker Posted March 2, 2006 Share Posted March 2, 2006 hey guy ! really amazing work ! how did you do to know the command to send to the pop server ? i want to retrieve my mails with our domino server (SSL v2) it works to connect, but it blocks with the send command i don't know what to send to the server for it to work if you have any ideas ... -- Arck System _ Soon -- Ideas make everything "La critique est facile, l'art est difficile" Projects :[list] [*]Au3Service : Run your exe as service V3 / Updated 29/07/2013Â Get it Here [/list] Link to comment Share on other sites More sharing options...
sheck Posted March 2, 2006 Author Share Posted March 2, 2006 hey guy !really amazing work !how did you do to know the command to send to the pop server ?i want to retrieve my mails with our domino server (SSL v2)it works to connect, but it blocks with the send commandi don't know what to send to the server for it to workif you have any ideas ... Is this addressed to me or to mikeytown2 ? Live and Learn, 'cause Knowledge is Super Power. Link to comment Share on other sites More sharing options...
sheck Posted March 2, 2006 Author Share Posted March 2, 2006 (edited) Download updated version now. The new version will tell you how many new messages you have since the app started and display the total messages in your Inbox as well. Several errors fixed. Edited March 2, 2006 by sheckandar Live and Learn, 'cause Knowledge is Super Power. Link to comment Share on other sites More sharing options...
haiishq Posted July 7, 2007 Share Posted July 7, 2007 i am a little confused! lets says if i want to use it with google, how would the setting would be? Account Name: "User@gmail.com" Account Server: "What Goes Here?" User Name: "User" Password: "Password" Link to comment Share on other sites More sharing options...
LOULOU Posted July 7, 2007 Share Posted July 7, 2007 i am a little confused!lets says if i want to use it with google, how would the setting would be?Account Name: "User@gmail.com"Account Server: "What Goes Here?"User Name: "User"Password: "Password"The problem with GMAIL is that the port use for smtp server is not a standard port . In general port 25 and with GMAIL port 467 Link to comment Share on other sites More sharing options...
haiishq Posted July 8, 2007 Share Posted July 8, 2007 The problem with GMAIL is that the port use for smtp server is not a standard port . In general port 25 and with GMAIL port 467so this script will not work with gmail?if not then is there any script that works with gmail? all i want to do is to read my emails?thankx for replying Link to comment Share on other sites More sharing options...
sheck Posted November 30, 2007 Author Share Posted November 30, 2007 As far as I know GMAIL uses ssl for connections. That would mean I have to work with openssl and certificates. Too much pain in the ass. But I don't have GMAIL account, so I can't test it for sure. Live and Learn, 'cause Knowledge is Super Power. 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