aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/pop3/camel-pop3-folder.h
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-03-23 00:55:28 +0800
committerDan Winship <danw@src.gnome.org>2000-03-23 00:55:28 +0800
commit07baaeb9c606395a98853be164b04b56560f547a (patch)
tree89e381f6da58cc9d497fff7e99b0522290dac3e0 /camel/providers/pop3/camel-pop3-folder.h
parentaf50786d6f38bccab9b4ec69a5268668cb440191 (diff)
downloadgsoc2013-evolution-07baaeb9c606395a98853be164b04b56560f547a.tar
gsoc2013-evolution-07baaeb9c606395a98853be164b04b56560f547a.tar.gz
gsoc2013-evolution-07baaeb9c606395a98853be164b04b56560f547a.tar.bz2
gsoc2013-evolution-07baaeb9c606395a98853be164b04b56560f547a.tar.lz
gsoc2013-evolution-07baaeb9c606395a98853be164b04b56560f547a.tar.xz
gsoc2013-evolution-07baaeb9c606395a98853be164b04b56560f547a.tar.zst
gsoc2013-evolution-07baaeb9c606395a98853be164b04b56560f547a.zip
fill this in partially make camel_pop3_command return the text after
* providers/pop3/camel-pop3-folder.c: fill this in partially * providers/pop3/camel-pop3-store.c: make camel_pop3_command return the text after "+OK"/"-ERR" and add a separate camel_pop3_get_additional_data to get the message body or whatever. Also make them take a CamelPop3Store rather than a CamelStreamBuffer. svn path=/trunk/; revision=2143
Diffstat (limited to 'camel/providers/pop3/camel-pop3-folder.h')
-rw-r--r--camel/providers/pop3/camel-pop3-folder.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/camel/providers/pop3/camel-pop3-folder.h b/camel/providers/pop3/camel-pop3-folder.h
index 4af0801ab8..eb62e23658 100644
--- a/camel/providers/pop3/camel-pop3-folder.h
+++ b/camel/providers/pop3/camel-pop3-folder.h
@@ -46,12 +46,6 @@ extern "C" {
typedef struct {
CamelFolder parent_object;
- CamelFolderSummary *summary;
- /* the external summary is intended to be read by callers */
-
- CamelPop3Summary *internal_summary; /* internal summary object */
- GList *uid_array;
-
} CamelPop3Folder;
@@ -65,6 +59,7 @@ typedef struct {
/* public methods */
+CamelFolder *camel_pop3_folder_new (CamelStore *parent, CamelException *ex);
/* Standard Gtk function */
GtkType camel_pop3_folder_get_type (void);