-------- 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 : bugtrac...@gambaswiki.org
Pour : mov...@mykolab.ch, tmore...@ajm-software.com, g4m...@gmail.com

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]




------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to