CAMEL A generic Messaging Library ---- Introduction: ------------- [ NB. Camel has been written now. Please convert future tense to present tense. Thank you. -- Peter Williams 7/2/2001 ] Camel will be a generic messaging library. It will evntually support the standard messaging system for receiving and sending messages. It aims at being the backend for the future gnome-mailer system. The name "camel" stands for ... nothing. Open area of development there. You know, that "bazaar" thing. Maybe could we organize a big contest on gnome-list to find the best explanation :) Camel draws heavily from JavaMail and the IMAP4rev1 RFC. People wanting to hack on a provider should read the JavaMail API specification, but CMC and MAPI are of interest too. Please, before starting anything, wait for me to finish the abstract classes. Some parts are not definitive yet. Organization: ------------- The library is roughly a set of abstract classes, some kind of generic "interfaces" (idl interfaces, not java interfaces ). Particular implementations are called providers. Here are the basic objects: * CamelService : an abstract class representing an access to a server. Handles the connection and authentication to any server. * CamelStore (CamelService): A hierarchy of folders on a server. * CamelFolder : An object containing messages. A folder is always associated with a store. * CamelMessage : An object contained in folders. Is defined by a set of attributes and a content. (Attributes include: the date it was received, the sender address, .....) * CamelTransport (CamelService): A way to send messages. .... ... on4/files/elliptic-6.5.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/x11/libgnomekbd
Commit message (Expand)AuthorAgeFilesLines
* Presenting GNOME 2.26 for FreeBSD. Seemarcus2009-04-103-5/+7
* Presenting GNOME 2.24 for FreeBSD.marcus2009-01-103-11/+17
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
* The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 formarcus2008-03-243-14/+28
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-253-11/+32
* The schemas file shouldn't be in plist.mezz2007-05-311-1/+0
* Update to 2.18.2.mezz2007-05-293-5/+13
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
* - Remove empty filepav2007-04-171-0/+0
* Update to 2.18.1.marcus2007-04-104-27/+21
* Fix the build with GCC 4.x.marcus2007-03-271-2/+6
* Fix the invalid freeing of memory problem with the official patch to correctmarcus2007-03-232-14/+18
* Fix a bug where static memory was being free'd as a key to a hash table.marcus2007-03-222-0/+19