|
 |
|
04-11-2008, 09:52 AM
|
#1
|
|
MySQL Error
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 5,020
|
Outlook Express Email Plugin- Re-Release!
As if i need MORE on my plate right? lol
i'm considering making a MAPI compatible email extension plugin. The plugin will be simple in its purpose initially with the abilities to read and write email, display the number of new messages. It will work right from outlook express. So any email address you have set up within outlook express will be available for use. It will also pull contact data from OE. Maybe at some point it will add features like attachments, contact management in the like but in the meantime i'd simply like to be able to read and write email inside rr. Anyone interested?
PROGRESS:
Check Email and Receive New Messages= 100%
Send Messages= 100%
Reply to Messages= 100%
Forwarding Messages = 100%
Deleting Messages From Outlook = 100%
Saving Messages to Drive = 100%
New Message Indicator = 100%
Message Count Label = 100%
OSK Entrys = 100%
Contact Retrieval = 100%
Add Contact = 100%
__________________
03 Acura RSX Coupe
a K.I.S.S Flash, VB, and Autoit Programmer
HARDWARE PROGRESS: 90%[/////////-]
Developer of: RRFusion, MovieTimes, (new)RRMail
Coming Soon:RRChrome, RR Plugin Browser & CentraFusion
Last edited by Sonicxtacy02; 09-17-2008 at 01:42 PM.
|
|
|
|
|
|
Advertisement
|
Sponsored links
|
04-11-2008, 11:11 AM
|
#2
|
|
MySQL Error
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 5,020
|
sample screenshot using bmv audio browser skin. From address is blurred intentionally.
__________________
03 Acura RSX Coupe
a K.I.S.S Flash, VB, and Autoit Programmer
HARDWARE PROGRESS: 90%[/////////-]
Developer of: RRFusion, MovieTimes, (new)RRMail
Coming Soon:RRChrome, RR Plugin Browser & CentraFusion
|
|
|
04-11-2008, 11:42 AM
|
#3
|
|
Confusion Master
Join Date: Sep 2003
Location: If you go down to the woods today, You're sure of
Posts: 10,263
|
dammit, I started looking into this last night at work.
I saw a request for some sort of email client, and code some basic code together.
but didn't have time to ge ay further.
|
|
|
04-11-2008, 11:43 AM
|
#4
|
|
Maximum Bitrate
Join Date: Sep 2007
Posts: 691
|
i'm in for this
saves embedding the OE into a skin , much more intergrated, and makes it look more complete. good idea and work sonicx
Last edited by carputer1; 04-18-2008 at 05:19 PM.
|
|
|
04-11-2008, 12:10 PM
|
#5
|
|
FLAC
Join Date: Aug 2006
Location: Sun Diego
Posts: 985
|
Nice. Real nice...
__________________
nLite'd XP Pro / RR v09/10/2008 / Winamp v5.13
|
|
|
04-11-2008, 03:16 PM
|
#6
|
|
MySQL Error
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 5,020
|
well i've got the read feature goin quite well. Only thing i cant figure out is how to find out how many new messages there are versus total messages without refetching the mail from the server. Anyone familiar with the MAPI components wanna chime in on that? Other than that i can now pull email from the server, format it, scroll it, forward it and reply to it. Not bad considering i just thought about doin it this morning lol. Another screenie.. this time in a flash skin.
__________________
03 Acura RSX Coupe
a K.I.S.S Flash, VB, and Autoit Programmer
HARDWARE PROGRESS: 90%[/////////-]
Developer of: RRFusion, MovieTimes, (new)RRMail
Coming Soon:RRChrome, RR Plugin Browser & CentraFusion
|
|
|
04-11-2008, 07:32 PM
|
#7
|
|
Maximum Bitrate
Join Date: Mar 2006
Location: south bend, indiana
Posts: 512
|
keep up the good work! i had always wanted something like this!
|
|
|
04-14-2008, 01:03 PM
|
#8
|
|
MySQL Error
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 5,020
|
added progress meter on post 1
__________________
03 Acura RSX Coupe
a K.I.S.S Flash, VB, and Autoit Programmer
HARDWARE PROGRESS: 90%[/////////-]
Developer of: RRFusion, MovieTimes, (new)RRMail
Coming Soon:RRChrome, RR Plugin Browser & CentraFusion
|
|
|
04-14-2008, 01:24 PM
|
#9
|
|
Raw Wave
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 2,341
|
Just don't hard code any paths...
It does look good so far...
|
|
|
04-14-2008, 01:42 PM
|
#10
|
|
MySQL Error
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 5,020
|
lol i dont think i've made a path yet. I do have some hardcoded skin names (email.skin, compose_email.skin, & confirm_email.skin) so far. Is that ok with you blue
__________________
03 Acura RSX Coupe
a K.I.S.S Flash, VB, and Autoit Programmer
HARDWARE PROGRESS: 90%[/////////-]
Developer of: RRFusion, MovieTimes, (new)RRMail
Coming Soon:RRChrome, RR Plugin Browser & CentraFusion
|
|
|
04-15-2008, 05:43 AM
|
#11
|
|
Road Runner & Mp3car Gatherings Moderator
Join Date: Sep 2005
Location: West Palm Beach, Florida
Posts: 2,934
|
Very Nice! This was actually a project on my list of things to do. I had come across an AutoIt script that can check a POP account and send mail and attachments as well. Ran into the same problem of trying to keep track of new messages -vs- messages that had already been read.
Great work, can't wait to test it out! You know I am always willing to beta test
|
|
|
04-15-2008, 08:22 AM
|
#12
|
|
MySQL Error
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 5,020
|
Quote: Originally Posted by JohnWPB 
Very Nice! This was actually a project on my list of things to do. I had come across an AutoIt script that can check a POP account and send mail and attachments as well. Ran into the same problem of trying to keep track of new messages -vs- messages that had already been read.
Great work, can't wait to test it out! You know I am always willing to beta test 
a beta shall soon be available. Right now i'm going thru and checking the dependicies for MAPI. Some stuff to make this plugin usable with outlook express seems to only be installed by outlook so i'm gathering the .dlls needed and will include them in the plugin.
__________________
03 Acura RSX Coupe
a K.I.S.S Flash, VB, and Autoit Programmer
HARDWARE PROGRESS: 90%[/////////-]
Developer of: RRFusion, MovieTimes, (new)RRMail
Coming Soon:RRChrome, RR Plugin Browser & CentraFusion
|
|
|
04-15-2008, 12:22 PM
|
#13
|
|
MySQL Error
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 5,020
|
ok looks like the only dependency not bundled with xp is msmapi32.ocx which i'll include in the plugin's folder. It will need to be registered. Now other OS's and "lite" xp installs may need more than just the .ocx. Last lil bit i need before releasing a beta is a name lol. Right now i just named it "Email Plugin" but chances are there can and will be other plugins in the future related to email. So how about it guys!
__________________
03 Acura RSX Coupe
a K.I.S.S Flash, VB, and Autoit Programmer
HARDWARE PROGRESS: 90%[/////////-]
Developer of: RRFusion, MovieTimes, (new)RRMail
Coming Soon:RRChrome, RR Plugin Browser & CentraFusion
|
|
|
04-15-2008, 12:28 PM
|
#14
|
|
FLAC
Join Date: Aug 2006
Location: Sun Diego
Posts: 985
|
rrmail
__________________
nLite'd XP Pro / RR v09/10/2008 / Winamp v5.13
|
|
|
04-15-2008, 01:16 PM
|
#15
|
|
Raw Wave
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 2,341
|
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 04:07 PM.
| |