diff options
author | nobody <nobody@localhost> | 2001-02-08 06:53:06 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2001-02-08 06:53:06 +0800 |
commit | 5d532c59ad71fb170bdceed22ff5b3c46566603b (patch) | |
tree | 67c941166f37e99129f73ab28bd0d83bf566f06c /devel-docs/camel/README_AND_TODO.txt | |
parent | 2132c038545393a9d81ddc87cb8e1bde13445b80 (diff) | |
download | gsoc2013-evolution-BONOBO_0_36.tar.gz gsoc2013-evolution-BONOBO_0_36.tar.zst gsoc2013-evolution-BONOBO_0_36.zip |
This commit was manufactured by cvs2svn to create tag 'BONOBO_0_36'.BONOBO_0_36
svn path=/tags/BONOBO_0_36/; revision=8067
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. - |