Rssgoemail

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2023-10-25
20:42
Release version 1.0.3 with the new path. ... (Leaf check-in: f76fa4efc2 user: absc tags: trunk, v1.0.3)
20:22
Change module path and updated dependencies. ... (check-in: 8fa4515922 user: absc tags: trunk)
2023-04-16
08:02
Even if not needed, it's good hygiene to close a file when it's no longer needed. ... (check-in: 26c7b68165 user: absc tags: trunk)
2023-02-03
07:33
Corrected example configuration. ... (check-in: 87d7791a53 user: absc tags: trunk)
2022-12-16
20:04
Release rssgoemail 1.0.2 ... (check-in: f1818d91ba user: absc tags: trunk, v1.0.2)
20:00
Updated man page date. ... (check-in: 2b45127f3f user: absc tags: trunk)
19:56
Added op to the authors. ... (check-in: 95b371e421 user: absc tags: trunk)
19:53
install -> installed. ... (check-in: 8fa0a4b4e8 user: absc tags: trunk)
2022-12-01
09:35
tweak README. similar to previous commit, there's only one man page. ... (check-in: 75ca97b061 user: op tags: trunk)
09:34
fix typo: should be "its man page", not "it's", but while here also tweak the sentence a bit since there's only one manual page. ... (check-in: a1cd1bb3ab user: op tags: trunk)
2022-11-26
15:19
Remove the date from the cache. It's not needed. Ok op@ ... (check-in: 05626f93b5 user: absc tags: trunk)
14:29
refactor sendFeed to use a text/template instead of a chain of printfs. This also makes sure to close the pipe and wait for the cmd in all code paths. ... (check-in: f536a8b767 user: op tags: trunk)
11:33
don't panic on RSS feeds without a valid published date. Use time.Now() in such cases, but preserve the original string for the cache (the hash shouldn't change.) ... (check-in: eb054e34fe user: op tags: trunk)
10:50
fall back the usual heuristics if the author name is present but it's the empty string ... (check-in: 10b0de99df user: op tags: trunk)
09:53
format RSS published date as RFC1123Z, needed because it’s used as Date header in the email ... (check-in: c15d9b98c7 user: op tags: trunk)
09:40
trim leading "-" or ":" from gemfeed titles ... (check-in: d5ba5c7b55 user: op tags: trunk)
2022-11-25
22:19
mention the URL when fetching fails, helps spotting deleted sources. fine with absc ... (check-in: 76a4cb0746 user: op tags: trunk)
22:04
Updated and vendored dependencies. ... (check-in: d0b09d5528 user: absc tags: trunk)
20:52
We want to normalize the date to have various clients properly use it to sort the feeds. After some checking, RFC1123Z seems to be the right choice. Problem reported by op@. Thanks! ... (check-in: 2821321570 user: absc tags: trunk)
18:33
Tag version 1.0.1 ... (check-in: 84dd7e957f user: absc tags: trunk, v1.0.1)
07:22
Sometimes the Subject may have newlines and carriage returns. We need to sanitize those, as this may cause the e-mail to be invalid and not delivered by sendmail. ... (check-in: 403253d0dc user: absc tags: trunk)
2022-09-22
18:04
Fix a formatting problem where, for example, we have multiple authors in the author field. This caused some items to not be relayed and ended up as dead.letter on my home. ... (check-in: 7910551768 user: absc tags: trunk)
2022-09-13
21:04
Set the proper release date. ... (check-in: 9343c2fc16 user: absc tags: trunk, v1.0.0)
20:59
Release version 1.0.0 ... (check-in: 9c3361d5c6 user: absc tags: trunk)
20:50
Brief 1.0.0 changelog. ... (check-in: 141a784c41 user: absc tags: trunk)
17:05
Get rid of the Content-Type header. It does nothing. After some suspicions and testing, it turns out the header does nothing without setting a proper mime type. ... (check-in: f9a6b518db user: absc tags: trunk)
2022-09-10
23:00
Merge the host-as-from branch. This adds support to use the "~username" form as an author in a feed e-mail. OK op@ ... (check-in: b6f280e5fe user: absc tags: trunk)
16:12
Refactor the user search in URI as a single function. This make sure we can test the functionality properly. ... (Closed-Leaf check-in: e08f1134f7 user: absc tags: host-as-from)
16:07
Corrected out-of-range problem. Found in the gemini side. Looking at it, we will refactor the thing in just one function. ... (check-in: bde6d8d46e user: absc tags: host-as-from)
16:05
Add support for the "~user" for gemini. A thing must be corrected also on the RSS side, coming with the next commit. Tested and it seems to work. ... (check-in: 2db33e3bc0 user: absc tags: host-as-from)
15:57
Add support for "~user" for RSS/Atom. Not fully tested yet, need tp find a suitable RSS feed for it. However, it looks correct, so better to commit it. ... (check-in: 99900a43e4 user: absc tags: host-as-from)
2022-09-09
21:34
Use the hostname as from for the RSS feeds item if there is no author. ... (check-in: f4f4538cbc user: absc tags: host-as-from)
2022-09-06
19:16
Add the new X-RSSGo-Email header to the comment. ... (check-in: 61e9d96cf5 user: absc tags: trunk)
19:12
data -> date. ... (check-in: 830810729c user: absc tags: trunk)
19:11
A bit better go doc description. ... (check-in: 35575f86ed user: absc tags: trunk)
19:10
Remove broken link. ... (check-in: b4d7e6bcec user: absc tags: trunk)
19:03
The 1.0.0-beta1 was released on September 5. ... (check-in: 2a2959b18f user: absc tags: trunk)
19:02
Create better links in the home page. ... (check-in: f1e5c48770 user: absc tags: trunk)
2022-09-05
20:28
rssgoemail is in beta, drop the alpha warning. ... (check-in: bfd50b52fd user: absc tags: trunk)
20:22
rssgoemail 1.0.0-beta1 ... (check-in: fb1aab5556 user: absc tags: trunk, v1.0.0-beta1)
20:21
Applied gofmt. ... (check-in: ed4b9c16ba user: absc tags: trunk)
19:57
Move to beta1. ... (check-in: 6343aab894 user: absc tags: trunk)
19:44
Better describe the installation environment variables. ... (check-in: 74f9f7cca8 user: absc tags: trunk)
19:28
Better wording about what the tool can do. ... (check-in: 7d02c0fa51 user: absc tags: trunk)
19:24
We support more than just RSS and atom. ... (check-in: 7d792e3b25 user: absc tags: trunk)
19:16
One less 'i', please. ... (check-in: 9adc776bcb user: absc tags: trunk)
19:15
Add a FAQ about the new custom header. ... (check-in: 57dab1f0bf user: absc tags: trunk)
19:10
Mention the new header in the README. ... (check-in: e4d3f9cf1f user: absc tags: trunk)
18:50
Add the X-RSSGo-Email custom header. This let users recognize incoming feeds and put them in a custom folder, for example. Almost any MTA and E-mail client, supports rules based on header matching. . Discussed in [/forumpost/c7e76309d3] ... (check-in: 556b4fcef4 user: absc tags: trunk)
2022-08-28
20:34
The content type is always text/plain. ... (check-in: b5aeec7e91 user: absc tags: trunk)