hi .....
First of all thanks to Dawe again n Paul..:)
Actually i am making WAP based email client but to
check the working of the tags first i am using them
for
simple web pages.NOw some  problems i am facing..
1. while diplaying the message body in the browser it
comes as simpl text. I  mean if there r links or
anything in the body they r not highlighted as it
should...i tried #HTMLCodeFOrmat(queryname.body)#.

2. I am not able to retreive all the message headers.
The code i am using is....
#####################
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
Transitional//EN">
<CFPOP server="mail.server.net" 
           username="#uname"
           password="#pword"
            action="GetHeaderOnly" 
                name="mailhead" 
                timeout="180">
                <cfoutput>#mailhead.recordcount#</cfoutput>
<cfset start=#mailhead.recordcount#>
<cfset end=#mailhead.recordcount# - 30>

<cfoutput>
<CFLOOP from="#start#" to="#end#" step="-1" index="i">
                <a href="htmlmail.cfm?mno1=#i#>
                                <<<#i# :::#mailhead.from[i]# #mailhead.subject[i]#
                                </a>
                                <br>
                                </cfloop>

</cfoutput>
######################

Even the index "i" is not displayed always before the
"#mailhead.from[i]"
as specified .It skips many messages though the code
is meant to display all the 30 recent messages.

3. I am not able to display the contents of the body
of many mails specially none of  the mails i am
receiving from the linux mailing list of cf.
I tried outlook n netscape mailclient n i am getting
all the messages in there n also the body of all the
mails so there is no chance of having any problem with

our pop mail server...
Well so is it n i hope to get some help as usual.
Actually i had been out of touch with cf for a few
months n thus facing problems.....
Thanking in anticipaton.
Suhail

__________________________________________________
Do You Yahoo!?
Get Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to