RE: with specific folders?

2010-02-06 Thread Leigh

> If memory serves, POP has no concept of folders.  

Yes, that is my recollection as well. 

> but I have never tried to access Gmail via IMAP from
> ColdFusion.  I would assume that it would work though.

Neither had I until five minutes ago ;) But I just tried it with cfimap it 
worked fine. 

http://mail.google.com/support/bin/answer.py?hl=en&answer=75725


user 
password 
folder 

 

  

 

 
 
 


-Leigh




~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330458
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: with specific folders?

2010-02-06 Thread Justin Scott

> Does anyone know of a way to get/delete emails in a
> *specific* folder, of a POP email account?

If memory serves, POP has no concept of folders.  When you connect via POP,
the server gives you access to the main inbox, but that is all.  Any access
to folders would have to be through another protocol such as IMAP, or as you
mentioned, the Exchange-specific tags.  Google does allow IMAP connections,
but I have never tried to access Gmail via IMAP from ColdFusion.  I would
assume that it would work though.


-Justin Scott



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330457
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Creating documentation

2010-02-06 Thread Gerald Guido

I am a big fan of tiddlywiki. It is a single page JS app that you can
distribute with your source code that basically runs as a desktop app. Very
slick.

http://www.tiddlywiki.com/

HTH

G!

On Sat, Feb 6, 2010 at 6:38 PM, David Mineer  wrote:

>
> I want to be better about creating documentation for the coldfusion apps
> that I write.  I wonder what you all are using? Today I have been searching
> for options.  Two options that I have looked at are google sites and trac.
>  I have been using svn for years for source code control through csvdude
> and
> it comes with trac.  We also have google sites, which I like, but it is so
> basic and difficult to use. Trac isn't bad, but
>
> I would just like to hear what everyone uses to create documentation.
>
> Thanks,
>
> --
> David Mineer Jr
> -
> The critical ingredient is getting off your
> butt and doing something. It's as simple
> as that. A lot of people have ideas, but
> there are few who decide to do
> something about them now. Not
> tomorrow. Not next week. But today.
> The true entrepreneur is a doer.
>
>
> 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330456
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


with specific folders?

2010-02-06 Thread Qing Xia

Hello folks,

Does anyone know of a way to get/delete emails in a *specific* folder, of a
POP email account? It seems that this cannot be done alone (or at all) with
the  tag. For example, say I want to download all email messages in
my "CFTalk" folder off my Gmail account...how would I go about doing that?

I know this can be done to emails sitting on an exchange server through the
 tag but I can't think of a way to do that with a POP email
account.

Any thought is welcome and most appreciated!

Thanks,

Qing Xia


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330455
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CFX Tag on Mac

2010-02-06 Thread Pete Freitag

Chad,

C++ CFX Tags are platform specific, so if you are trying to register a dll,
that requires windows, it won't work on Mac. You need to compile the CFX tag
source code on a mac.

--
Pete Freitag
http://foundeo.com/ - ColdFusion Consulting & Products
http://petefreitag.com/ - My Blog
http://hackmycf.com - Is your ColdFusion Server Secure?


On Fri, Feb 5, 2010 at 10:36 PM, Chad Veldhouse wrote:

>
> I am running CF9 on Snow Leopard Server (Apache). My issue is that I cannot
> seem to register CFX Tags. When I click "Register C++ Tag I get an error
> stating:
>
>  "You must configure your application server to enable native CFX support.
> For instructions, see "Configuring ColdFusion" in the "Configuring and
> Administering ColdFusion" book for your application server."
>
> I have searched everywhere and I cant seem to find an answer. Any help
> would be greatly appreciated!
>
> 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330454
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Creating documentation

2010-02-06 Thread Mike Chabot

It sounds like you are considering documentation targeted at other
programmers on the project team. Is this correct? Identifying the
target audience helps determine the programs to use.

-Mike Chabot

On Sat, Feb 6, 2010 at 6:38 PM, David Mineer  wrote:
>
> I want to be better about creating documentation for the coldfusion apps
> that I write.  I wonder what you all are using? Today I have been searching
> for options.  Two options that I have looked at are google sites and trac.
>  I have been using svn for years for source code control through csvdude and
> it comes with trac.  We also have google sites, which I like, but it is so
> basic and difficult to use. Trac isn't bad, but
>
> I would just like to hear what everyone uses to create documentation.
>
> Thanks,
>
> --
> David Mineer Jr
> -
> The critical ingredient is getting off your
> butt and doing something. It's as simple
> as that. A lot of people have ideas, but
> there are few who decide to do
> something about them now. Not
> tomorrow. Not next week. But today.
> The true entrepreneur is a doer.
>
>
> 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330453
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Creating documentation

2010-02-06 Thread David Mineer

I want to be better about creating documentation for the coldfusion apps
that I write.  I wonder what you all are using? Today I have been searching
for options.  Two options that I have looked at are google sites and trac.
 I have been using svn for years for source code control through csvdude and
it comes with trac.  We also have google sites, which I like, but it is so
basic and difficult to use. Trac isn't bad, but

I would just like to hear what everyone uses to create documentation.

Thanks,

-- 
David Mineer Jr
-
The critical ingredient is getting off your
butt and doing something. It's as simple
as that. A lot of people have ideas, but
there are few who decide to do
something about them now. Not
tomorrow. Not next week. But today.
The true entrepreneur is a doer.


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330452
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: ColdFusion & Windows Authentication

2010-02-06 Thread Matthew Small

I think some important questions are :  how are you calling the SRS system?  Is 
there a hyperlink straight to the report, or are you expecting the report to 
come back through the CF front-end? Is the client logged into the machine using 
domain credentials when the request is made to the SRS?  

- Matt Small


>Right, what Dave said.  If the website is set to allow Anonymous Access, 
>then the CGI vars that are tracked by the web server will not be set. 
>
>> When I was dumping the CGI variables on the page most of them were empty, 
>including auth_password and auth_user and from
>> what I've read CGI variables are read-only so how do these get set?
>
>They get set by the web server, when a user authenticates against that
>web server using HTTP Basic or NTLM Authentication.
>
>Dave Watts, CTO, Fig Leaf Software
>http://www.figleaf.com/
>http://training.figleaf.com/
>
>Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
>GSA Schedule, and provides the highest caliber vendor-authorized
>instruction at our training centers, online, or onsite. 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330451
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: ColdFusion & Windows Authentication

2010-02-06 Thread WebSite CFTalk

You can still get to that information from the client (IE) if security settings 
on the browser is adjusted:
http://www.perlmonks.org/?node_id=396274

Not the password though..

Helge

-Original Message-
From: Jason Fisher [mailto:ja...@wanax.com] 
Sent: 5. februar 2010 17:33
To: cf-talk
Subject: Re: ColdFusion & Windows Authentication


Right, what Dave said.  If the website is set to allow Anonymous Access, 
then the CGI vars that are tracked by the web server will not be set. 



From: "Dave Watts" 
Sent: Friday, February 05, 2010 11:23 AM
To: "cf-talk" 
Subject: Re: ColdFusion & Windows Authentication

> When I was dumping the CGI variables on the page most of them were empty, 
including auth_password and auth_user and from
> what I've read CGI variables are read-only so how do these get set?

They get set by the web server, when a user authenticates against that
web server using HTTP Basic or NTLM Authentication.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.





~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330450
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4