sogo/SoObjects/Mailer/SOGoMailAccounts.h
Wolfgang Sourdeau 872109dc42 Monotone-Parent: c4e25d84f9042e9b35f379e1d77a96da56e08bc0
Monotone-Revision: 5a4410525cba5a447107a195ccd7f2c23ac5f327

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-08-15T20:17:16
Monotone-Branch: ca.inverse.sogo
2007-08-15 20:17:16 +00:00

47 lines
1.3 KiB
Objective-C

/*
Copyright (C) 2004-2005 SKYRIX Software AG
This file is part of OpenGroupware.org.
OGo is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the
Free Software Foundation; either version 2, or (at your option) any
later version.
OGo is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
License for more details.
You should have received a copy of the GNU Lesser General Public
License along with OGo; see the file COPYING. If not, write to the
Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA.
*/
#ifndef __Mailer_SOGoMailAccounts_H__
#define __Mailer_SOGoMailAccounts_H__
#import <SOGo/SOGoObject.h>
/*
SOGoMailAccounts
Parent object: SOGoUserFolder
Child objects: SOGoMailAccount
The SOGoMailAccounts folder contains the mail accounts which are associated
with a user.
The list of accounts is currently retrieved from the context -activeUser.
Note: this is not yet an IMAP4 object. Its a wrapper which contains the root
IMAP4 objects.
*/
@class NSArray;
@interface SOGoMailAccounts : SOGoObject
@end
#endif /* __Mailer_SOGoMailAccounts_H__ */