19
edits
(Adding template) |
(→Addressbook: Updated to reflect the current Address book code) |
||
| Line 56: | Line 56: | ||
===Addressbook=== | ===Addressbook=== | ||
The Addressbook code | The New Addressbook code supports | ||
* Built against the latest | * IMAP | ||
** | ** Built against the latest Mozilla Java IMAP SDK | ||
* | *** With write options to the IMAP directory | ||
** | * JDBC | ||
** | ** Builtin support for enbedded local databases as Address Books | ||
* | *** enbedded Derby | ||
** | *** enbedded HSQLDB | ||
* An extended attribute set. | |||
* | * Uses subclasses of Generic Collections to return lists. | ||
** | ** Can be converted to lists of subclasses of java.mail.Address | ||
*** These will be the correct type InternetAddress and NewsAddress | |||
==Pending Changes== | ==Pending Changes== | ||
edits