aboutsummaryrefslogtreecommitdiff
path: root/internal (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | #25 Check for folder again while lockingRené 'Necoro' Neumann2021-02-211-0/+8
| |
* | Strip `srcset` attributeRené 'Necoro' Neumann2021-02-211-0/+5
| |
* | Slight restructuringRené 'Necoro' Neumann2021-02-212-9/+16
| |
* | Clarify codeRené 'Necoro' Neumann2021-02-211-5/+5
| |
* | #39 Ignore mails marked as deleted when looking for existing mails, as to ↵René 'Necoro' Neumann2021-02-211-0/+1
|/ | | | not undelete them by accident.
* Issue #46: Move and rename writer; add commentsRené 'Necoro' Neumann2021-02-161-2/+2
|
* Issue #46: Make the resulting email body not to include single \r or \n. ↵René 'Necoro' Neumann2021-02-151-2/+3
| | | | This now pleases Cyrus IMAP.
* Pretty up the cache interface; ensure feed2imap-go unlocks the cacheRené 'Necoro' Neumann2020-08-222-4/+9
|
* print-cache should also unlockRené 'Necoro' Neumann2020-08-221-1/+5
|
* Switch back to 'replace' for html2textRené 'Necoro' Neumann2020-08-221-1/+1
|
* Fix writing the cacheRené 'Necoro' Neumann2020-08-221-1/+1
|
* Improve messageRené 'Necoro' Neumann2020-08-221-1/+1
|
* Lock file names must be absoluteRené 'Necoro' Neumann2020-08-221-3/+8
|
* Lock cacheRené 'Necoro' Neumann2020-08-223-13/+59
|
* Add creation timestamp as headerRené 'Necoro' Neumann2020-08-222-0/+2
|
* Fixes a bug where cached items get deleted when the feed is emptyRené 'Necoro' Neumann2020-06-201-2/+4
|
* print-cache: Tool for printing the contents of the cacheRené 'Necoro' Neumann2020-06-203-3/+54
|
* Fix/add debug messagesRené 'Necoro' Neumann2020-06-202-2/+7
|
* Make errors from exec calls always being printed as errorsRené 'Necoro' Neumann2020-05-251-1/+1
|
* 'Exec' as an alternative to 'Url'René 'Necoro' Neumann2020-05-254-16/+66
|
* New option 'item-filter'René 'Necoro' Neumann2020-05-213-5/+83
|
* Verbose variant of 'target' in configRené 'Necoro' Neumann2020-05-142-93/+14
|
* Fixed linebreaks for Enclosures in text templateRené 'Necoro' Neumann2020-05-101-5/+5
|
* Switch to our own html2text fork for the time beingRené 'Necoro' Neumann2020-05-101-2/+2
|
* Text part in emailsRené 'Necoro' Neumann2020-05-105-28/+104
|
* Renamed feed template to html templateRené 'Necoro' Neumann2020-05-102-2/+2
|
* Print item hashes in debug modeRené 'Necoro' Neumann2020-05-081-1/+7
|
* Improve html renderingRené 'Necoro' Neumann2020-05-072-53/+32
|
* Do not assume items to be new when their published date is newer than the ↵René 'Necoro' Neumann2020-05-071-7/+0
| | | | last run
* Better detection if a text starts with html or notRené 'Necoro' Neumann2020-05-071-3/+12
|
* Add header X-Feed2Imap-GUIDRené 'Necoro' Neumann2020-05-072-1/+5
|
* FixRené 'Necoro' Neumann2020-05-071-1/+1
|
* Unified publishedDate and updatedDate into one (just as the old feed2imap...)René 'Necoro' Neumann2020-05-074-21/+31
|
* Improve templateRené 'Necoro' Neumann2020-05-063-20/+28
|
* Unify connection handlingRené 'Necoro' Neumann2020-05-043-43/+104
|
* when tls verification is disabled for the feed, we should also disable this ↵René 'Necoro' Neumann2020-05-041-3/+4
| | | | for the images
* Better handling of embedded images with relative urlsRené 'Necoro' Neumann2020-05-031-13/+27
|
* Explicit version infoRené 'Necoro' Neumann2020-05-031-1/+2
|
* Rename from 'client' to 'cl'René 'Necoro' Neumann2020-05-035-26/+26
|
* Use UIDPLUS Imap extensionRené 'Necoro' Neumann2020-05-032-11/+26
|
* Fix update in IMAPRené 'Necoro' Neumann2020-05-031-2/+12
|
* Update support for IMAPRené 'Necoro' Neumann2020-05-034-13/+201
|
* Fix typoRené 'Necoro' Neumann2020-05-031-2/+2
|
* Use uuid library directly and encode to base64.René 'Necoro' Neumann2020-05-024-5/+15
| | | | Also add an additional header `X-Feed2Imap-Item`, b/c the messageId contains the variable part of the hostname.
* RestructureRené 'Necoro' Neumann2020-05-026-88/+104
|
* WIP: Message-IdsRené 'Necoro' Neumann2020-05-025-3/+30
|
* Option 'body'René 'Necoro' Neumann2020-05-021-13/+22
|
* Improved image supportRené 'Necoro' Neumann2020-05-021-5/+10
|
* Embedding images in mailRené 'Necoro' Neumann2020-05-023-27/+184
|
* Logging fixesRené 'Necoro' Neumann2020-05-011-1/+1
|