@@ -49,26 +49,26 @@ $ curl https://sh.rustup.rs -sSf | sh
49
49
50
50
## Using the CLI client
51
51
52
- Compile and run Delta Chat Core command line utility, using ` cargo ` :
52
+ Compile and run the command line utility, using ` cargo ` :
53
53
54
54
```
55
- $ cargo run --locked -p deltachat-repl -- ~/deltachat -db
55
+ $ cargo run --locked -p deltachat-repl -- ~/profile -db
56
56
```
57
- where ~ /deltachat -db is the database file. Delta Chat will create it if it does not exist.
57
+ where ~ /profile -db is the database file. The utility will create it if it does not exist.
58
58
59
59
Optionally, install ` deltachat-repl ` binary with
60
60
```
61
61
$ cargo install --locked --path deltachat-repl/
62
62
```
63
63
and run as
64
64
```
65
- $ deltachat-repl ~/deltachat -db
65
+ $ deltachat-repl ~/profile -db
66
66
```
67
67
68
68
Configure your account (if not already configured):
69
69
70
70
```
71
- Delta Chat Core is awaiting your commands.
71
+ Chatmail is awaiting your commands.
72
72
> set addr your@email.org
73
73
> set mail_pw yourpassword
74
74
> configure
@@ -106,11 +106,6 @@ Single#10: yourfriends@email.org [yourfriends@email.org]
106
106
Message sent.
107
107
```
108
108
109
- If ` yourfriend@email.org ` uses DeltaChat, but does not receive message just
110
- sent, it is advisable to check ` Spam ` folder. It is known that at least
111
- ` gmx.com ` treat such test messages as spam, unless told otherwise with web
112
- interface.
113
-
114
109
List messages when inside a chat:
115
110
116
111
```
@@ -187,11 +182,9 @@ $ cargo bolero test fuzz_format_flowed --release=false -e afl -s NONE
187
182
## Update Provider Data
188
183
189
184
To add the updates from the
190
- [ provider-db] ( https://github.com/deltachat/provider-db ) to the core, run:
191
-
192
- ```
193
- ./src/provider/update.py ../provider-db/_providers/ > src/provider/data.rs
194
- ```
185
+ [ provider-db] ( https://github.com/chatmail/provider-db ) to the core,
186
+ check line ` REV= ` inside ` ./scripts/update-provider-database.sh `
187
+ and then run the script.
195
188
196
189
## Language bindings and frontend projects
197
190
0 commit comments