aboutsummaryrefslogtreecommitdiff
path: root/pkg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Prepare v1.7.0René 'Necoro' Neumann2023-06-131-1/+1
|
* Add new config option to set max number of IMAP connections.René 'Necoro' Neumann2023-06-041-0/+6
| | | | | | Default is 5 (as was the hard-coded value before). Closes issue #98.
* Issue #95 Add warning when config can be read globally.René 'Necoro' Neumann2023-05-121-0/+11
|
* Improve test to also validate error messageRené 'Necoro' Neumann2023-04-231-42/+39
|
* Fix/improve testsRené 'Necoro' Neumann2023-04-221-59/+104
|
* Improve error handlingRené 'Necoro' Neumann2023-04-221-1/+11
|
* Prepare v1.6.0v1.6.0René 'Necoro' Neumann2023-03-281-1/+1
|
* Fix out of bound panic when Root is the empty string.René 'Necoro' Neumann2023-03-231-1/+1
| | | | | | | | | | | | This error occured when the target is specified on item level: The global Target was set to the server string with an empty root, because the path itself is treated as being local to the current item. Rationale behind this: We do not want to make assumption about the global root, but need to ensure that all items connect to the same server. Fixes #91.
* Prepare v1.5.2v1.5.2René 'Necoro' Neumann2023-01-311-1/+1
|
* Prepare v1.5.1v1.5.1René 'Necoro' Neumann2022-06-111-1/+1
|
* Replace `interface{}` by `any`René 'Necoro' Neumann2022-04-245-18/+18
|
* Prepare v1.5.0v1.5.0René 'Necoro' Neumann2022-01-111-1/+1
|
* Replace homegrown map-to-structure code by using package mapstructure.René 'Necoro' Neumann2022-01-102-41/+25
|
* #66: Support for specifying custom templatesRené 'Necoro' Neumann2022-01-091-0/+4
|
* #67: Readability supportRené 'Necoro' Neumann2022-01-081-1/+1
|
* Add test for fix of 180aa45d40René 'Necoro' Neumann2022-01-081-0/+1
|
* Fix configuration parsing, when the target field is not of a primitive type.René 'Necoro' Neumann2022-01-081-3/+7
|
* Prepare v1.4.0v1.4.0René 'Necoro' Neumann2021-12-211-1/+1
|
* Prepare v1.3.0v1.3.0René 'Necoro' Neumann2021-11-011-1/+1
|
* Prepare v1.2.0René 'Necoro' Neumann2021-10-201-1/+1
|
* Improve Url.String()René 'Necoro' Neumann2021-10-182-16/+40
|
* Improve commentRené 'Necoro' Neumann2021-10-181-2/+2
|
* Explicit test for maildirRené 'Necoro' Neumann2021-10-181-1/+7
|
* RestructuringRené 'Necoro' Neumann2021-10-181-24/+33
|
* Support feed targets per feedRené 'Necoro' Neumann2021-10-183-12/+177
|
* URL: Do not print '@' when no user is givenRené 'Necoro' Neumann2021-10-181-1/+7
|
* #62: Fix tests (empty root is now allowed)René 'Necoro' Neumann2021-10-171-2/+16
|
* #62: Ensure that, with empty roots, there still remains a storage locationRené 'Necoro' Neumann2021-10-172-0/+12
|
* #62: Root can be emptyRené 'Necoro' Neumann2021-10-171-3/+0
|
* Allow to specify path to the cache directly in the config fileRené 'Necoro' Neumann2021-10-171-0/+2
|
* Prepare v1.1.1v1.1.1René 'Necoro' Neumann2021-07-241-1/+1
|
* Prepare v1.1.0v1.1.0René 'Necoro' Neumann2021-06-181-1/+1
|
* More testsRené 'Necoro' Neumann2021-06-021-1/+56
|
* Change handling of NULL nodes to new yaml.v3 semanticsRené 'Necoro' Neumann2021-06-021-14/+7
|
* Prepare v1.0.0v1.0.0René 'Necoro' Neumann2021-05-191-1/+1
|
* Small style improvementRené 'Necoro' Neumann2021-05-111-2/+1
|
* Fix commentsRené 'Necoro' Neumann2021-05-111-8/+6
|
* Prepare v0.8.0v0.8.0René 'Necoro' Neumann2021-03-061-1/+1
|
* Remove obsolete feeds from cache after 180 daysRené 'Necoro' Neumann2021-02-271-0/+5
|
* Prepare v0.7.0v0.7.0René 'Necoro' Neumann2021-02-211-1/+1
|
* Strip whitespace from folder namesRené 'Necoro' Neumann2021-02-212-0/+13
|
* Fix order for `Cmp.Diff`René 'Necoro' Neumann2021-02-211-3/+3
|
* Slight restructuringRené 'Necoro' Neumann2021-02-211-1/+5
|
* Prepare v0.6.0v0.6.0René 'Necoro' Neumann2021-02-161-1/+1
|
* Issue #46: Fix semantics of `n` resultRené 'Necoro' Neumann2021-02-162-9/+15
| | | | | Per contract, the returned number of bytes written should be the number of bytes _from the input_. Therefore, the added bytes (`\r` or `\n`) shall not count into that number.
* Issue #46: Move and rename writer; add commentsRené 'Necoro' Neumann2021-02-162-10/+19
|
* Issue #46: Improvements; add testsRené 'Necoro' Neumann2021-02-152-1/+48
|
* Issue #46: Make the resulting email body not to include single \r or \n. ↵René 'Necoro' Neumann2021-02-151-0/+63
| | | | This now pleases Cyrus IMAP.
* Prepare v0.5.2René 'Necoro' Neumann2020-11-231-1/+1
|
* Prepare v0.5.1René 'Necoro' Neumann2020-09-111-1/+1
|