Search found 62 matches: pop3

Searched query: pop3

by Garbi
Tue Oct 08, 2024 3:15 pm
Forum: FiveWin para Harbour/xHarbour
Topic: España: Normativa sancionadora sistemas informáticos
Replies: 288
Views: 146496

Re: España: Normativa sancionadora sistemas informáticos

... 8.8.0 (Windows) libcurl/8.8.0 Schannel zlib/1.3 WinIDN
Release-Date: 2024-05-22
Protocols: dict file ftp ftps http https imap imaps ipfs ipns mqtt pop3 pop3s smb smbs smtp smtps telnet tftp
Features: alt-svc AsynchDNS HSTS HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM SPNEGO SSL SSPI threadsafe ...
by paquitohm
Tue Oct 08, 2024 11:43 am
Forum: FiveWin para Harbour/xHarbour
Topic: España: Normativa sancionadora sistemas informáticos
Replies: 288
Views: 146496

Re: España: Normativa sancionadora sistemas informáticos

... libcurl/7.54.0 OpenSSL/1.1.0e zlib/1.2.11 WinIDN libssh2/1.8.0 nghttp2/1.21.1
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp
Features: AsynchDNS IDN IPv6 Largefile SSPI Kerberos SPNEGO NTLM SSL libz TLS-SRP HTTP2 HTTPS-proxy


Lo ...
by Enrico Maria Giordano
Fri Jan 25, 2019 6:35 pm
Forum: All products support
Topic: Lettura mails
Replies: 12
Views: 5950

Re: Lettura mails

... quello che si blocca. Tieni presente che quello è solo un test dal quale poi uno si sviluppa ciò che gli serve realmente.

In ogni caso, con poche email funziona perfettamente. Ma solo POP3 senza SSL. Per SSL bisogna linkare le librerie OpenSSL ma non ho ancora capito come (vedi altro thread).

EMG
by AntoninoP
Wed Jan 16, 2019 7:29 pm
Forum: All products support
Topic: Scaricare da casella PEC (Legalmail)
Replies: 33
Views: 31179

Re: Scaricare da casella PEC (Legalmail)

... qualsiasi mail:
https://help.infocert.it/guide/guida-alla-configurazione-legalmail-microsoft-outlook-2003/
Personalmente non ho una pec con cui provare, ma c'è sia POP3 sia IMAP quindi se riesci a leggere una mail normale dovresti essere in grado di leggere anche la pec...
Che errore da?
by Enrico Maria Giordano
Mon Nov 13, 2017 2:42 pm
Forum: FiveWin for Harbour/xHarbour
Topic: testpop3
Replies: 20
Views: 6144

Re: testpop3

The server name was mistyped (pop instead of pop3).

EMG
by Enrico Maria Giordano
Mon Nov 13, 2017 2:17 pm
Forum: FiveWin for Harbour/xHarbour
Topic: testpop3
Replies: 20
Views: 6144

Re: testpop3

I know that sample is working fine with my pop3 server. For this I need to test it with your.

EMG
by damianodec
Fri Nov 10, 2017 1:13 pm
Forum: FiveWin for Harbour/xHarbour
Topic: testpop3
Replies: 20
Views: 6144

Re: testpop3

I call GetMailZ from my menu GetMail(oWnd)

here you are:
[code=fw]
// Testing FiveWin new Internet incoming mail (POP3 protocol) Class

#include "FiveWin.ch"

STATIC FUNCTION GETMAIL( "pop3.dominio.it", "info@dominio.it", "password" )

LOCAL lOk := .F.

LOCAL oCli

LOCAL aMail, aPar, cMsg, oAtt ...
by Marc Venken
Mon Jul 17, 2017 11:30 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH MAIL - MAPI
Replies: 9
Views: 2329

Re: FWH MAIL - MAPI

... a app. where I use it the same way as mentioned by Tim above.

Will look into it, because it seems to have much more options.

For reading is the pop3 class ok ? I can read mails with it, but it always deletes them on the server, even If I put
oInMail:lDelMsgs := .F. //


function GetMail&#40 ...
by ADutheil
Tue Nov 01, 2016 3:53 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Need CURL syntax with fivewin using HBCURL LIB?
Replies: 10
Views: 5800

Re: Need CURL syntax with fivewin using HBCURL LIB?

... TFTP hb_bitShift( 1, 11 )
#define HB_CURLPROTO_IMAP hb_bitShift( 1, 12 )
#define HB_CURLPROTO_IMAPS hb_bitShift( 1, 13 )
#define HB_CURLPROTO_POP3 hb_bitShift( 1, 14 )
#define HB_CURLPROTO_POP3S hb_bitShift( 1, 15 )
#define HB_CURLPROTO_SMTP hb_bitShift( 1, 16 )
#define HB_CURLPROTO_SMTPS hb ...
by Enrico Maria Giordano
Sun May 01, 2016 1:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Protocol pop3s
Replies: 2
Views: 784

Re: Protocol pop3s

Thank you, but I hoped in something already available and tested. :-)

I'm using xHarbour TIP library for pop3 and found it perfectly working.

EMG
by ukoenig
Sun May 01, 2016 12:57 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Protocol pop3s
Replies: 2
Views: 784

Re: Protocol pop3s

... Noti cation (RFC-3798)
5
 8-bit MIME (RFC-2047)
 Encoded word extensions (RFC-2231)
 Attachments
Network features:
 Support for IMAP, POP3 and maildir stores
 Support for SMTP and sendmail transport methods
 Extraction of whole message or speci c parts
 TLS/SSL security layer
 SASL ...
by benjiben143
Mon Jul 20, 2015 3:56 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Dll para leer pop3 gmail
Replies: 11
Views: 3255

Re: Dll para leer pop3 gmail

hola antonio

buenos dia

la dll
la saque de http://hpop.sourceforge.net/

ayi tambien viene su codigo fuente y pruebas

yo lo unico que hice fueron los llamados

y asi como tu dice , tenemos que probarla , yo de antemano ya tengo tiempo usandola y a todo dar

saludos
by Antonio Linares
Mon Jul 20, 2015 3:46 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Dll para leer pop3 gmail
Replies: 11
Views: 3255

Re: Dll para leer pop3 gmail

Gracias por publicar el código, asi se despeja cualquier duda al respecto.

Te pido disculpas si te ha podido molestar mi mensaje. Sólo lo he hecho por seguridad de todos
pues alguna de las DLLs usada talvez no es tuya y no se sabe con certeza que puedan hacer
con los datos proporcionados.
by benjiben143
Mon Jul 20, 2015 3:18 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Dll para leer pop3 gmail
Replies: 11
Views: 3255

Re: Dll para leer pop3 gmail

... using System.ComponentModel;using System.Data;using System.Threading.Tasks;using OpenPop.Mime;using OpenPop.Mime.Header;using OpenPop.Pop3;using OpenPop.Pop3.Exceptions;using OpenPop.Common.Logging;using EmailMessage = OpenPop.Mime.Message;//{DC5A21DC-5D65-4EBA-A75C-08EA7DF16DB8 ...
by Antonio Linares
Mon Jul 20, 2015 9:56 am
Forum: FiveWin para Harbour/xHarbour
Topic: Dll para leer pop3 gmail
Replies: 11
Views: 3255

Re: Dll para leer pop3 gmail

Ojo que no conocemos el contenido de estas DLLs y alguien podría estar obteniendo nuestras contraseñas.

Los que hayais probado este código, lo idóneo es que cambieis vuestras contraseñas.