~gambas-team/+git/gambas:gb.net.imap

Last commit made on 2018-02-14
Get this branch:
git clone -b gb.net.imap https://git.launchpad.net/~gambas-team/+git/gambas

Branch merges

Branch information

Name:
gb.net.imap
Repository:
lp:~gambas-team/+git/gambas

Recent commits

5733746... by Fabien Bodard

First commit of the gb.net.imap component

[GB.NET.IMAP]
* New: ImapClient Class that allow to connect to the Imap Server.
  It raise OnLine/OffLine events when connected/disconnected via open/close
  functions or outdoor kill.
* New: Mailboxes property return a string array with mailboxes on the server.
* New: ImapClient[sMailBox] return a MailBox class that allow manipulations on
  mailbox.

c3db6dc... by Fabien Bodard

First commit of the gb.net.imap component

[GB.NET.IMAP]
* New: ImapClient Class that allow to connect to the Imap Server.
  It raise OnLine/OffLine events when connected/disconnected via open/close
  functions or outdoor kill.
* New: Mailboxes property return a string array with mailboxes on the server.
* New: ImapClient[sMailBox] return a MailBox class that allow manipulations on
  mailbox.

56a870a... by Fabien Bodard

First commit of the gb.net.imap component

[GB.NET.IMAP]
* New: ImapClient Class that allow to connect to the Imap Server.
  It raise OnLine/OffLine events when connected/disconnected via open/close
  functions or outdoor kill.
* New: Mailboxes property return a string array with mailboxes on the server.
* New: ImapClient[sMailBox] return a MailBox class that allow manipulations on
  mailbox.

11ff50c... by Fabien Bodard

First commit of the gb.net.imap component

[GB.NET.IMAP]
* New: ImapClient Class that allow to connect to the Imap Server.
  It raise OnLine/OffLine events when connected/disconnected via open/close
  functions or outdoor kill.
* New: Mailboxes property return a string array with mailboxes on the server.
* New: ImapClient[sMailBox] return a MailBox class that allow manipulations on
  mailbox.

73b1b47... by Fabien Bodard

First commit of the gb.net.imap component

[GB.NET.IMAP]
* New: ImapClient Class that allow to connect to the Imap Server.
  It raise OnLine/OffLine events when connected/disconnected via open/close
  functions or outdoor kill.
* New: Mailboxes property return a string array with mailboxes on the server.
* New: ImapClient[sMailBox] return a MailBox class that allow manipulations on
  mailbox.

fd23f0e... by Fabien Bodard

First commit of the gb.net.imap component

[GB.NET.IMAP]
* New: ImapClient Class that allow to connect to the Imap Server.
  It raise OnLine/OffLine events when connected/disconnected via open/close
  functions or outdoor kill.
* New: Mailboxes property return a string array with mailboxes on the server.
* New: ImapClient[sMailBox] return a MailBox class that allow manipulations on
  mailbox.

dc9bdcf... by Benoit Minisini

When a task terminates, it now internally calls the QUIT instruction, so that everything is cleaned up.

[INTERPRETER]
* BUG: When a task terminates, it now internally calls the QUIT instruction, so that everything is cleaned up.

4ff9f7d... by Benoit Minisini

ImageView.ZoomFit() now takes the margin size as an optional argument. The default margin is now zero.

[GB.FORM]
* NEW: ImageView.ZoomFit() now takes the margin size as an optional argument. The default margin is now zero.

f86bd7a... by Benoit Minisini

Make JSON.Decode() faster.

[GB.UTIL.WEB]
* OPT: Make JSON.Decode() faster.

2a4383b... by Benoit Minisini

Fix symbol table binary string comparison for non-ASCII characters.

[INTERPRETER]
* BUG: Fix symbol table binary string comparison for non-ASCII characters.