[Gambas-devel] Release of Gambas 3.3

Sebastian Kulesz sebikul at ...176...
Fri Sep 7 23:23:44 CEST 2012


On Thu, Sep 6, 2012 at 5:53 PM, Sebastian Kulesz <sebikul at ...176...> wrote:
> On Thu, Sep 6, 2012 at 5:35 PM, Benoît Minisini
> <gambas at ...1...> wrote:
>> Le 06/09/2012 22:28, Sebastian Kulesz a écrit :
>>>
>>> I like the changes,
>>
>> I hope so. :-)
>>
>>> it works flawlessly now!! Tested with unencrypted account too. no
>>> bugs so far. I couldn't test it  using my gmail account because i use
>>> 2-factor auth, so i needed to create a new key each time i wanted to
>>> test.
>>>
>>> One question tough; what is the use of Abort() if it doesn't roll
>>> back any changes?
>>> Shouldn't it call Reset() before disconnecting,
>>> otherwise it's almost the same as Close().
>>
>> Actually it closes the connection without emitting the QUIT command, so
>> normally nothing is changed on the server. Or am I wrong? Do I need to
>> call Reset() ?
>
> No, you are right. According to the specs, if QUIT is never issued,
> then the inbox must be left intact. If there is any deletion, that
> must be a server bug, not ours.
>
> I believe it's complete now, at the exception of the APOP command, but
> it's optional. The only thing missing is the documentation.
>
>>
>>>
>>> I would also like to implement the APOP, but i need to hash a string
>>>  with md5. Is there a more native way of obtaining an md5 hexdigest
>>> than calling md5sum or openssl with Exec?
>>>
>>
>> No, there is no MD5 computation routine in Gambas at the moment.
>>
>> --
>> Benoît Minisini
>>
>> ------------------------------------------------------------------------------
>> Live Security Virtual Conference
>> Exclusive live event will cover all the ways today's security and
>> threat landscape has changed and how IT managers can respond. Discussions
>> will include endpoint security, mobile security and the latest in malware
>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>> _______________________________________________
>> Gambas-devel mailing list
>> Gambas-devel at lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-devel

Hi Benoît. Is gmime-2.6 strictly required?

Using it restricts the gb.mime component to Ubuntu precise and
quantal, leaving all others without the gb.mime, gb.net.pop3 and the
gb.net.smtp when rewritten. Not sure about Debian, or other distros,
but they are surely affected.

Can gmime-2.4 be used?




More information about the Devel mailing list