diff options
author | nobody <nobody@localhost> | 2002-05-16 00:19:25 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2002-05-16 00:19:25 +0800 |
commit | 77903d5d2dae4654b2cc137323e3e08e606a0417 (patch) | |
tree | 9a14849dd3a40bd1667b88d689e2aa7d58d08bce /devel-docs/camel/README_AND_TODO.txt | |
parent | 74f4231f4eb650f0243ff39ab5a085b1df4f7697 (diff) | |
download | gsoc2013-evolution-pan-0-12-90.tar.gz gsoc2013-evolution-pan-0-12-90.tar.zst gsoc2013-evolution-pan-0-12-90.zip |
This commit was manufactured by cvs2svn to create tag 'pan-0-12-90'.pan-0-12-90
svn path=/tags/pan-0-12-90/; revision=16914
Diffstat (limited to 'devel-docs/camel/README_AND_TODO.txt')
-rw-r--r-- | devel-docs/camel/README_AND_TODO.txt | 43 |
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. - |