RE: GMail manipulation remotely

2006-03-03 Thread Munson, Jacob
Maybe I'm over-simplifying your problem, but it's my understanding that
you can use google's smtp server for your outgoing email.  So you could
use that in the cfmail tag, and put all your CCs in yourself.  You'd
only send out one email, but it would go to a bunch of people (the CC
addresses), and you'd be using gmail's server.  Or did I misunderstand
something? 

 -Original Message-
 From: Baz [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, March 02, 2006 4:27 PM
 To: CF-Talk
 Subject: GMail manipulation remotely
 
 Is it possible to write an app that can send email through GMail? For
 example, if I wanted to send a 5mb attachment to a list of 10 
 users, could I
 instruct the GMail server to forward the email to each user, 
 or send CCs to
 each user. The primary objective being not to duplicate the 
 bandwidth for
 the attachement locally.


[INFO] -- Access Manager:
This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law.  If you are not the 
intended recipient, you are hereby notified that any disclosure, copying, 
distribution, or use of the information contained herein (including any 
reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in 
error, please immediately contact the sender and destroy the material in its 
entirety, whether in electronic or hard copy format.  Thank you.   A2



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:234051
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: GMail manipulation remotely

2006-03-03 Thread Dave Sueltenfuss
Just to state the obvious, I would think the email would have to come from a 
gmail address. I doubt gmail would handle mail for any other address.

 
-Original Message-
From:Munson, Jacob [EMAIL PROTECTED] 
To: CF-Talk ;
Sent: Mar 3, 2006 11:21:43 AM
Subject: RE: GMail manipulation remotely
Maybe I'm over-simplifying your problem, but it's my understanding that 
you can use google's smtp server for your outgoing email. So you could 
use that in the cfmail tag, and put all your CCs in yourself. You'd 
only send out one email, but it would go to a bunch of people (the CC 
addresses), and you'd be using gmail's server. Or did I misunderstand 
something? 

 -Original Message- 
 From: Baz [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, March 02, 2006 4:27 PM 
 To: CF-Talk 
 Subject: GMail manipulation remotely 
 
 Is it possible to write an app that can send email through GMail? For 
 example, if I wanted to send a 5mb attachment to a list of 10 
 users, could I 
 instruct the GMail server to forward the email to each user, 
 or send CCs to 
 each user. The primary objective being not to duplicate the 
 bandwidth for 
 the attachement locally. 


[INFO] -- Access Manager: 
This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law. If you are not the intended 
recipient, you are hereby notified that any disclosure, copying, distribution, 
or use of the information contained herein (including any reliance thereon) is 
STRICTLY PROHIBITED. If you received this transmission in error, please 
immediately contact the sender and destroy the material in its entirety, 
whether in electronic or hard copy format. Thank you. A2 





~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:234053
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: GMail manipulation remotely

2006-03-03 Thread Jochem van Dieten
Baz wrote:
 Is it possible to write an app that can send email through GMail? For
 example, if I wanted to send a 5mb attachment to a list of 10 users, could I
 instruct the GMail server to forward the email to each user, or send CCs to
 each user. The primary objective being not to duplicate the bandwidth for
 the attachement locally.

Yes, just put all recipients in the To, CC or BCC of one email.

Jochem

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:234056
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: GMail manipulation remotely

2006-03-03 Thread Baz
Thanks gang,

As an extension to the question, can I pop a gmail account, get a list of
file attachments, and then provide a link to download the attachemts without
them ever having gone through my webserver? (if not POP some other way)

So for example, you go to a site that shows the contents of a gmail account,
then u click on a file and it goes right from gmail to you.

Cheers,
Baz




-Original Message-
From: Jochem van Dieten [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 03, 2006 11:52 AM
To: CF-Talk
Subject: Re: GMail manipulation remotely

Baz wrote:
 Is it possible to write an app that can send email through GMail? For
 example, if I wanted to send a 5mb attachment to a list of 10 users, could
I
 instruct the GMail server to forward the email to each user, or send CCs
to
 each user. The primary objective being not to duplicate the bandwidth for
 the attachement locally.

Yes, just put all recipients in the To, CC or BCC of one email.

Jochem



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:234067
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: GMail manipulation remotely

2006-03-03 Thread Jochem van Dieten
Baz wrote:
 
 As an extension to the question, can I pop a gmail account, get a list of
 file attachments, and then provide a link to download the attachemts without
 them ever having gone through my webserver? (if not POP some other way)
 
 So for example, you go to a site that shows the contents of a gmail account,
 then u click on a file and it goes right from gmail to you.

Yes. But you have to log that visitor in to the GMail account, so 
he would be able to change the password of that account. And I am 
pretty sure it is against some part of the TOS of GMail.

Jochem

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:234071
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: GMail manipulation remotely

2006-03-03 Thread Baz
How would I login a user?


-Original Message-
From: Jochem van Dieten [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 03, 2006 1:10 PM
To: CF-Talk
Subject: Re: GMail manipulation remotely

Baz wrote:
 
 As an extension to the question, can I pop a gmail account, get a list of
 file attachments, and then provide a link to download the attachemts
without
 them ever having gone through my webserver? (if not POP some other way)
 
 So for example, you go to a site that shows the contents of a gmail
account,
 then u click on a file and it goes right from gmail to you.

Yes. But you have to log that visitor in to the GMail account, so 
he would be able to change the password of that account. And I am 
pretty sure it is against some part of the TOS of GMail.

Jochem



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:234073
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: GMail manipulation remotely

2006-03-03 Thread Jochem van Dieten
Baz wrote:
 How would I login a user?

XMLHttpRequest()

Jochem

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:234075
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


GMail manipulation remotely

2006-03-02 Thread Baz
Is it possible to write an app that can send email through GMail? For
example, if I wanted to send a 5mb attachment to a list of 10 users, could I
instruct the GMail server to forward the email to each user, or send CCs to
each user. The primary objective being not to duplicate the bandwidth for
the attachement locally.

 

Baz

 

 




~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:234019
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54