shuhaodo
shuhaodo
+1 We are building an email client and being able to do search like "Flight to Seattle" is a big deal to the user experience.
Anyone got this solved? Now iOS 11 is required for app store submission.
There are two places that use system() - both are not required for iOS?
The other place - src/engine/mailprivacy_tools.c: ``` int mailprivacy_spawn_and_wait(char * command, char * passphrase, char * stdoutfile, char * stderrfile, int * bad_passphrase) ... status = system(command); ```
Thanks. Sent pull request #279