On Sun, 14 May 2017, Daniel Acevedo wrote:

> Hi,
>
> I developed a program to send (IMAP) and receive email on Lubuntu 15.10 with 
> Lazarus 1.4.4.
> There it runs perfectly.
> When I run it on newer Linux versions, luke Lubuntu 16.04, Xubuntu 16.04 or 
> Debian Jessie, it runs but cannot send nor receive email. The login fails.
>
> I installed Lazarus on Debian Jessie, and compiled there my program, thinking 
> that in that way it may be linked with the right libraries. It compiels fine, 
> but still it fails to connect by SMTP or IMAP when it runs.
>
> May be Synapse, which is quite old, links with outdated ssh libraries? I 
> don't know.
> If somebody has some tip to make this work, please share it with me.

Normally it should link to the available library, which should be the latest.

Is it possible that there is a mismatch between client/server supported 
protocols?
I have had this when connecting to MS-Office APIS; I had to specifically 
specify a
protocol instead of the default 'try all protocols'.

Michael.

------------------------------------------------------------------------------
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