Jakub
914d1b27b5
Bridge Golden-Gate 1.5.3
...
• Support read confirmations
• Adding GPLv3 licence button to the GUI
• Improved testing
• AppleMail crashes (timestamp related)
• Encoding errors
• Installation issues on linux
5 years ago
Michal Horejsek
635e51f32f
Upgrade to latest go-smtp
5 years ago
Michal Horejsek
ca962ce5ad
Import encrypted messages as is
5 years ago
Jakub
072ce54fe1
Bridge 1.5.2 Golden Gate
...
Release Notes
* Improved package creation logic
* Refactor of sending functions to simplify code maintenance
* Added tests for package creation
Fixed
* Bridge crashes related to labels handling
* GUI popup related to TLS connection error
* An issue where a random session key is included in the data payload
* Error handling (including improved detection)
5 years ago
Jakub
1f31df3a94
Bridge 1.5.1 Golden Gate
...
Release Notes
* Improved package creation logic
* Refactor of sending functions to simplify code maintenance
* Added tests for package creation
Fixed
* Bridge crashes related to labels handling
* GUI popup related to TLS connection error
* An issue where a random session key is included in the data payload
* Error handling (including improved detection)
5 years ago
Michal Horejsek
5b7eabe21a
Skipped messages do not change total counts but shows as separate number
5 years ago
Jakub
9a77650004
Bridge GoldenGate 1.5.0
...
- Ensured better message flow by refactoring both address and date parsing
- Improved secure connectivity checks
- Better deb packaging
- More robust error handling
- Ensured that conversations are properly threaded
- Fixed Linux font issues (Fedora)
- Better handling of Mime encrypted messages
5 years ago
Michal Horejsek
ec73170e9b
Use label.Path instead of Name
6 years ago
Jakub
70f91ae55b
notes and build v1.4.0
6 years ago
Michal Horejsek
3606a0ab9f
QA build with option to change API URL by ENV variable
6 years ago
James Houlahan
97b64ebb70
fix: credits and release notes
6 years ago
Jakub
bfdfc81d65
release notes
6 years ago
Michal Horejsek
1d2e584799
Convert panics from message parser to error
6 years ago
Michal Horejsek
9218598140
Update routes to API v4
6 years ago
Michal Horejsek
e4704cd459
Release notes
6 years ago
Michal Horejsek
5f02e59fa4
Fix showing table with errors
6 years ago
Michal Horejsek
658ead9fb3
Import/Export final touches
6 years ago
Pavel Škoda
7e5e3d3dd4
Import/Export GUI
6 years ago
Michal Horejsek
b598779c0f
Import/Export backend prep
6 years ago
James Houlahan
e333ccd29e
feat: persistent cookies
6 years ago
James Houlahan
34ef9063cb
fix: better first start setting
6 years ago
James Houlahan
f651d39820
chore: bump dependencies
6 years ago
Jakub
7baa4dc117
release notes
6 years ago
James Houlahan
36ef9f20ae
feat: use confirmer in smtp
6 years ago
Michal Horejsek
a650a04a88
Bump bbolt dependency
6 years ago
James Houlahan
02804d067c
fix: ensure doh connections are closed when it is disabled
6 years ago
James Houlahan
c19bb0fa97
feat: migrate to gopenpgp v2
6 years ago
Michal Horejsek
40d8c458d2
Store factory to make store optional
6 years ago
Michal Horejsek
4d2baa6b85
Renamed bridge to general users and keep bridge only for bridge stuff
6 years ago
Jakub
7724ca3996
release notes
6 years ago
Jakub
50ed40f205
release notes
6 years ago
Jakub
4a8d07d54e
Update auto-generated files
6 years ago
James Houlahan
4b2977041a
fix: missing messages after changing primary address
6 years ago
James Houlahan
2d200f6f8c
test: add test with changing address order
6 years ago
Michal Horejsek
1998d92432
Updates() needs to return imapBackend.Update instead of interface with go-imap v1
6 years ago
Michal Horejsek
cabcb3ae2b
Upgrade to latest go-imap-quota with fix for go-imap v1
6 years ago
James Houlahan
7a87a7ea2f
fix: fixes after rebase
6 years ago
Michal Horejsek
c939893131
Unseen is first sequence number of unseen message not count of messages
6 years ago
Michal Horejsek
984b28e8f9
User Agent do not contain bridge version, only client in format
6 years ago
James Houlahan
522cadb8b1
refactor: dedicated constants package, no explicit bridge version
6 years ago
James Houlahan
1457005f86
fix: address review comments
6 years ago
James Houlahan
e027aa5fae
test: use clientmanager to logout fakeapi
6 years ago
James Houlahan
e95aece6d3
refactor: don't pass client directly to store syncer
6 years ago
James Houlahan
4809d97cb1
feat: clientmanager has checkconnection
6 years ago
James Houlahan
bfc4069df4
feat: remove user from bridge users list if init failed
6 years ago
James Houlahan
3f32fd95e0
feat: refresh expired access tokens in one goroutine
6 years ago
Jakub
80f4e1e346
Fixing unit tests for client manager.
...
* [x] pmapi: refresh auth uid won't change
* [x] bridge tests:
* update mocks
* delete auth when FinishLogin fails
* check for mailbox password
* add `gomock.InOrder` for better test control
* [x] fix linter issues except TODOs
* [x] make rootScheme unexported
* [x] store tests: update mocks
6 years ago
James Houlahan
db02eb694d
refactor: no more pmapifactory
6 years ago
James Houlahan
5bf4d9c6f5
refactor: prefer anonymous clients
6 years ago
James Houlahan
b01be382fc
refactor: GetBridgeAuthChannel --> GetAuthUpdateChannel
6 years ago