Re: [SM-USERS] Finding the code for read receipts *SOLVED*

2003-01-27 Thread Marc Groot Koerkamp
Eric Dry zei: >> Hello Eric, >> >> We do not add this to the 1.2.x because 1.4 is the next stable version. >> However due to the changed architecture of some parts in 1.4 it was very >> easy to add extra header checks for the 2 mentioned headers. >> I added those checks to the 1.4 branche. >> >> N

Re: [SM-USERS] Finding the code for read receipts *SOLVED*

2003-01-27 Thread Eric Dry
You are right! Very slick guys! Well done! Eric Thijs Kinkhorst said: >> I would love to see how it _should_ have been done. I was under a >> time limit and knew you guys would probably have a better way to do >> it, unfortunately I was on my own with this one. Glad to have helped! > > >http

Re: [SM-USERS] Finding the code for read receipts *SOLVED*

2003-01-27 Thread Thijs Kinkhorst
> I would love to see how it _should_ have been done. I was under a time > limit and knew you guys would probably have a better way to do it, > unfortunately I was on my own with this one. Glad to have helped! http://cvs.sf.net/cgi-bin/viewcvs.cgi/squirrelmail/squirrelmail/class/mime/Rfc822Heade

Re: [SM-USERS] Finding the code for read receipts *SOLVED*

2003-01-27 Thread Eric Dry
Marc Groot Koerkamp said: > Eric Dry zei: > >> Submitted for your approval: >> >> I tweeked around on it and found a way to check for all three types of >> return receipts (Disposition-notification-To, X-Confirm-Reading-To, >> and Return-receipt-to.) The modified code starts on line 919 and ends >

Re: [SM-USERS] Finding the code for read receipts *SOLVED*

2003-01-27 Thread Eric Dry
It has been tested with Pmail 2.52, Pmail 4.02a and MS Outlook Express. Effectively... well I wouldn't guarantee you it is bullet proof, but i used the existing functionality as much as possible. You have my permission to use it as you would. Happy squirreling! Eric Jonathan Angliss said: > Hel

Re: [SM-USERS] Finding the code for read receipts *SOLVED*

2003-01-27 Thread Marc Groot Koerkamp
Eric Dry zei: > Submitted for your approval: > > I tweeked around on it and found a way to check for all three types of > return receipts (Disposition-notification-To, X-Confirm-Reading-To, and > Return-receipt-to.) The modified code starts on line 919 and ends on line > 943. Enjoy. > > Eric > H

Re: [SM-USERS] Finding the code for read receipts *SOLVED*

2003-01-25 Thread Jonathan Angliss
Hello Eric, On Friday, January 24, 2003, Eric Dry wrote... > I tweeked around on it and found a way to check for all three types > of return receipts (Disposition-notification-To, > X-Confirm-Reading-To, and Return-receipt-to.) The modified code > starts on line 919 and ends on line 943. Enjoy.

Re: [SM-USERS] Finding the code for read receipts *SOLVED*

2003-01-24 Thread Eric Dry
Submitted for your approval: I tweeked around on it and found a way to check for all three types of return receipts (Disposition-notification-To, X-Confirm-Reading-To, and Return-receipt-to.) The modified code starts on line 919 and ends on line 943. Enjoy. Eric Eric Dry said: > Update: > > I

Re: [SM-USERS] Finding the code for read receipts

2003-01-23 Thread Eric Dry
Update: I think I found it in the body_read.php file. But I am having some difficulty sorting this out. What I am needing is for it to not only look for Disposition-Notification-To to give a receipt I need Return-receipt-to to also trip the flag. I am under a deadline so this is why I am asking