gambas-source-code/comp/src/gb.net.pop3/.info
Benoît Minisini 3c8efd56e9 [CONFIGURATION]
* NEW: Update chinese translations.

[EXAMPLES]
* NEW: Add screenshots, switch to 1.0 version, and publish.

[INTERPRETER]
* NEW: Allow WAIT to raise errors.

[GB.DESKTOP]
* NEW: DesktopWindow.Geometry is a new property that returns the geometry 
  of the window inside as a rectangle.
* NEW: DesktopWindow.Frame is a new property that returns the geometry 
  of the window outside (with the frame) as a rectangle.
* NEW: DesktopWindow.GetScreenshot() is a new method that returns a 
  screenshot of a window, with or without the frame.
* BUG: DesktopWindow X, Y, Width and Height properties return the window
  geometry without the frame.

[GB.GTK]
* NEW: Raise an error if WAIT is called during a keyboard event.

[GB.GTK3]
* NEW: Raise an error if WAIT is called during a keyboard event.

[GB.QT4]
* NEW: Raise an error if WAIT is called during a keyboard event.


git-svn-id: svn://localhost/gambas/trunk@6746 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2014-12-16 22:15:59 +00:00

194 lines
904 B
Text

#Net
C
None
C
i
0
SSL
C
i
1
#Pop3Client
C
_IsControl
C
b
T
_IsVirtual
C
b
T
_Group
C
s
Network
_Properties
C
s
Host,Port,User,Password,Encrypt{Net.None;SSL},Debug
Encrypt
p
i
Status
r
i
User
p
s
Password
p
s
Host
p
s
Port
p
i
Count
r
i
Size
r
i
Welcome
r
s
Debug
p
b
'If debugging mode is activated for this client
_IsPositive
M
b
(Text)s
_IsNegative
M
b
(Text)s
_StripOK
M
s
(Text)s[(bMultiline)b]
_PrintDebug
M
(sMsg)s
_CheckResponse
M
(sResponse)s
_get
m
_Pop3Client_Message
(Index)i
_next
m
_Pop3Client_Message
Open
m
b
Abort
m
Exec
m
s
(Data)s[(Multiline)b]
Close
m
b
Stat
m
Integer[]
Ping
m
b
Reset
m
List
m
String[]
ListUniqueID
m
String[]
Remove
m
(Index)i
_new
m
#_Pop3Client_Message
C
Index
r
i
Text
r
s
Message
r
MimeMessage
Deleted
r
b
Size
r
i
UniqueID
r
s
_new
m
(msgid)i($oClient)Pop3Client;
Delete
m
Top
m
s
(Lines)i
Refresh
m
_free
m
_Reset
m