00001
00002
00003
00004
00005
00006
00007 #import <Message/Account.h>
00008
00009 @interface DeliveryAccount : Account
00010 {
00011 }
00012
00013 + (void)_postDeliveryAccountsHaveChanged;
00014 + (id)deliveryAccounts;
00015 + (void)setDeliveryAccounts:(id)fp8;
00016 + (void)addDeliveryAccount:(id)fp8;
00017 + (void)removeDeliveryAccount:(id)fp8;
00018 + (void)saveAccountInfoToDefaults;
00019 + (id)accountWithUniqueId:(id)fp8;
00020 + (id)accountWithIdentifier:(id)fp8;
00021 + (id)existingAccountWithHostname:(id)fp8 username:(id)fp12;
00022 + (id)accountWithHostname:(id)fp8 username:(id)fp12;
00023 + (id)accountWithHostname:(id)fp8 username:(id)fp12 lookForExistingAccounts:(BOOL)fp16;
00024 + (id)newDefaultInstance;
00025 - (Class)deliveryClass;
00026 - (id)identifier;
00027 - (BOOL)shouldUseAuthentication;
00028 - (void)setShouldUseAuthentication:(BOOL)fp8;
00029 - (unsigned long long)maximumMessageBytes;
00030 - (void)setMaximumMessageBytes:(unsigned long long)fp8;
00031 - (id)mailAccountIfAvailable;
00032
00033 @end
00034