[Gambas-devel] Release of Gambas 3.3

Benoît Minisini gambas at ...1...
Thu Sep 6 16:14:42 CEST 2012


Le 06/09/2012 16:11, Benoît Minisini a écrit :
> Le 06/09/2012 16:08, Benoît Minisini a écrit :
>> Le 06/09/2012 06:52, Sebastian Kulesz a écrit :
>>>
>>> I just updated the component. I commented most debug instructions,
>>> only one missing (i will remove it once the following issue is
>>> resolved). Messages now inherit MIMEMessage. It works like a charm,
>>> great work!!
>>
>> _Pop3Client_Message must not inherit MIMEMessage, because it is a
>> virtual class (beginning with a "_").
>>
>> The idea is not stupid by itself, but then creating a
>> _Pop3Client_Message automatically makes it load the message and parse
>> it! Which is not a good idea at all, as you may want to list messages
>> without loading them and parsing them.
>>
>> I will remove that stuff.
>>
>
> What's that horror in the source code of Pop3Client._get() ?
>
> "If msgid = 0 Then msgid = 1"
>

The mail index should go from 0 to Count - 1, as any other collection in 
Gambas!

-- 
Benoît Minisini




More information about the Devel mailing list