[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1170: Support for IMAP in gb.net.curl

Benoît Minisini gambas at ...1...
Sat Sep 16 03:22:58 CEST 2017



-------- Message transféré --------
Sujet : [Gambas Bug Tracker] Bug #1170: Support for IMAP in gb.net.curl
Date : Sat, 16 Sep 2017 01:21:24 GMT
De : bugtracker at ...3416...
Pour : moviga at ...3488..., tmorehen at ...3634..., g4mba5 at ...626...

http://gambaswiki.org/bugtracker/edit?object=BUG.1170&from=L21haW4-

Comment #11 by Tony MOREHEN:

Unfortunately, that doesn't work. The following code returns count=0, sCapabilities[0] out of bounds error

Dim sWelcome As String
Dim sCapabilities As String[]
sWelcome = "* OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE AUTH=PLAIN] Dovecot ready."
sCapabilities = Scan(sWelcome, "[*]")
Print sCapabilities.Count
Print sCapabilities[0]







More information about the User mailing list