What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Release: POP3 Mail-To-Popup

Pages: (2): « First [ 1 ] 2 » Last »
Release: POP3 Mail-To-Popup
Author: Message:
Ash_
Senior Member
****

Avatar

Posts: 638
Reputation: 31
35 / Male / –
Joined: Aug 2004
O.P. Release: POP3 Mail-To-Popup
i have been working on this program for a while i had a bit of trouble converting to to a plugin so ill upload the exe. basically its a bit annoying right now but what it does it it starts at mail 1 reads it and brings up a popup and you either choose to read it or  not to read it, if you hit dont read it exits the program and if you choose read it shows the mesage. when you hit hide email it goes for email number 2, it keeps going until it receives an error which then it takes the email number back one so say if you had 3 emails in your box and it looked for number 4 it would get an error then look for number 3. just hit dont read and it shouldnt bother you. also RUN the config.exe file first to sort out your details. post and bugs or errors you get and how you got them please.

Thank you.


Update : new version
Added :
              New Data Splitter (alot easier to read emails)
              New layout (sorta)
              doesent write your details to a txt file anymore it writes it to the exe or the registry (cant remember)
To Do  :
               Attachments
               Tray Icon

.zip File Attachment: POP3.zip (16.98 KB)
This file has been downloaded 186 time(s).

This post was edited on 09-18-2004 at 01:38 PM by Ash_.
[Image: jeansiger5.jpg]
09-13-2004 10:10 AM
Profile PM Find Quote Report
Purity
Veteran Member
*****

Avatar
AngelFuck

Posts: 1348
Reputation: 38
34 / Female / –
Joined: Aug 2004
Undecided  RE: Release: POP3 Mail-To-Popup
dude i hae been waiting for this for a long time!!:| lol but i dotn really know how to configure it and junk. and i keep getting runtime error(i think u explained that)
09-13-2004 02:02 PM
Profile E-Mail PM Web Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: Release: POP3 Mail-To-Popup
quote:
Originally posted by Ash_
i had a bit of trouble converting to to a plugin
You can write a separate plugin that launches the EXE.
[Image: spartaafk.png]
09-13-2004 02:22 PM
Profile PM Web Find Quote Report
Ash_
Senior Member
****

Avatar

Posts: 638
Reputation: 31
35 / Male / –
Joined: Aug 2004
O.P. RE: RE: Release: POP3 Mail-To-Popup
quote:
Originally posted by noname22
dude i hae been waiting for this for a long time!!:| lol but i dotn really know how to configure it and junk. and i keep getting runtime error(i think u explained that)


basically run the config file first. then you type in the pop3 server, i dont think gmail or hotmail have one, but if you go onto google and type "free pop3 email" youll be able to find a siyte. then you get all the details it should have a link somewhere to find the details for the pop3 server. then you type in your username eg "Ash_@freepop3.com" and type your password. you dont need to worry about the mail sending server if you dont want to reply.

i suggest www.bluebottle.com for free pop3.
[Image: jeansiger5.jpg]
09-14-2004 01:55 AM
Profile PM Find Quote Report
Ash_
Senior Member
****

Avatar

Posts: 638
Reputation: 31
35 / Male / –
Joined: Aug 2004
O.P. RE: RE: Release: POP3 Mail-To-Popup
quote:
Originally posted by raceprouk
quote:
Originally posted by Ash_
i had a bit of trouble converting to to a plugin
You can write a separate plugin that launches the EXE.


i tried that, i kept getting a form1 titlebar come up and it stuffred up the exe. ill keep working on it tho.
[Image: jeansiger5.jpg]
09-14-2004 01:57 AM
Profile PM Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: Release: POP3 Mail-To-Popup
quote:
Originally posted by Ash_
i tried that, i kept getting a form1 titlebar come up and it stuffred up the exe. ill keep working on it tho.
Launch the EXE using a separate thread.
Search MSDN for CreateThread() and _beginthread() to see what I'm talking about.
[Image: spartaafk.png]
09-14-2004 12:28 PM
Profile PM Web Find Quote Report
Ash_
Senior Member
****

Avatar

Posts: 638
Reputation: 31
35 / Male / –
Joined: Aug 2004
O.P. RE: RE: Release: POP3 Mail-To-Popup
quote:
Originally posted by raceprouk
Launch the EXE using a separate thread.
Search MSDN for CreateThread() and _beginthread() to see what I'm talking about.


i tried to create a thread from within the plus dll but couldnt do it and searched the forums and a few people said the had no luck, later on tonight i try it from within the exe. thanks raceprouk.
[Image: jeansiger5.jpg]
09-14-2004 09:51 PM
Profile PM Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: Release: POP3 Mail-To-Popup
_beginthread(<fnname>, 0, NULL);
Try that, replacing <fnname> with the name of the function that launches the EXE.
For example:
_beginthread(LaunchEXE, 0, NULL);
will call
void LaunchEXE(void *arg)

Hopefully this shows how _beginthread() works.
[Image: spartaafk.png]
09-15-2004 10:49 AM
Profile PM Web Find Quote Report
Ash_
Senior Member
****

Avatar

Posts: 638
Reputation: 31
35 / Male / –
Joined: Aug 2004
O.P. RE: Release: POP3 Mail-To-Popup
sorry RP frgot to mention i code in vb the code above is like C++ eh?
ive looked up some shit about threads and ill use them for next version, it says that threads are very unstable in visual basic but ahwell.
[Image: jeansiger5.jpg]
09-15-2004 12:08 PM
Profile PM Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: Release: POP3 Mail-To-Popup
If you're using VB, why not try ShellExec()?
[Image: spartaafk.png]
09-15-2004 04:05 PM
Profile PM Web Find Quote Report
Pages: (2): « First [ 1 ] 2 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On