Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: solve codacy issues | saturneric | 2023-03-31 | 1 | -13/+2 |
| | |||||
* | fix: reduce info level logs | Saturneric | 2023-02-11 | 1 | -13/+13 |
| | |||||
* | feat: change the log style in source files | Saturneric | 2023-02-03 | 1 | -31/+31 |
| | |||||
* | style(src): reformat code | Saturneric | 2022-07-22 | 1 | -6/+6 |
| | |||||
* | <fix>(core, ui): fix codacy issues. | Saturneric | 2022-03-19 | 1 | -4/+4 |
| | | | | | | 1. The scope of the variable 'r' can be reduced. 2. Class 'IMAPFolder' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). 3. Check buffer boundaries if used in a loop including recursive loops (CWE-120, CWE-20). | ||||
* | <fix>(core, ui): Fix issues related to compression and decompression | Saturneric | 2022-03-19 | 1 | -61/+113 |
| | | | | 1. The problem with double-byte characters in the path (unresolved) | ||||
* | <fix>(core, ui): Fix path double-byte encoding problem under Windows | Saturneric | 2022-03-19 | 1 | -10/+14 |
| | |||||
* | <feat>(core, ui): Provides the ability to handle folders | Saturneric | 2022-03-12 | 1 | -0/+238 |
1. Convert folders to archive format for processing |