|
|
|
|
||||||
| comp.mail.imap Discussion of IMAP-based mail systems. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
We are using trusted application security to get access all mailboxes
on Novel GroupWise server. Then, we send LOGIN command once for each mailbox but LOGOUT only once. My question is are we supposed to LOGOUT from each mailbox? If send LOGOUT command, do we loose the security context established using trusted application login? Here is a psuedo code ////////////////////////////////////////////////////////////////////////////// C: AUTHENTICATE XGWTRUSTEDAPP S: + C: hjghgjhjhghjg hjkhjkhjhjkjkjkj jhjjkkjhjhkkjjj foreach mailboxList { LOGIN mailboxname "" } LOGOUT ////////////////////////////////////////////////////////////////////////////// I do not know if the correspondence between LOGIN & LOGOUT is part of IMAP standard or GroupWise server. Thanks Ramesh |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
asnowfall@gmail.com writes:
> We are using trusted application security to get access all mailboxes > on Novel GroupWise server. Then, we send LOGIN command once for each > mailbox but LOGOUT only once. My question is > are we supposed to LOGOUT from each mailbox? No. You should not be logging in to each mailbox in the first place. The LOGIN command logs you into the mail account. Use SELECT to open each mailbox. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) iD8DBQBEbPbCx9p3GYHlUOIRAtD5AJ41iRAqNX/5yL82cDztj1Ji3YIHgwCfeMsj ayVnRQekPCeMwF9NqXl0SN4= =WOcN -----END PGP SIGNATURE----- |
|
![]() |
| Outils de la discussion | |
|
|