|
|
fc4e77604f
|
fix: don't panic if not given tls connection in pin checker
|
2020-07-09 13:19:32 +02:00 |
|
|
|
d89d627349
|
test: increase minimum listener event receive time
|
2020-07-06 16:11:53 +02:00 |
|
|
|
b25baa2524
|
test: set sent label properly
|
2020-07-03 07:45:16 +00:00 |
|
|
|
10e384f4df
|
test: add tests for parsing mime message with bad 2231 filename
|
2020-07-03 09:19:18 +02:00 |
|
|
|
35ae2011b6
|
Merge branch master into devel
|
2020-07-02 10:16:08 +02:00 |
|
|
|
1e8cb35fcb
|
test: add test for multiline
|
2020-06-30 16:33:29 +02:00 |
|
|
|
0b0991d682
|
fix: infinite loop when decoding invalid 2231 charset
|
2020-06-29 15:40:46 +02:00 |
|
|
|
7301e5571c
|
fix: return error if parsing header fails GODT-502
|
2020-06-26 11:35:07 +02:00 |
|
|
|
7ec4309ae1
|
fix: correctly handle failure to unlock single key
|
2020-06-24 14:22:26 +02:00 |
|
|
|
ec224a962f
|
fix: hang when reloading keys
|
2020-06-22 10:19:13 +02:00 |
|
|
|
02804d067c
|
fix: ensure doh connections are closed when it is disabled
|
2020-06-17 10:57:12 +02:00 |
|
|
|
9241a9bdbf
|
feat: add reloadkeys method
|
2020-06-16 12:51:28 +02:00 |
|
|
|
f3e6af5571
|
feat: clear keys after unmarshaling
|
2020-06-16 10:23:21 +02:00 |
|
|
|
c19bb0fa97
|
feat: migrate to gopenpgp v2
|
2020-06-16 07:34:46 +00:00 |
|
|
|
928fa93765
|
fix: don't remove log dir on startup
|
2020-06-05 10:48:34 +02:00 |
|
|
|
45e99caa23
|
fix: handle double charset everywhere by using our ParseMediaType
|
2020-06-03 12:51:31 +00:00 |
|
|
|
80b2bfc2a5
|
fix: crash in message.combineParts when copying a nil slice
|
2020-06-03 12:41:51 +00:00 |
|
|
|
6070a3b7cc
|
fix: crash if fail to find necessary html element
|
2020-06-03 14:05:20 +02:00 |
|
|
|
9e633400b0
|
feat: [GODT-360] detect charset embedded in html and xml
|
2020-06-02 09:44:50 +02:00 |
|
|
|
e43033b42b
|
feat: revert back to quoted-printable
|
2020-05-29 12:21:48 +00:00 |
|
|
|
e5d63edb62
|
test: add message.Parse tests
|
2020-05-29 12:21:48 +00:00 |
|
|
|
579e962980
|
check license
|
2020-05-29 14:01:10 +02:00 |
|
|
|
cc14b523cb
|
fix: correct doh timeouts
|
2020-05-27 07:32:26 +00:00 |
|
|
|
ad877431de
|
fix: check doh permission
|
2020-05-27 07:32:26 +00:00 |
|
|
|
7ac4c9aecf
|
fix: don't logout user if auth refresh fails because internet dropped
|
2020-05-25 15:21:20 +00:00 |
|
|
|
cb8a15a9fd
|
fix: crash when removing account while messages are being returned
|
2020-05-25 08:29:42 +00:00 |
|
|
|
a78b1ca00f
|
refactor: remove dead code
|
2020-05-20 11:33:22 +02:00 |
|
|
|
bbf1364e30
|
feat: tls report cache
|
2020-05-14 14:12:41 +02:00 |
|
|
|
6147c214c3
|
Better error message when request is canceled
|
2020-05-12 10:49:04 +00:00 |
|
|
|
f87ca36ffd
|
refactor: tidy up DecodeCharset
|
2020-05-12 10:12:19 +00:00 |
|
|
|
37f4e46bdc
|
feat: fallback to latin1 if charset not specified and not utf8
|
2020-05-12 10:12:19 +00:00 |
|
|
|
4090c490b1
|
Apply suggestion to pkg/pmapi/messages.go
|
2020-05-11 14:48:12 +00:00 |
|
|
|
d33d7237bd
|
Apply suggestion to pkg/pmapi/messages.go
|
2020-05-11 14:48:12 +00:00 |
|
|
|
9ed778f2b3
|
Apply suggestion to pkg/pmapi/messages.go
|
2020-05-11 14:48:12 +00:00 |
|
|
|
70fca64a36
|
Pop-out messageID format into constants
|
2020-05-11 14:48:12 +00:00 |
|
|
|
30425d5fcd
|
Fix few typos
|
2020-05-11 14:48:12 +00:00 |
|
|
|
833fce8702
|
chore: bump linter
|
2020-05-07 16:24:10 +00:00 |
|
|
|
4b2977041a
|
fix: missing messages after changing primary address
|
2020-05-07 16:19:06 +02:00 |
|
|
|
2d200f6f8c
|
test: add test with changing address order
|
2020-05-07 16:19:06 +02:00 |
|
|
|
c61e8bdc71
|
Merge remote-tracking branch 'origin/master' into devel
|
2020-05-07 15:30:08 +02:00 |
|
|
|
ea0f3115a3
|
usage of latest upstream go-imap
|
2020-05-05 11:47:47 +00:00 |
|
|
|
984b28e8f9
|
User Agent do not contain bridge version, only client in format
|
2020-05-05 11:00:18 +00:00 |
|
|
|
99aabf07b3
|
Apply suggestion to pkg/config/pmapi_prod.go
|
2020-05-04 07:53:55 +00:00 |
|
|
|
6e537db5ff
|
Apply suggestion to pkg/pmapi/client.go
|
2020-05-04 07:53:55 +00:00 |
|
|
|
668fc7f039
|
feat: MinSpeed -> MinBytesPerSecond, check every 3 seconds
|
2020-05-04 07:53:55 +00:00 |
|
|
|
284a097d4f
|
fix: lower min speed
|
2020-05-04 07:53:55 +00:00 |
|
|
|
e5944518ca
|
chore: improve logging
|
2020-05-04 07:37:51 +00:00 |
|
|
|
df3a9ea19e
|
test: add comment for why tests are disabled
|
2020-05-04 07:37:51 +00:00 |
|
|
|
2db1b113e0
|
fix: correct timeouts according to spec
|
2020-05-04 07:37:51 +00:00 |
|
|
|
68d2591c73
|
test: fix tls tests
|
2020-05-04 07:37:51 +00:00 |
|