aboutsummaryrefslogtreecommitdiff
path: root/internal (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Clarify codeRené 'Necoro' Neumann2021-02-211-5/+5
* | #39 Ignore mails marked as deleted when looking for existing mails, as to not...René 'Necoro' Neumann2021-02-211-0/+1
|/
* 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. This...René 'Necoro' Neumann2021-02-151-2/+3
* 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 las...René 'Necoro' Neumann2020-05-071-7/+0
* 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 f...René 'Necoro' Neumann2020-05-041-3/+4
* 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
* 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
* Config option 'max-failures'René 'Necoro' Neumann2020-05-013-4/+8
* Remove pointers from feed options. Detect unknown fields in feed and group op...René 'Necoro' Neumann2020-05-013-8/+8
* Fix template error when byteCount called with empty stringRené 'Necoro' Neumann2020-05-011-3/+6