aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>1999-11-17 22:39:25 +0800
committerEttore Perazzoli <ettore@src.gnome.org>1999-11-17 22:39:25 +0800
commitca7044930f42a698fd88f914c2512a20e2eeaae9 (patch)
tree522962a77005d741097713e87de1d50353b17768 /doc
parent16de3313b700cb56ab9e829d1e9b7e7d2c81241b (diff)
downloadgsoc2013-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 'doc')
-rw-r--r--doc/Camel-Classes2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/Camel-Classes b/doc/Camel-Classes
index 32aa0c6029..da32d69460 100644
--- a/doc/Camel-Classes
+++ b/doc/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