00001
00002
00003
00004
00005
00006
00007 #import <Message/LibraryStore.h>
00008
00009 @class POP3Connection;
00010
00011 @interface LibraryPOPStore : LibraryStore
00012 {
00013 POP3Connection *_connection;
00014 }
00015
00016 - (id)initWithMailboxUid:(id)fp8 readOnly:(BOOL)fp12;
00017 - (void)openSynchronouslyUpdatingMetadata:(BOOL)fp8;
00018 - (id)dataForMimePart:(id)fp8 inRange:(struct _NSRange)fp12 isComplete:(char *)fp20 downloadIfNecessary:(BOOL)fp24 didDownload:(char *)fp28;
00019 - (id)dataForMimePart:(id)fp8 inRange:(struct _NSRange)fp12 isComplete:(char *)fp20;
00020 - (id)bodyDataForMessage:(id)fp8 isComplete:(char *)fp12 downloadIfNecessary:(BOOL)fp16;
00021 - (id)fullBodyDataForMessage:(id)fp8 andHeaderDataIfReadilyAvailable:(id *)fp12 isComplete:(char *)fp16 downloadIfNecessary:(BOOL)fp20;
00022 - (id)_fetchHeaderDataForMessage:(id)fp8 downloadIfNecessary:(BOOL)fp12;
00023 - (id)_fetchBodyDataForMessage:(id)fp8 andHeaderDataIfReadilyAvailable:(id *)fp12 downloadIfNecessary:(BOOL)fp16;
00024 - (int)fetchSynchronously;
00025 - (void)purgeMessages:(id)fp8;
00026 - (int)fetchNumMessages:(unsigned int)fp8 preservingUID:(id)fp12 beforeUID:(unsigned int)fp16 synchronize:(BOOL)fp20;
00027 - (void)dealloc;
00028 - (id)messageForRemoteID:(id)fp8;
00029 - (void)messagesWereDeleted:(id)fp8;
00030 - (void)_handleFlagsChangedForMessages:(id)fp8 oldFlagsByMessage:(id)fp12;
00031 - (void)setServerMessageCount:(unsigned int)fp8;
00032 - (unsigned int)serverMessageCount;
00033 - (void)setServerUnreadCount:(unsigned int)fp8;
00034 - (unsigned int)serverUnreadCount;
00035 - (BOOL)hasMoreMessages:(unsigned int)fp8;
00036
00037 @end
00038