Commit Graph

2663 Commits

Author SHA1 Message Date
Pavel Škoda 2639f7333e Simplify references parsing 2020-05-11 14:48:12 +00:00
Jakub 4a8d07d54e Update auto-generated files 2020-05-07 19:14:30 +00:00
James Houlahan 833fce8702 chore: bump linter 2020-05-07 16:24:10 +00:00
James Houlahan c1a57a2e12 Apply suggestion to internal/store/event_loop.go 2020-05-07 16:19:06 +02:00
James Houlahan cda3000a7a Apply suggestion to internal/store/store_test_exports.go 2020-05-07 16:19:06 +02:00
James Houlahan 4b2977041a fix: missing messages after changing primary address 2020-05-07 16:19:06 +02:00
James Houlahan 2d200f6f8c test: add test with changing address order 2020-05-07 16:19:06 +02:00
Jakub c61e8bdc71 Merge remote-tracking branch 'origin/master' into devel 2020-05-07 15:30:08 +02:00
Pavel Škoda 7e8dc22837 Add build-files into .gitignore 2020-05-06 05:05:35 +00:00
Michal Horejsek e43bd231ed Final touches of go-imap v1 implementation 2020-05-05 11:47:47 +00:00
Michal Horejsek 1998d92432 Updates() needs to return imapBackend.Update instead of interface with go-imap v1 2020-05-05 11:47:47 +00:00
Michal Horejsek 313e803fdd Implement new SearchCriteria from latest go-imap 2020-05-05 11:47:47 +00:00
Michal Horejsek cabcb3ae2b Upgrade to latest go-imap-quota with fix for go-imap v1 2020-05-05 11:47:47 +00:00
Michal Horejsek e57a3c2a3a Notify about new mailbox 2020-05-05 11:47:47 +00:00
James Houlahan 7a87a7ea2f fix: fixes after rebase 2020-05-05 11:47:47 +00:00
Michal Horejsek c939893131 Unseen is first sequence number of unseen message not count of messages 2020-05-05 11:47:47 +00:00
Michal Horejsek ea0f3115a3 usage of latest upstream go-imap 2020-05-05 11:47:47 +00:00
Jakub 3d3b91b242 Merge commit comments 2020-05-05 11:20:39 +00:00
Jakub cd38c86b4b CI build mac 2020-05-05 11:20:39 +00:00
Pavel Škoda 2379598078 fix: Build without GNU sed 2020-05-05 11:08:08 +00:00
Michal Horejsek 984b28e8f9 User Agent do not contain bridge version, only client in format 2020-05-05 11:00:18 +00:00
James Houlahan 1d49a484a8 test: fix typo 2020-05-04 12:31:51 +02:00
James Houlahan 99aabf07b3 Apply suggestion to pkg/config/pmapi_prod.go 2020-05-04 07:53:55 +00:00
James Houlahan 6e537db5ff Apply suggestion to pkg/pmapi/client.go 2020-05-04 07:53:55 +00:00
James Houlahan 668fc7f039 feat: MinSpeed -> MinBytesPerSecond, check every 3 seconds 2020-05-04 07:53:55 +00:00
James Houlahan 284a097d4f fix: lower min speed 2020-05-04 07:53:55 +00:00
James Houlahan e5944518ca chore: improve logging 2020-05-04 07:37:51 +00:00
James Houlahan df3a9ea19e test: add comment for why tests are disabled 2020-05-04 07:37:51 +00:00
James Houlahan 2db1b113e0 fix: correct timeouts according to spec 2020-05-04 07:37:51 +00:00
James Houlahan 68d2591c73 test: fix tls tests 2020-05-04 07:37:51 +00:00
James Houlahan e9735c6110 refactor: set app version when enabling remote tls issue reporting 2020-05-04 07:37:51 +00:00
James Houlahan 0fd5ca3a24 feat: dialer refactor to support modular dialing/checking/proxying 2020-05-04 07:37:51 +00:00
James Houlahan 8c2f88fe70 Apply suggestion to Changelog.md 2020-04-30 09:20:03 +00:00
James Houlahan 23f492705b fix: better draft detection for parentID 2020-04-30 09:20:03 +00:00
Maximalfr 44233e5bd3 fix 404 errors by using absolute urls 2020-04-30 09:12:26 +00:00
James Houlahan 33770ce129 fix: crash in fakeapi if user is nil 2020-04-30 09:03:16 +00:00
James Houlahan faec347054 test: use the correct constants.Version in integration tests 2020-04-30 09:44:15 +02:00
omicron-b 9b68625522 Update BUILDS.md to list libsecret dev files
Fixes #11
2020-04-29 15:02:39 +02:00
cuthix 8288a39ff4 Update issue templates
General issue template
2020-04-29 07:57:01 +02:00
Jakub Cuth b15d22c8cc Reduce number of synchronizations GODT-313
* [x] expononential cooldown of retries
* [x] do not trigger sync by counts
* [x] randomization of event poll interval
2020-04-28 14:20:37 +00:00
James Houlahan d42deb2ad5 fix: variable name in readme 2020-04-28 12:39:05 +00:00
James Houlahan bb5227c1f4 fix: app version and variable location 2020-04-28 12:39:05 +00:00
James Houlahan 0589f329e9 refactor: dedicated constants package, no explicit bridge version 2020-04-28 12:39:05 +00:00
James Houlahan 522cadb8b1 refactor: dedicated constants package, no explicit bridge version 2020-04-28 12:39:05 +00:00
James Houlahan 32ca7b3903 fix: envvar conflict on fedora 2020-04-28 12:39:05 +00:00
James Houlahan 7d30459417 test: empty auth update channel in tests 2020-04-28 12:21:54 +00:00
James Houlahan 8f15041d8f fix: race condition when updating user auth 2020-04-28 12:21:54 +00:00
Jakub 51846efed5 Merge branch 'release/v1.2.7' into devel 2020-04-27 15:54:02 +02:00
James Houlahan a1b01d5922 feat: add nogui build in makefile 2020-04-24 08:47:48 +00:00
James Houlahan 76b480298a fix: better error messages for 422 2020-04-23 08:34:38 +00:00