- Make EmailAddresses and PhoneNumbers return an associative array of values
- Add CA Info back in to this class
- Add a dirty/clean state to objects, so you can do
$api->updateItem($items)and have it know what to update - Make IndexedFieldURI's return an associative array of values
- See if we can't upgrade to ZendFramework 3
- Create interfaces for at least the API classes
- Merge
getFileAttachments()andgetItemAttachments()togetAllAttachments()inNonEmptyArrayOfAttachmentsType - Implement
ItemType::getAttachments($attachmentType = null)to allow selection of certain types of attachments
ItemType::getCategories()return astdClasswith a propertyStringwhich holds the categories, rather than returning them directly
- Implement a "Always return as Array" feature (Will break BC)
- Create a
sendItemmethod to send unset mail - Create a
createAttachmentsmethod - Create an easy method to send a message with attachemnts
- Check the values that we're testing in ExchangeAutoDiscoverTest. We need to make sure the data is accurate