Commit Graph

  • 6ac4384769 location.rs cleanup Alexander Krotov 2019-10-27 02:14:30 +03:00
  • 99fababf0b to_base64: operate on characters instead of bytes to avoid unsafe code Alexander Krotov 2019-10-27 02:05:06 +03:00
  • c85f1b20ca Add constants for certificate checks configuration Alexander Krotov 2019-10-27 01:01:50 +03:00
  • 51f43842cf cargo fmt B. Petersen 2019-10-27 11:42:56 +01:00
  • 8015ba1d64 dc_get_chat_id_by_contact_id() returns 0 if no chat is found. B. Petersen 2019-10-26 18:37:33 +02:00
  • cfa69cf35a Add Params::set_cmd and use SystemMessage constants Alexander Krotov 2019-10-25 18:16:18 +03:00
  • dced1932b3 if show_emails=ALL, show belonging contact-requests directly in the chatlist B. Petersen 2019-10-24 01:13:39 +02:00
  • 79a08f96c5 make ShowEmails an enum, use constant for trash B. Petersen 2019-10-24 00:16:10 +02:00
  • f5d98c1db6 Merge pull request #742 from deltachat/add-self-to-group björn petersen 2019-10-23 22:13:25 +02:00
  • df4273e986 fix logic error: adding a member to a group is okay if a real contact exists or for SELF B. Petersen 2019-10-23 14:03:08 +02:00
  • 5d79690260 Add Params::get_file(), ::get_path() and ::get_blob() Floris Bruynooghe 2019-10-21 22:02:51 +02:00
  • 6c9e16d31a Introduce a BlobObject type for blobs Floris Bruynooghe 2019-10-18 00:19:49 +02:00
  • f0fc50d5a9 adapt to reality B. Petersen 2019-10-22 16:08:09 +02:00
  • 7a4a4389fa Merge pull request #739 from deltachat/location 1.0.0-beta.2 björn petersen 2019-10-22 18:01:35 +02:00
  • 131889cdfb add beta2 changelog, bump version to 1.0.0-beta.2 holger krekel 2019-10-22 17:49:19 +02:00
  • 22504a2050 adapt to reality spec B. Petersen 2019-10-22 16:08:09 +02:00
  • bed14d5c02 Initialize continue_streaming with false Alexander Krotov 2019-10-22 13:23:19 +03:00
  • d3c831a0a2 Replace continue_streaming int with bool Alexander Krotov 2019-10-22 10:38:19 +03:00
  • 0007c12dea Replace FORCE_SCHEDULE #define from C core with bool Alexander Krotov 2019-10-22 10:37:39 +03:00
  • 049077f13b reconnect on io errors and broken pipes B. Petersen 2019-10-21 23:46:01 +02:00
  • edec6cada6 reconnect on io errors and broken pipes handle-broken-pipe B. Petersen 2019-10-21 23:46:01 +02:00
  • e17c69f89c actually try connecting, instead of just preparing the connect holger krekel 2019-10-21 22:26:12 +02:00
  • 4b24f32d6c add tests and API for is_forwarded holger krekel 2019-10-21 08:04:41 +02:00
  • 9338efd30d actually try connecting, instead of just preparing the connect hpk-fix-smtp-connect holger krekel 2019-10-21 22:26:12 +02:00
  • f404e31e30 chore(deps): switch back to rust-imap master (#735) Friedel Ziegelmayer 2019-10-21 18:48:50 +02:00
  • 7455b26ab2 chore(deps): switch back to rust-imap master dignifiedquire 2019-10-21 16:52:43 +02:00
  • d2490d0c6a add tests and API for is_forwarded hpk-test-forward holger krekel 2019-10-21 08:04:41 +02:00
  • ee3259a74d fix rust-imap dep and remove Xargo.lock -- or is the latter used for anything? holger krekel 2019-10-21 08:03:56 +02:00
  • 8ec424213f fix rust-imap dep and remove Xargo.lock -- or is the latter used for anything? fix_master_deps holger krekel 2019-10-21 08:03:56 +02:00
  • 6c7962690f drafts are added to chatlist only on explicit request chatlist-draft B. Petersen 2019-10-20 23:38:22 +02:00
  • 5fd691e01b use boolean for add_archived_link_item B. Petersen 2019-10-20 18:03:19 +02:00
  • 391ba67ad5 update to fixed rust-imap for yandex dignifiedquire 2019-10-16 14:13:21 +02:00
  • 54f8c68151 switch to master dignifiedquire 2019-10-16 13:56:52 +02:00
  • 4a2e1897a6 fix(smtp): use correct auth mechanisms dignifiedquire 2019-10-16 13:51:18 +02:00
  • 076616bfb9 fix(imap): read server greeting dignifiedquire 2019-10-16 13:26:16 +02:00
  • a9dd78f622 Narrow return type of location::set: cint -> bool Dmitry Bogatov 2019-10-13 15:16:32 +00:00
  • d16bdafaf0 simplify calling Simplifier, get is_forwarded flag correctly B. Petersen 2019-10-16 22:53:59 +02:00
  • 4f126c5292 show forwarded-state in repl-tool B. Petersen 2019-10-16 22:48:29 +02:00
  • 7b958a20fd prefer to_string_lossy() over as_str() as the latter pancis on non-wellformatted utf-8 B. Petersen 2019-10-19 12:44:55 +02:00
  • 4519071718 prefer to_opt_string_lossy() over as_opt_str() as the latter pancis on non-wellformatted utf-8 B. Petersen 2019-10-19 11:58:39 +02:00
  • 0108b4724e add function to convert NULL-able c-string to Option<String> B. Petersen 2019-10-19 11:30:32 +02:00
  • bb08b39c71 remove duplicated code B. Petersen 2019-10-17 01:01:42 +02:00
  • 1908ac428b mark own forwarded messages as such B. Petersen 2019-10-16 23:11:19 +02:00
  • dfc453c1d1 Merge pull request #727 from deltachat/strndup Alexander Krotov 2019-10-17 12:33:51 +03:00
  • 9fa6289093 Remove unused strndup Alexander Krotov 2019-10-17 03:18:08 +03:00
  • e365a6666b mark own forwarded messages as such crystal-clear-forwarding B. Petersen 2019-10-16 23:11:19 +02:00
  • 6f92ce0fa8 Merge pull request #722 from deltachat/oauth2-even-better björn petersen 2019-10-16 10:58:04 +02:00
  • cde2c9137f make oauth2.get_addr work B. Petersen 2019-10-16 00:57:58 +02:00
  • 120524ae00 Merge pull request #720 from deltachat/make-oauth2-better björn petersen 2019-10-15 18:29:27 +02:00
  • 7bb73f45a5 add LP smtp/imap connection flags to const holger krekel 2019-10-13 00:14:02 +02:00
  • 2d0f563dfe Replace magic constant with symbolic name Dmitry Bogatov 2019-10-13 15:11:14 +00:00
  • cfe3c69f00 Don't use hard-coded email addresses in tests VP- 2019-10-14 15:04:29 +02:00
  • c266d2ca0d use POST instead GET to init or refresh oauth2 tokens B. Petersen 2019-10-15 00:22:37 +02:00
  • 85fc696975 more specific and distinguishable oauth2 error message B. Petersen 2019-10-15 00:20:08 +02:00
  • 9bf8bed0c3 Merge pull request #685 from deltachat/outlook_unit_test Alexander Krotov 2019-10-14 21:34:43 +00:00
  • c4d55f6ba4 auto_outlook: convert <Protocol> type to lowercase before comparison Alexander Krotov 2019-10-14 13:43:04 +03:00
  • 766d7cbd3a add some missing comments B. Petersen 2019-10-14 15:11:33 +02:00
  • 8e0e1bd58d Add test for Outlook autodiscovery without redirect Alexander Krotov 2019-10-14 01:40:06 +03:00
  • a471ccc95a Test Outlook autoconfigure redirect parsing Alexander Krotov 2019-10-11 02:57:00 +03:00
  • daac8c4824 rustfmt Alexander Krotov 2019-10-06 17:09:37 +03:00
  • 59c22a5626 Move Outlook autodiscovery into separate function Alexander Krotov 2019-10-06 17:06:39 +03:00
  • 5154f27f72 Merge pull request #712 from deltachat/moz_autoconfigure_unit Alexander Krotov 2019-10-13 16:34:05 +00:00
  • a2847caf77 add LP smtp/imap connection flags to const hpk-addlp holger krekel 2019-10-13 00:14:02 +02:00
  • 5f7279eb85 auto_mozilla: server is only configured if the type matches Alexander Krotov 2019-10-12 02:09:28 +03:00
  • ce67f593f6 Add XML parsing test for Mozilla autoconfig Alexander Krotov 2019-10-12 01:00:03 +03:00
  • 556ea57f37 auto_mozilla: split XML parsing into separate function Alexander Krotov 2019-10-12 00:50:32 +03:00
  • a4257b619a Replace flags argument to Sql.open with single bool Dmitry Bogatov 2019-10-12 05:04:17 +00:00
  • 8479c8afbf Do not convert 1 to libc::c_int Alexander Krotov 2019-10-11 03:28:38 +03:00
  • eba012b965 Do not use libc::c_int in Simplify Alexander Krotov 2019-10-11 03:24:55 +03:00
  • 66e53e6804 Return bool from Imap::fetch() Alexander Krotov 2019-10-11 03:24:16 +03:00
  • c8aa8b55f6 Use i32 instead of libc::c_int for try_again Alexander Krotov 2019-10-11 03:22:24 +03:00
  • 900e3905c0 Count number of libc references in top_evil_rs.py Alexander Krotov 2019-10-11 03:21:54 +03:00
  • 088490721d bump to 1.0.0-beta.1, add initial Changelog 1.0.0-beta.1 holger krekel 2019-10-10 18:57:16 +02:00
  • a40b99aae0 Merge pull request #709 from deltachat/fix/features björn petersen 2019-10-10 18:32:56 +02:00
  • b9646446f8 fix: disable default features for pgp, by default dignifiedquire 2019-10-10 18:05:11 +02:00
  • 4e36b35039 cargo-fmt only holger krekel 2019-10-10 01:33:15 +02:00
  • d412ee6042 make dc_str_from_clist safe and return a string instead of c-string -- this allows to remove some unsafe and now unneccessary cleanup code holger krekel 2019-10-10 01:14:13 +02:00
  • 67848e3333 use libc::c_char as i8 and u8 are used differently on x86 and arm B. Petersen 2019-10-10 01:34:04 +02:00
  • 828b4b4a8c cargo-fmt only hpk-mimep3 holger krekel 2019-10-10 01:33:15 +02:00
  • f12893b87e make dc_str_from_clist safe and return a string instead of c-string -- this allows to remove some unsafe and now unneccessary cleanup code holger krekel 2019-10-10 01:14:13 +02:00
  • 4d79c6e235 Merge pull request #705 from deltachat/safer-strn björn petersen 2019-10-10 01:19:09 +02:00
  • bc99d9d196 cargo fmt B. Petersen 2019-10-10 00:39:35 +02:00
  • e1fc5863c2 target comments of @hpk42 B. Petersen 2019-10-09 22:55:30 +02:00
  • f0791149e6 document dc_str_unref() B. Petersen 2019-10-09 22:10:12 +02:00
  • 297b032bdc fix doxygen, some rewording B. Petersen 2019-10-09 21:33:54 +02:00
  • 98180c175d make sure c-doc upload dirs exist even if branch name has / in it holger krekel 2019-10-09 23:23:33 +02:00
  • 46e8a436cb updates and fixes dignifiedquire 2019-10-09 23:00:15 +02:00
  • dc2cf8ecfc unify naming in pgp dignifiedquire 2019-10-08 22:26:16 +02:00
  • fd69ebfd1f fix and cleanup tests dignifiedquire 2019-10-08 22:19:25 +02:00
  • 03979fdc51 wip dignifiedquire 2019-09-22 22:31:26 +02:00
  • 2c98e91276 target comments of @link2xt B. Petersen 2019-10-10 00:22:50 +02:00
  • e571750f96 make sure c-doc upload dirs exist even if branch name has / in it refactor/pgp holger krekel 2019-10-09 23:23:33 +02:00
  • 0f22b75207 updates and fixes dignifiedquire 2019-10-09 23:00:15 +02:00
  • 9c9eb4345b target comments of @hpk42 tweak-doxygen B. Petersen 2019-10-09 22:55:30 +02:00
  • 13991d8dc5 unify naming in pgp dignifiedquire 2019-10-08 22:26:16 +02:00
  • 75d9eb08f7 fix and cleanup tests dignifiedquire 2019-10-08 22:19:25 +02:00
  • 8cf571c78a wip dignifiedquire 2019-09-22 22:31:26 +02:00
  • a3c8b890fa document dc_str_unref() B. Petersen 2019-10-09 22:10:12 +02:00
  • 408b2686b9 fix doxygen, some rewording B. Petersen 2019-10-09 21:33:54 +02:00
  • 3270120d16 strncasecmp() compares the given number of characters but not after a 0-byte B. Petersen 2019-10-09 19:00:54 +02:00