I'm sorry I was not specific enough.

I use SSL/TLS. please see code below:

     imap := TImapSend.Create;
    imap.Username := UN;
    imap.Password := PA;
    imap.TargetPort:=IPORT;
    imap.TargetHost := HO;
    imap.FullSSL:=true;
    imap.AutoTLS:=true;
    if imap.Login then begin 
     ...        

I use the SSL/TLS libraries that come with Linux (Ubuntu 16.04, Debian Jessie).
Should I install some specific library (in Ubuntu 15.10 the same code worked 
well).
I'm using Lazarus 1.6.

Thank you for all your good work.

Daniel Acevedo

On 6/7/2017 11:46:22 AM Lukas Gebauer <gebyl...@mlp.cz> wrote:

  > > I download the new version (synalist-code-206-trunk) and compiled again 
my program,
  > but IMAP still is not working.
  > > 
  > > Tested under Ubuntu 16.04 and Debian Jessie.
  > > 
  > > The same code (using synalist-code-203-trunk) works well with older Linux 
versions
  > (like Ubuntu 15.10).

  > What you mean by "not working"? What failed exactly? Are you using 
  > SSL/TLS? What versions? etc.


  > -- 
  > Lukas Gebauer.

  > http://synapse.ararat.cz/ - Ararat Synapse - TCP/IP Lib.
  > http://geoget.ararat.cz/ - Geocaching solution


  > 
------------------------------------------------------------------------------
  > Check out the vibrant tech community on one of the world's most
  > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
  > _______________________________________________
  > synalist-public mailing list
  > synalist-public@lists.sourceforge.net
  > https://lists.sourceforge.net/lists/listinfo/synalist-public




------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to