aboutsummaryrefslogtreecommitdiff
path: root/internal (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-21#39 Ignore mails marked as deleted when looking for existing mails, as to not...René 'Necoro' Neumann1-0/+1
2021-02-18Import 'embed' packageRené 'Necoro' Neumann1-0/+1
2021-02-16Fix CRLF endingRené 'Necoro' Neumann1-57/+57
2021-02-16Use go-embed for templates instead of inline strings.René 'Necoro' Neumann4-73/+72
2021-02-16Issue #46: Move and rename writer; add commentsRené 'Necoro' Neumann1-2/+2
2021-02-15Issue #46: Make the resulting email body not to include single \r or \n. This...René 'Necoro' Neumann1-2/+3
2020-08-22Pretty up the cache interface; ensure feed2imap-go unlocks the cacheRené 'Necoro' Neumann2-4/+9
2020-08-22print-cache should also unlockRené 'Necoro' Neumann1-1/+5
2020-08-22Switch back to 'replace' for html2textRené 'Necoro' Neumann1-1/+1
2020-08-22Fix writing the cacheRené 'Necoro' Neumann1-1/+1
2020-08-22Improve messageRené 'Necoro' Neumann1-1/+1
2020-08-22Lock file names must be absoluteRené 'Necoro' Neumann1-3/+8
2020-08-22Lock cacheRené 'Necoro' Neumann3-13/+59
2020-08-22Add creation timestamp as headerRené 'Necoro' Neumann2-0/+2
2020-06-20Fixes a bug where cached items get deleted when the feed is emptyRené 'Necoro' Neumann1-2/+4
2020-06-20print-cache: Tool for printing the contents of the cacheRené 'Necoro' Neumann3-3/+54
2020-06-20Fix/add debug messagesRené 'Necoro' Neumann2-2/+7
2020-05-25Make errors from exec calls always being printed as errorsRené 'Necoro' Neumann1-1/+1
2020-05-25'Exec' as an alternative to 'Url'René 'Necoro' Neumann4-16/+66
2020-05-21New option 'item-filter'René 'Necoro' Neumann3-5/+83
2020-05-14Verbose variant of 'target' in configRené 'Necoro' Neumann2-93/+14
2020-05-10Fixed linebreaks for Enclosures in text templateRené 'Necoro' Neumann1-5/+5
2020-05-10Switch to our own html2text fork for the time beingRené 'Necoro' Neumann1-2/+2
2020-05-10Text part in emailsRené 'Necoro' Neumann5-28/+104
2020-05-10Renamed feed template to html templateRené 'Necoro' Neumann2-2/+2
2020-05-08Print item hashes in debug modeRené 'Necoro' Neumann1-1/+7
2020-05-07Improve html renderingRené 'Necoro' Neumann2-53/+32
2020-05-07Do not assume items to be new when their published date is newer than the las...René 'Necoro' Neumann1-7/+0
2020-05-07Better detection if a text starts with html or notRené 'Necoro' Neumann1-3/+12
2020-05-07Add header X-Feed2Imap-GUIDRené 'Necoro' Neumann2-1/+5
2020-05-07FixRené 'Necoro' Neumann1-1/+1
2020-05-07Unified publishedDate and updatedDate into one (just as the old feed2imap...)René 'Necoro' Neumann4-21/+31
2020-05-06Improve templateRené 'Necoro' Neumann3-20/+28
2020-05-04Unify connection handlingRené 'Necoro' Neumann3-43/+104
2020-05-04when tls verification is disabled for the feed, we should also disable this f...René 'Necoro' Neumann1-3/+4
2020-05-03Better handling of embedded images with relative urlsRené 'Necoro' Neumann1-13/+27
2020-05-03Explicit version infoRené 'Necoro' Neumann1-1/+2
2020-05-03Rename from 'client' to 'cl'René 'Necoro' Neumann5-26/+26
2020-05-03Use UIDPLUS Imap extensionRené 'Necoro' Neumann2-11/+26
2020-05-03Fix update in IMAPRené 'Necoro' Neumann1-2/+12
2020-05-03Update support for IMAPRené 'Necoro' Neumann4-13/+201
2020-05-03Fix typoRené 'Necoro' Neumann1-2/+2
2020-05-02Use uuid library directly and encode to base64.René 'Necoro' Neumann4-5/+15
2020-05-02RestructureRené 'Necoro' Neumann6-88/+104
2020-05-02WIP: Message-IdsRené 'Necoro' Neumann5-3/+30
2020-05-02Option 'body'René 'Necoro' Neumann1-13/+22
2020-05-02Improved image supportRené 'Necoro' Neumann1-5/+10
2020-05-02Embedding images in mailRené 'Necoro' Neumann3-27/+184
2020-05-01Logging fixesRené 'Necoro' Neumann1-1/+1
2020-05-01Config option 'max-failures'René 'Necoro' Neumann3-4/+8