You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently this only accepts a url that gives back account setup information as a json object.
165
-
see the [mailadm](https://github.com/deltachat/mailadm) project for more details as this api was designed for use with burner account qr codes generated by mailadm.
164
+
This scheme contains either the domain name of a chatmail server or an HTTPS URL.
If domain name is used, e.g. as `DCACCOUNT:example.org`,
167
+
then the client should generate a 9-character alphanumeric lowercase username,
168
+
e.g. `ipvzrws6x@example.org`,
169
+
and a password that is at least 30 characters long,
170
+
drawn from the full set of alphanumeric characters (`A-Z`, `a-z`, `0-9`).
171
+
172
+
If URL is used, e.g. `DCACCOUNT:https://example.org/new_email?t=1w_7wDjgjelxeX884x96v3`,
173
+
then the client should make an HTTP/1.1 GET request
174
+
and receive account setup information as a JSON object.
175
+
See the [mailadm](https://github.com/deltachat/mailadm) project for more details as this API was designed for use with burner account QR codes generated by mailadm.
170
176
171
177
You may want to use [`DCLOGIN`](#DCLOGIN) instead, if you want a qr code containing login information for a single account.
0 commit comments