Correo electrónico entrante a través de SSL / incoming Email

HMG Samples and Enhancements

Moderator: Rathinagiri

Javier Tovar
Posts: 1275
Joined: Tue Sep 03, 2013 4:22 am
Location: Tecámac, México

Re: Correo electrónico entrante a través de SSL / incoming E

Post by Javier Tovar »

Hola danielmaximiliano,

Ya realice lo que me indicaste pero ahora me sale este error:
ErrorEmail2.jpg
ErrorEmail2.jpg (49.81 KiB) Viewed 5548 times
Alguna sugerencia?

Mil gracias por la ayuda.

Saludos
User avatar
danielmaximiliano
Posts: 2611
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: Correo electrónico entrante a través de SSL / incoming E

Post by danielmaximiliano »

Javier :
podrias cambiar el codigo y generar el LOG de conexion para saber que pasa con tu servidor
C:\Temp\InOutEmail\Source\incomming.prg

Code: Select all

Public lTrace                 := .T.  /* create Log */
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
Javier Tovar
Posts: 1275
Joined: Tue Sep 03, 2013 4:22 am
Location: Tecámac, México

Re: Correo electrónico entrante a través de SSL / incoming E

Post by Javier Tovar »

Hola danielmaximiliano,

Ya hice el cambio, pero me sale lo mismo.

O en que me debo de fijar?

Saludos
User avatar
danielmaximiliano
Posts: 2611
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: Correo electrónico entrante a través de SSL / incoming E

Post by danielmaximiliano »

Javier : habia un error en el Form y en el PRG.
Modifica

Code: Select all

aServers [3] := { 'Yahoo   Incomming Mail Server ' , 'pop.mail.yahoo.com.ar' , '995' , 'yahoo.com' , 'smtp.mail.yahoo.com.ar' , '465' }
por

Code: Select all

aServers [3] := { 'Yahoo   Incomming Mail Server ' , 'pop.mail.yahoo.com.mx' , '995' , 'yahoo.com' , 'smtp.mail.yahoo.com.mx' , '465' }
la razón del error que te muestra es porque en tu bandeja de entrada hay mas de 29 msj y necesito corregir las descargar en paginas de 28 email para ir cargandolo de a poco al GRID.
cuando hay menos de esa cantidad sin leer no hay problemas con la Libreria HBTIP
Last edited by danielmaximiliano on Thu Jan 09, 2014 10:52 am, edited 1 time in total.
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
User avatar
danielmaximiliano
Posts: 2611
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: Correo electrónico entrante a través de SSL / incoming E

Post by danielmaximiliano »

danielmaximiliano wrote:Javier : habia un error en el Form y en el PRG.
Modifica

Code: Select all

aServers [3] := { 'Yahoo   Incomming Mail Server ' , 'pop.mail.yahoo.com.ar' , '995' , 'yahoo.com' , 'smtp.mail.yahoo.com.ar' , '465' }
por
aServers [3] := { 'Yahoo Incomming Mail Server ' , 'pop.mail.yahoo.com.mx' , '995' , 'yahoo.com' , 'smtp.mail.yahoo.com.mx' , '465' }

la razón del error que te muestra es porque en tu bandeja de entrada hay mas de 29 msj y necesito corregir las descargar en paginas de 28 email para ir cargandolo de a poco al GRID.
cuando hay menos de esa cantidad sin leer no hay problemas con la Libreria HBTIP
InOutEmail.rar
(986 KiB) Downloaded 322 times
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
Javier Tovar
Posts: 1275
Joined: Tue Sep 03, 2013 4:22 am
Location: Tecámac, México

Re: Correo electrónico entrante a través de SSL / incoming E

Post by Javier Tovar »

Hola danielmaximiliano,

Ya descomprimi tu ultimo archivo, ahora ya me conecta, pero trato de enviar un archivo y si abre para seleccionar el archivo, pero al pulsar el boton de "Send" me sale este error:
ErrorEmail3.jpg
ErrorEmail3.jpg (152.25 KiB) Viewed 5630 times
Y se cierra el programa. Alguna idea al respecto?

Mil gracias y disculpa tanta insistencia, pero seria genial que tuviera la aplicación corriendo sin problemas. :D

Saludos
User avatar
danielmaximiliano
Posts: 2611
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: Correo electrónico entrante a través de SSL / incoming E

Post by danielmaximiliano »

no esta terminado el modulo Sendmail.
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
User avatar
serge_girard
Posts: 3161
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: Correo electrónico entrante a través de SSL / incoming E

Post by serge_girard »

Hello Daniel !

Thanks for sharing!

I tried compiling which went OK but I got a runtime-error about missing SSLEAY32.DLL, however this file is present in the OpenSSL folder.
Should I move it to \windows\system 32?

Thanks and greetings, Serge
There's nothing you can do that can't be done...
User avatar
danielmaximiliano
Posts: 2611
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: Correo electrónico entrante a través de SSL / incoming E

Post by danielmaximiliano »

serge_girard wrote:Hello Daniel !

Thanks for sharing!

I tried compiling which went OK but I got a runtime-error about missing SSLEAY32.DLL, however this file is present in the OpenSSL folder.
Should I move it to \windows\system 32?

Thanks and greetings, Serge
Hi Serge:
Happy New Year, I hope that this good health right now.
within the application there is a folder called \OpenSSL these files can be copied to the \SYSTEM32 for 32-bit O.S
and S.O \SysWOW64 for 64-bit
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
User avatar
danielmaximiliano
Posts: 2611
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: Correo electrónico entrante a través de SSL / incoming E

Post by danielmaximiliano »

danielmaximiliano wrote:
danielmaximiliano wrote:Javier : habia un error en el Form y en el PRG.
Modifica

Code: Select all

aServers [3] := { 'Yahoo   Incomming Mail Server ' , 'pop.mail.yahoo.com.ar' , '995' , 'yahoo.com' , 'smtp.mail.yahoo.com.ar' , '465' }
por

Code: Select all

aServers [3] := { 'Yahoo   Incomming Mail Server ' , 'pop.mail.yahoo.com.mx' , '995' , 'yahoo.com' , 'smtp.mail.yahoo.com.mx' , '465' }
la razón del error que te muestra es porque en tu bandeja de entrada hay mas de 29 msj y necesito corregir las descargar en paginas de 28 email para ir cargandolo de a poco al GRID.
cuando hay menos de esa cantidad sin leer no hay problemas con la Libreria HBTIP
InOutEmail.rar
(986 KiB) Downloaded 386 times
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
Post Reply