Skip to content

add api dc_create_email() and dc_list_address_contacts() #6927

Open
@r10s

Description

@r10s

as dc_create_group_chat() can no longer be used to create "unencrypted groups", we aim for a new api to create a email-like group.

that api would first time make the subject a primary option 🎉 cffi would look lilke ...

uint32_t  dc_create_email(dc_context_t* context,  const char* subject);

... and jsonrpc similar. would also be fine to only add jsonrpc.

in the UIs, in case of non-chatmail accounts, we will then have an option "New E-Mail" beside "New Group"

EDIT: Citing #6932 (comment):

We also need API to list email contacts. Otherwise there is no way to create anything other than a group with only self.
Maybe even a separate PR because it is useful by itself to modify existing adhoc groups.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions