Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2.0.28.tar.gz | 2017-04-18 | 12.1 MB | |
2.0.28.zip | 2017-04-18 | 14.2 MB | |
README.md | 2017-04-18 | 1.5 kB | |
Totals: 3 Items | 26.2 MB | 0 |
2.0.28 (4/26/2017)
- Fixes:
- Fix send later with open/link tracking
2.0.27 (4/26/2017)
- Fixes:
- Don't throw error when search query has trailing whitespace
2.0.26 (4/26/2017)
- Fixes:
- Fix self-triggering in open and link tracking
- Speed up sending per recipient
-
Fix open and link tracking when sending per recipient
-
Development:
- Consolidate TrackingUtils & better documentation
2.0.23 (4/25/2017)
- Fixes:
- Properly retry retryable errors in syncback tasks
2.0.21 (4/24/2017)
- Fixes:
- Fix throwing errors inside Interruptible
- Fix sending on Gmail with large attachments (caused by conflict with syncing sent folder)
- Increment max size for attachments
2.0.20 (4/24/2017)
- Fixes:
- Correctly pass connSettings to convertSmtpError
- Fix attachment previews
- Fix link editor jumping away from you in composer
- Fix certificate error msg
- Detect smtp cert errors and relax condition to detect them
2.0.19 (4/21/2017)
- Features:
- Allow users to select custom folder mappings for Sent and Trash folders
-
Move messages out of db into compressed flat files for better space efficiency
-
Performance:
- 10x speed improvement for sending messages
-
Improve performance of all syncback tasks by 500ms
-
Fixes:
-
Correctly cleanup orphaned messages during sync
-
Development:
- Refactor sending code and remove cruft
- Fix the specs