9 #import <Foundation/Foundation.h>
21 GSSubscriptionState state;
24 @property (nonatomic, copy) NSString* user;
25 @property (nonatomic, copy) NSString* server;
26 @property (nonatomic, copy) NSString* password;
27 @property (nonatomic, copy) NSString* transport;
28 @property (nonatomic)
int timeout;
29 @property (nonatomic)
int connectionId;
30 @property (nonatomic)
int mailboxId;
31 @property (nonatomic) GSSubscriptionState state;
33 - (id)initWithServer:(NSString*) theServer
34 user:(NSString*) theUser
35 transpord:(NSString*) theTransport
36 timeout:(
int)theTimeout
37 connectionId:(
int)theConnectionId;
39 - (id)initWithPassword:(NSString*) thePassword
40 server:(NSString*) theServer
41 user:(NSString*) theUser
42 transpord:(NSString*) theTransport
43 timeout:(
int)theTimeout
44 connectionId:(
int)theConnectionId;