Re: [Gambas-user] problems running component gb.net.smtp

2011-09-07 Thread robotop
Well, after hex-editor inspection, the 'dot' isn't converted; the converted char seems to be a "soft line break" automatically introduced after 32 characters (I don't know why, but the specs says a line must be at max 76 chars long). The other part of the problem is that MY OWN smtp server (minima

Re: [Gambas-user] problems running component gb.net.smtp

2011-09-06 Thread robotop
robotop wrote: > > Thank you, I supposed something similar, but was confused by the fact that > some dots are sent exacly as dots and others are padded with the equal > sign, so what's the rule ? Now, I will immediatly load the specs for the > quoted-printable mail format and learn (what I misse

Re: [Gambas-user] problems running component gb.net.smtp

2011-09-06 Thread robotop
Thank you, I supposed something similar, but was confused by the fact that some dots are sent exacly as dots and others are padded with the equal sign, so what's the rule ? Now, I will immediatly load the specs for the quoted-printable mail format and learn (what I missed to do before). Another qu

Re: [Gambas-user] problems running component gb.net.smtp

2011-09-06 Thread Benoît Minisini
> ahem, sorry for my previous infos: the puppy linux gambas version I'm using > is 2.7 not 2.2 as I erroneously mentioned (it's shown in big capital > letters !!!) . So, may be, that's not so old version. May this new infos > can have any impact on the solution of "equal signs mistery" ? :-/ "=" s

Re: [Gambas-user] problems running component gb.net.smtp

2011-09-06 Thread robotop
ahem, sorry for my previous infos: the puppy linux gambas version I'm using is 2.7 not 2.2 as I erroneously mentioned (it's shown in big capital letters !!!) . So, may be, that's not so old version. May this new infos can have any impact on the solution of "equal signs mistery" ? :-/ -- View thi

Re: [Gambas-user] problems running component gb.net.smtp

2011-09-05 Thread robotop
oops, the most recent compiled .pet (package for puppy linux) is for gambas2.2 ... May be someone can create a new one, but at this moment I can't do it by myself (almost all my life was spent under Windows, bad way, I know). Ok, I will survive with small workaround. The full application works so

Re: [Gambas-user] problems running component gb.net.smtp

2011-09-05 Thread Benoît Minisini
> Hello, Mr Minisini, first of all, thank you for this answer, it's > emotioning to speak (write) to the creator of Gambas. Well, I've zipped 3 > files in a folder with the contents of originating mail text, the received > email and the procedure I used with Gambas2,2 on Puppy linux 4.3.1 : I'm > s

Re: [Gambas-user] problems running component gb.net.smtp

2011-09-05 Thread robotop
Hello, Mr Minisini, first of all, thank you for this answer, it's emotioning to speak (write) to the creator of Gambas. Well, I've zipped 3 files in a folder with the contents of originating mail text, the received email and the procedure I used with Gambas2,2 on Puppy linux 4.3.1 : I'm sure there

Re: [Gambas-user] problems running component gb.net.smtp

2011-09-05 Thread Benoît Minisini
> Hello all, I'm playing with the gb.net.smtp component and there is > something strange in the behaviour. Almost all works fine, I can send my > emails using "text/plain", but sometimes, when I put dots '.' in the > message, some of those is preceeded (in the received email) by an equal > sign '='

[Gambas-user] problems running component gb.net.smtp

2011-09-05 Thread robotop
Hello all, I'm playing with the gb.net.smtp component and there is something strange in the behaviour. Almost all works fine, I can send my emails using "text/plain", but sometimes, when I put dots '.' in the message, some of those is preceeded (in the received email) by an equal sign '=' ; note: