Re: [Gambas-user] About SMTP component

2014-10-25 Thread Benoît Minisini
Le 23/10/2014 09:48, Jorge Carrión a écrit : Lee, Yes, the my function works, it's only the related way of show in email readers what doesn't like me. Sometimes we have to send large text files and it's ugly to see that in thunderbird... Is nota a big issue, I suppouse. Perfection is reserved

Re: [Gambas-user] About SMTP component

2014-10-25 Thread Jorge Carrión
Is hard for me. I only use the stable version, because all our developments are based in it. Should I uninstall ppa:gambas-team and install the daily or someone can test it? Regards. 2014-10-25 16:40 GMT+02:00 Benoît Minisini gam...@users.sourceforge.net: Le 23/10/2014 09:48, Jorge Carrión a

Re: [Gambas-user] About SMTP component

2014-10-23 Thread Jorge Carrión
Lee, Yes, the my function works, it's only the related way of show in email readers what doesn't like me. Sometimes we have to send large text files and it's ugly to see that in thunderbird... Is nota a big issue, I suppouse. Perfection is reserved for gods, isn't it?. Thanks for the response.

Re: [Gambas-user] About SMTP component

2014-10-23 Thread Jorge Carrión
Benoit, Thanks for the answer. I Curiously, there is no concept of mail body in the MIME message format. I knew that, but SmtpClient offers it and its easy way to send a message. At this point there is another property that isn't clear for me: the .Alternative property. I've read, don't remember

[Gambas-user] About SMTP component

2014-10-22 Thread Jorge Carrión
I've a problem with gambas 3.6 Smtpclient (with previous versions too). perhaps I don't understand very well the SMTP protocol or I don't undestand what some propertis of SmtpClient are, but If someone can help me I'll appreciate it very much: I use this function to send eMails: Public Sub

Re: [Gambas-user] About SMTP component

2014-10-22 Thread Willy Raets
On wo, 2014-10-22 at 12:49 +0200, Jorge Carrión wrote: I've a problem with gambas 3.6 Smtpclient (with previous versions too). perhaps I don't understand very well the SMTP protocol or I don't undestand what some propertis of SmtpClient are, but If someone can help me I'll appreciate it very

Re: [Gambas-user] About SMTP component

2014-10-22 Thread Jorge Carrión
Willy, thank you for your response. With Mailtester the same situation occurs that with my function: If you attach a text file, it is enconded as cuoted printable (what is the same that no enconded as all) and the text from inside the file is shown under the message .Body... 2014-10-22 16:29

Re: [Gambas-user] About SMTP component

2014-10-22 Thread Willy Raets
On wo, 2014-10-22 at 18:10 +0200, Jorge Carrión wrote: Willy, thank you for your response. With Mailtester the same situation occurs that with my function: If you attach a text file, it is enconded as cuoted printable (what is the same that no enconded as all) and the text from inside the

Re: [Gambas-user] About SMTP component

2014-10-22 Thread T Lee Davidson
Jorge, I took your code and modified it only enough to use a form to populate the relevant data; all else remained the same. Testing it showed that the attachment was indeed sent as Content-Transfer-Encoding: quoted-printable. But, that does not appear to be a problem; at least with my

Re: [Gambas-user] About SMTP component

2014-10-22 Thread Benoît Minisini
Le 22/10/2014 21:40, T Lee Davidson a écrit : Jorge, I took your code and modified it only enough to use a form to populate the relevant data; all else remained the same. Testing it showed that the attachment was indeed sent as Content-Transfer-Encoding: quoted-printable. But, that does