Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Object names for To/CC/BCC as pulled from API (#83)
When creating a Thread (or any descendant) the AbstractThread base class was expect "toList", "ccList" and "bccList" items in the objects as pulled from the API. In practice, the "list" is just a construct within the API wrapper, and the fields in the API are called "to", "cc" and "bcc" respectively.
- Loading branch information