diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 1999-11-17 22:39:25 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 1999-11-17 22:39:25 +0800 |
commit | ca7044930f42a698fd88f914c2512a20e2eeaae9 (patch) | |
tree | 522962a77005d741097713e87de1d50353b17768 /help/Camel-Classes | |
parent | 16de3313b700cb56ab9e829d1e9b7e7d2c81241b (diff) | |
download | gsoc2013-evolution-ca7044930f42a698fd88f914c2512a20e2eeaae9.tar gsoc2013-evolution-ca7044930f42a698fd88f914c2512a20e2eeaae9.tar.gz gsoc2013-evolution-ca7044930f42a698fd88f914c2512a20e2eeaae9.tar.bz2 gsoc2013-evolution-ca7044930f42a698fd88f914c2512a20e2eeaae9.tar.lz gsoc2013-evolution-ca7044930f42a698fd88f914c2512a20e2eeaae9.tar.xz gsoc2013-evolution-ca7044930f42a698fd88f914c2512a20e2eeaae9.tar.zst gsoc2013-evolution-ca7044930f42a698fd88f914c2512a20e2eeaae9.zip |
Added streaming capability to CamelDataWrapper. This makes it possible, for
example, to build multipart messages out of files that are on disk without
loading them in memory.
svn path=/trunk/; revision=1394
Diffstat (limited to 'help/Camel-Classes')
-rw-r--r-- | help/Camel-Classes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/help/Camel-Classes b/help/Camel-Classes index 32aa0c6029..da32d69460 100644 --- a/help/Camel-Classes +++ b/help/Camel-Classes @@ -3,6 +3,7 @@ CamelProvider CamelThreadProxy GtkObject + CamelDataWrapper + | + CameStreamDataWrapper | + CamelMedium | | + CamelMimePart | | + CamelMimeBodyPart @@ -16,6 +17,7 @@ GtkObject | + CamelStore + CamelSession + CamelStream + | + CameDataWrapperStream | + CamelStreamFs | + CamelStreamBufferedFs | + CamelStreamMem |