|
I'm getting at least 50 Viagra ads a day and it's driving me insane.
I currently have a hosted MS Exchange account and a Gmail account. My Gmail account forwards to my Exchange account. Both of my addresses are used evenly, and it has been really nice...
Started by kirkouimet on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
Edit: your comments make it sound like this hosted service is used for your .
Your mail to go through Gmail, you'd have to use that as your primary address, forward all the messages that's your Gmail address.
|
|
Hi,
I used to connect to a public wifi which once connected I enter my credentials (login/pass) into a webpage to gain access to internet!
Today I was surprised by the Gmail application synchronizing email without me being allowed to access internet (...
Started by martani_net on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
It is possible that the Gmail application for Android is just a fancy IMAP client with other that it uses another port (maybe port 80?) to communicate and transfer additional Gmail-releated.
|
|
Hi, I've been studying the Google authentication API (AuthSub)...My question is, how do I get the user's account information (at least his Gmail address) after the authentication has passed?
Because currently, all I get back from the authentication process...
Answer Snippets (Read the full thread at stackoverflow):
If so, what google service allows me to access the user's information... .
It does not expose any of other interface that allows to get account holder information back to authorizer .
Google Authentication API is a token based system to authenticate a valid user .
|
Ask your Facebook Friends
|
Using the OpenPOP .net client for getting messages from Gmail.
I'm wondering how I can get only the new messages?
Currently, I get the atom feed and then get as many emails as the feed has with the OpenPOP client (starting from the first).
GmailAtomFeed...
Started by Ashley Simpson on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Check this link for how you can switch it on for your gmail account Getting started with IMAP for Gmail .
What you can do is switch to using IMAP protocol to access gmail.
And which were not.
|
|
It's strangely difficult to find out exactly how SSL works with email, at least insofar as answering my specific question - when I connect to gmail using SSL, I understand that my connected is secure and thus data is all encrypted between MY COMPUTER ...
Started by hatorade on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
....
When you display mail in your browser from the server, this is also this, see the question I asked .
Will be encrypted through HTTPS as it travels from your client browser to the Gmail server that will pass it off to the SMTP server.
|
|
Hi ALl
I need to read emails from gmail but i cant connect to gmail pop3 server. Can anyone help me here ?
Here the code:
$pop3 = new POP3; $pop3->server = 'pop.gmail.com'; $pop3->user = 'username'; $pop3->passwd = 'password'; $pop3->debug...
Started by shuxer on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
A TLS/SSL connection is negotiated using....
Wikipedia also states this :
E-mail).
According to this page ( connecting to Gmail using Outlook Express ), you have to use port 995 for POP3 access to Gmail, and furthermore, SSL must be enabled.
|
|
I've been trying for a whlie on this, and have so far been failing miserably. My most recent attempt was lifted from this stack code here: http://stackoverflow.com/questions/704636/sending-email-through-gmail-smtp-server-with-c , but I've tried all the...
Started by Paul on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
The other two ports have encryption; 587 uses TLS, 465 IMAP settings from gmail account....
Port 25 is the normal unencrypted pop port; not available on gmail.
An email client sometime back that could talk to gmail on both 587 and 465...
|
|
So far, I've been using Gmail through their web interface exclusivly. Then, since I often work without a network connection, I decided to get it all into outlook (v2007), so I can access it offline. I knew I could've used Gmail's offline package, but ...
Started by ldigas on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
I would expect Gmail throttles.
I recall that older Outlook versions had a max PST file size of 2GB .
|
|
Many developer prefer the GMail interface and thus forward (actually pull) all their email to GMail.
Assuming we trust Google, are there any reasons why this should be disallowed?
Edit: Interesting article today from Bruce Schneier about Cloud Services...
Started by Assaf on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at serverfault):
By allowing....
There is one really good reason to disallow this:
Even if you configure gmail to use the company address as the FROM-header, gmail will still add a
Sender: <google-alias@gmail.com>
To every possible audit- or backup policy.
|
|
I'm currently trying to POP e-mails from another mailbox into my gmail. When the e-mails get POP'ed, about 90% of them appear as from "(unknown sender)". I continually get new e-mails, so I know gmail can log in and POP correctly, but this (unknown sender...
Started by pdalbe01 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
pass ...
User ...
Telnet server 110 ...
Have you tried to show details in gmail so that you see full headers? There should to fetch one of your messages ...
Thunderbird etc.
|