aboutsummaryrefslogtreecommitdiffstats
path: root/devel-docs/camel/README_AND_TODO.txt
diff options
context:
space:
mode:
authornobody <nobody@localhost>2000-05-29 23:42:50 +0800
committernobody <nobody@localhost>2000-05-29 23:42:50 +0800
commit177490e24811b6fe1b78372d8ff0809992e81d8f (patch)
tree47f7d2447d64eb8e27296917d78b128ddf21cde1 /devel-docs/camel/README_AND_TODO.txt
parentccb665a0262b51c92ca5a54a074dda0dec91a573 (diff)
downloadgsoc2013-evolution-GTKHTML_0_3.tar
gsoc2013-evolution-GTKHTML_0_3.tar.gz
gsoc2013-evolution-GTKHTML_0_3.tar.bz2
gsoc2013-evolution-GTKHTML_0_3.tar.lz
gsoc2013-evolution-GTKHTML_0_3.tar.xz
gsoc2013-evolution-GTKHTML_0_3.tar.zst
gsoc2013-evolution-GTKHTML_0_3.zip
This commit was manufactured by cvs2svn to create tag 'GTKHTML_0_3'.GTKHTML_0_3
svn path=/tags/GTKHTML_0_3/; revision=3263
Diffstat (limited to 'devel-docs/camel/README_AND_TODO.txt')
-rw-r--r--devel-docs/camel/README_AND_TODO.txt43
1 files changed, 0 insertions, 43 deletions
diff --git a/devel-docs/camel/README_AND_TODO.txt b/devel-docs/camel/README_AND_TODO.txt
deleted file mode 100644
index 5feeb1e4e9..0000000000
--- a/devel-docs/camel/README_AND_TODO.txt
+++ /dev/null
@@ -1,43 +0,0 @@
-Camel is currently (conceptualy) separated in four parts:
-
-* the session handling
-* the storage mechanism.
-* the (mime) message handling.
-* some general utilities class/functions.
-
-
-
-* Session handling
-------------------
-
-(This is not gnome session managing related)
-CamelSession is an object used to store some parameters on a user
-basis. This can be a permanent (fs based) or volatile
-(ram only) storage depending on user preferences.
-The session object is, for example, responsible for
-remembering authentication datas during application lifetime.
-It is also responsible for selecting and loading providers
-corresponding to protocols. In the case where only one
-provider exists for a given protocol, the task is trivial,
-but when multiple providers exist for a given protocol, the
-user can choose their prefered one. Given its relationship
-with providers, the session object is also used to instanciate
-a store given an URL.
-
-Associated Classes:
- CamelSession
- implementation: 5%
-
-Associated Files:
- camel-provider.[ch]
- implementation: 2.5% (a struct in camel-provider.h)
-
-
-* the storage mechanism.
-------------------------
-
-The storage mechanism is mainly represented by
-the Store class and the Folder class.
-* the (mime) message handling.
-* some general utilities class/functions.
-