Grendel:Development: Difference between revisions

→‎Addressbook: Updated to reflect the current Address book code
(Adding template)
(→‎Addressbook: Updated to reflect the current Address book code)
Line 56: Line 56:


===Addressbook===
===Addressbook===
The Addressbook code neads to be read and made to work.
The New Addressbook code supports
* Built against the latest Netscape IMAP SDK
* IMAP
** Would be nice to have write options to an IMAP directory
** Built against the latest Mozilla Java IMAP SDK
* Must return java.mail.Address objects or better
*** With write options to the IMAP directory
** better is a subclass of java.mail.Address with any needed functionality
* JDBC
** They must be of the correct type InternetAddress and NewsAddress
** Builtin support for enbedded local databases as Address Books
* Should use Collections Framework to return lists
*** enbedded Derby
** Must use Generics within Collections Framework
*** enbedded HSQLDB
*** This ''may'' be acceptable to be done as a patch to a non Generics Collections Framework baised one
* An extended attribute set.
* Must support local addressbooks
* Uses subclasses of Generic Collections to return lists.
** Should have the option to contain multiple local address books
** Can be converted to lists of subclasses of java.mail.Address
*** These will be the correct type InternetAddress and NewsAddress


==Pending Changes==
==Pending Changes==
19

edits