Page 3 of 3
Re: Get email.
Posted: Thu Sep 25, 2014 8:52 am
by hmgchang
Dear Masters,
After trying the ssw several time, i only got No new message on the server",
but if i open with browser at
https://mail.google.com/mail/#inbox" onclick="window.open(this.href);return false;,
i can still see 4 messages....
1. nCountMail := oPopServer:countMail()
is this function only count for new messages?
2. how to tell is a message is pending or not ? read or not ?
3. how to retrieve all messages ?
TIA
best rgds,
Chang
Re: Get email.
Posted: Thu Sep 25, 2014 9:54 am
by PeteWG
I've had the same problem.
take a look at
https://support.google.com/accounts/answer/6010255
for a possible explanation.
hmgchang wrote:Dear Masters,
After trying the ssw several time, i only got No new message on the server",
but if i open with browser at
https://mail.google.com/mail/#inbox" onclick="window.open(this.href);return false;" onclick="window.open(this.href);return false;" onclick="window.open(this.href);return false;" onclick="window.open(this.href);return false;,
i can still see 4 messages....
1. nCountMail := oPopServer:countMail()
is this function only count for new messages?
2. how to tell is a message is pending or not ? read or not ?
3. how to retrieve all messages ?
TIA
best rgds,
Chang
Re: Get email.
Posted: Thu Sep 25, 2014 11:08 am
by danielmaximiliano
hmgchang wrote:Dear Masters,
After trying the ssw several time, i only got No new message on the server",
but if i open with browser at
https://mail.google.com/mail/#inbox" onclick="window.open(this.href);return false;" onclick="window.open(this.href);return false;,
i can still see 4 messages....
1. nCountMail := oPopServer:countMail()
is this function only count for new messages?
2. how to tell is a message is pending or not ? read or not ?
3. how to retrieve all messages ?
TIA
best rgds,
Chang
Look here : https://mail.google.com/mail/u/1/#settings/fwdandpop
Re: Get email.
Posted: Thu Oct 02, 2014 2:42 pm
by danielmaximiliano
Hola Claudio :
podemos utilizar esto y compilarlo con Harbour para crear una libreria estatica ?
http://sourceforge.net/projects/libimap/
en harbour contrib tenemos hbtip pero utiliza solamente Pop3 para descargar mensajes y estyo mirando la forma de utilizar IMAP para poder utilizar las carpetas imap de cualquier servidor de correo.
gracias