Skip to content

Tags: ProtonMail/go-proton-api

Tags

v0.4.0

Toggle v0.4.0's commit message
feat(GODT-2283): Reject message imports for messages > 30MB 

v0.3.0

Toggle v0.3.0's commit message
feat: Implement NetError (and rename proton.Error to proton.APIError) NetError is an error type returned when no response was received from the API. This allows callers to determine whether their call failed due to a network level error. Additionally, proton.APIError now has Status to see what the status code was in the response that triggered the error.

v0.2.3

Toggle v0.2.3's commit message
fix: Don't send 2FA information during Authentication 

v0.2.2

Toggle v0.2.2's commit message
fix: Only access response object if there is any 

v0.2.1

Toggle v0.2.1's commit message
fix: Only use first key to encrypt attachments and drafts 

v0.2.0

Toggle v0.2.0's commit message
feat: Perform draft encryption during upload 

v0.1.5

Toggle v0.1.5's commit message
fix: Set unread flag from draft template 

v0.1.4

Toggle v0.1.4's commit message
fix: simulate token rejection as API 

v0.1.3

Toggle v0.1.3's commit message
test: Add test comments 

v0.1.2

Toggle v0.1.2's commit message
fix(GODT-2114): check disposition before uploading an attachment.