is this possible?

This is a discussion on "is this possible?" within the Classic ASP section. This forum, and the thread "is this possible? are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > Classic ASP

Notices


Closed Thread
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jan 8th, 2005, 05:21
New Member
Join Date: Jan 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
is this possible?

hello all! i was wondering whether is it possible to write a script using asp to read incoming email headers.

i would like to read the subject line and store the ones that match the pre-defined subject line, more like a functionality of an email filter

for ex, say i've an email abc@hotmail.com, and i've a predefined subject line "hey you". i would like to capture all emails that are sent to abc@hotmail.com with a subject line "hey you"

so i was wondering if i can make asp to check the email account, ofcourse by giving valid creditials, for that matching subject line.

ofcourse, the request will be intiated by the user everytime he/she wants to check if they have recieved any emails matching that subject line.

any tips or ideas r welcomed. TIA

  #2 (permalink)  
Old Jan 8th, 2005, 07:56
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
Yes, it is possible. The most difficult part of it is actually accessing the POP3 account in the first place. You will need a 3rd party component to do that from asp. Check out these links for some info:

http://www.4guysfromrolla.com/webtech/092201-1.shtml
http://www.quiksoft.com/newsletter/issue003/
  #3 (permalink)  
Old Jan 8th, 2005, 10:14
New Member
Join Date: Jan 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
thanks heaps for ther reply Catalyst! i will check em out.
Closed Thread

Tags
possible

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 09:57.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43