-
-
Notifications
You must be signed in to change notification settings - Fork 721
Comparing changes
Open a pull request
base repository: getfider/fider
base: a7f313b
head repository: getfider/fider
compare: d284c3c
- 17 commits
- 38 files changed
- 3 contributors
Commits on Aug 7, 2025
-
fix: encode email subject headers according to RFC 2047
- Add EncodeSubject function to properly encode non-ASCII characters in email subject headers - Use Go's built-in mime.QEncoding which implements RFC 2047 quoted-printable encoding - Apply encoding in all email services: SMTP, Mailgun, and AWS SES - ASCII-only subjects remain unencoded for compatibility - Add comprehensive tests for the encoding function This fixes issues with non-ASCII characters (umlauts, accents, emojis) in email subjects that were previously displayed incorrectly in some email clients and servers. Resolves compatibility issues with downstream SMTP servers that don't support SMTPUTF8. Fixes #1147
Configuration menu - View commit details
-
Copy full SHA for 5454b96 - Browse repository at this point
Copy the full SHA 5454b96View commit details
Commits on Aug 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for bbad29f - Browse repository at this point
Copy the full SHA bbad29fView commit details
Commits on Aug 19, 2025
-
Merge pull request #1349 from getfider/fix-escape
Fixed stacking up of escape handlers.
Configuration menu - View commit details
-
Copy full SHA for b8fb502 - Browse repository at this point
Copy the full SHA b8fb502View commit details
Commits on Aug 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a2f8d06 - Browse repository at this point
Copy the full SHA a2f8d06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22a9d59 - Browse repository at this point
Copy the full SHA 22a9d59View commit details
Commits on Sep 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for de083b0 - Browse repository at this point
Copy the full SHA de083b0View commit details
Commits on Sep 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ed0314e - Browse repository at this point
Copy the full SHA ed0314eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bbee68 - Browse repository at this point
Copy the full SHA 6bbee68View commit details
Commits on Sep 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for def5651 - Browse repository at this point
Copy the full SHA def5651View commit details -
Configuration menu - View commit details
-
Copy full SHA for 773c49d - Browse repository at this point
Copy the full SHA 773c49dView commit details -
Merge pull request #1353 from lol2x/main
fix: encode email subject headers according to RFC 2047
Configuration menu - View commit details
-
Copy full SHA for 4223e73 - Browse repository at this point
Copy the full SHA 4223e73View commit details
Commits on Sep 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 82e1d5b - Browse repository at this point
Copy the full SHA 82e1d5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for dfc56b9 - Browse repository at this point
Copy the full SHA dfc56b9View commit details -
Merge branch 'markdown-image-support' of https://github.com/getfider/…
…fider into markdown-image-support
Configuration menu - View commit details
-
Copy full SHA for c7d1fe5 - Browse repository at this point
Copy the full SHA c7d1fe5View commit details
Commits on Sep 9, 2025
-
Merge pull request #1362 from getfider/markdown-image-support
Added support for URL based images.
Configuration menu - View commit details
-
Copy full SHA for ad73811 - Browse repository at this point
Copy the full SHA ad73811View commit details
Commits on Sep 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 26359ba - Browse repository at this point
Copy the full SHA 26359baView commit details
Commits on Sep 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d284c3c - Browse repository at this point
Copy the full SHA d284c3cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff a7f313b...d284c3c