Marcos Lenharo
59b8c7a6b8
Add email related content support (RFC2387).
...
MIME multipart contents can access other parts when using "multipart/related"
Content-Type.
This allows, for example, the HTML body to embed attached image files accepted
by email clients and email web clients following RFC 2387.
Additionally it is necessary to add the Content-ID header to the attachment
part so the html body can link it.
This commit inserts the Content-ID to each attachment with filename as the tag
value, allowing the HTML body to reference it using:
<img src="cid:FILE_NAME.EXT">
Tested with:
- Outlook
- Thunderbird - Windows and Linux
- IOS Native email app
- GMAIL - Web Interface
- GMAIL - Android and IOS APP
2025-05-08 14:37:54 -03:00
edwinbernadus
ae7f8b80ac
Update token regex on chanify ( #1325 )
2025-04-30 19:39:04 -04:00
Katia
513eb194fe
add test analytics ( #1321 )
2025-04-14 11:42:17 -04:00
Chris Caron
d8c1ae3cad
reverted bsd-v2 licensing changed by accident in last pr
2025-03-30 16:25:51 -04:00
Chris Caron
38eecaa9a5
bumped version to v1.9.3
2025-03-30 15:47:12 -04:00
Chris Caron
3151877488
Ntfy.sh Internationalized URL support added for click= ( #1312 )
2025-03-30 14:00:23 -04:00
Chris Caron
689fc07e65
Added Resend Support ( #1311 )
2025-03-30 12:48:45 -04:00
Chris Caron
efd9d5cd67
Minor and insignifigant changes (typos and alike) ( #1218 )
2025-03-24 20:49:03 -04:00
Chris Caron
a196708a69
fixed downloads entry
2025-03-24 20:36:10 -04:00
Stanislav Ochotnický
6295888ef0
Set default port for Mattermost notifications ( #1293 )
2025-03-16 16:26:06 -04:00
André
386c77e14d
Add option label for plugin seven ( #1304 )
2025-03-12 16:27:39 -04:00
Chris Caron
3cc98662f3
apprise.urls() bulletproofing/bugfix ( #1302 )
2025-03-09 21:06:39 -04:00
Chris Caron
bd270efdf8
BlueSky Support Added ( #1299 )
2025-03-09 20:24:24 -04:00
Dennis Gäbler
2226d0692d
Fix flaky test in translation tests ( #1298 )
...
Signed-off-by: Dennis Gaebler <dennis.gaebler@uni-ulm.de>
2025-03-09 09:55:47 -04:00
André
5554360ad0
Extend options for plugin Seven ( #1301 )
2025-03-09 09:50:32 -04:00
Chris Caron
9bf45e415d
improved twitter/x message mode detection
2025-02-21 18:07:30 -05:00
Chris Caron
9bd20a283d
improved SMS transmission documentation ( #1291 )
2025-02-20 11:47:49 -05:00
Chris Caron
0553bf7592
Telegram messages leverage caption field when attachments present ( #1290 )
...
* Telegram messages leverage caption field when attachments
* added test cases
2025-02-20 11:21:57 -05:00
Chris Caron
fcc4939328
bugfix - Office 365 include subject and body now ( #1274 )
2025-01-19 11:56:49 -05:00
Chris Caron
a2a2216c46
bumped version to v1.9.2
2025-01-08 21:11:44 -05:00
Chris Caron
d6eb98ffa0
Better support for reverse-url construction containing whitespace ( #1267 )
2025-01-02 15:44:49 -05:00
Chris Caron
f89293647a
Resolved chanify:// naming confusion ( #1266 )
2024-12-31 12:36:39 -05:00
Chris Caron
0a9f3382a6
discord:// now supports the kwarg of 'botname' ( #1261 )
2024-12-19 21:19:53 -05:00
Chris Caron
11f38999f2
Updated reference to BSDv2 clause in RPM SPEC File ( #1260 )
2024-12-19 20:50:09 -05:00
Chris Caron
e31bac63d7
bumped version to v1.9.1
2024-12-17 20:37:08 -05:00
Chris Caron
dcc3a60790
miskey:// visibility flags updated ( #1257 )
2024-12-16 16:28:18 -05:00
Chris Caron
0a2a743c19
mmost:// supports legacy url webhooks (http://) ( #1258 )
2024-12-15 14:41:02 -05:00
Mark Wilson
12f8da973b
Add support for latest MSTeams webhook URL format ( #1253 )
2024-12-15 13:38:36 -05:00
Chris Caron
551fa0d708
Refactored apprise mailto:// and utils module ( #1255 )
2024-12-15 13:02:18 -05:00
Chris Caron
4d21759f60
Refactored Office 365 Plugin ( #1225 )
2024-12-07 18:19:24 -05:00
Q01
e9020e6f74
Bark - add critical level alert plus ?volume= argument ( #1239 )
2024-11-30 18:52:59 -05:00
voc0der
c49e2127c2
Matrix Long Lived Token: Don't logout, and use UUIDv4 for transactionIds ( #1249 )
2024-11-30 17:11:19 -05:00
André
9e301df438
Add sms provider seven ( #1242 )
2024-11-27 04:37:44 -05:00
voc0der
f17df458cd
Matrix: Allow client API authorization with token parameter ( #1236 )
2024-11-22 12:56:18 -05:00
Chris Caron
5441c15a1e
Improved hostname verification ( #1243 )
2024-11-20 16:26:45 -05:00
Kenny Root
f37dfbf5a1
Unpin paho-mqtt version ( #1238 )
...
The new update to paho-mqtt, version 2.1.0, fixed the backward incompatible callback
signature problem by defaulting the callback type to paho-mqtt V1 style callbacks.
This means that packages can upgrade to paho-mqtt 2.1.0 or leave it at <2.0.0 without
any software changes.
This was originally pinned with #1065 .
2024-11-15 04:06:55 -05:00
Chris Caron
01c1082ad8
CLI environment variable over-ride support ( #1231 )
2024-10-27 14:02:19 -04:00
Chris Caron
1065c021d3
improved voipms:// phone number parsing ( #1230 )
2024-10-27 10:41:11 -04:00
Chris Caron
78f16adbb9
Remove Boxcar due service shutdown upstream ( #1222 )
2024-10-10 23:39:39 -04:00
Chris Caron
09bcb4a446
Removed python-xdist development dependency / not used ( #1223 )
2024-10-10 23:38:34 -04:00
Chris Caron
19c0d8adb5
Dropped Python v3.7 GH Action Deprecated Test Support ( #1224 )
2024-10-10 23:27:12 -04:00
Theodore Ni
4cf74bea44
Fix logging statement in test run function ( #1220 )
2024-10-06 13:28:20 -04:00
Chris Caron
ec368e293a
Eliminated non-essential warning log in mailto:// parsing ( #1216 )
2024-10-03 22:37:25 -04:00
Chris Caron
130edde6ca
Added disclaimer for AES-CBC-128 weakness with simplepush:// ( #1215 )
2024-10-03 22:11:53 -04:00
Chris Caron
f656069e4a
Support for PGP Email Support (DeltaChat Compatible) ( #1205 )
2024-10-03 21:09:58 -04:00
Chris Caron
f6c48d066b
Matrix Well Known URI Server Discovery ( #1198 )
2024-09-16 17:23:05 -04:00
Kyle Schwartz
f35145e899
Remove duplicate entry for Burst SMS in README.md ( #1204 )
2024-09-14 20:04:55 -04:00
Chris Caron
56bcbf5f45
Plivo Support ( #143 )
2024-09-14 20:00:47 -04:00
Chris Caron
09cd2b6de6
bumped version to v1.9.0
2024-09-02 13:33:29 -04:00
Chris Caron
0d19db862d
cli errors leverage click output and suggest --help
2024-09-02 12:54:53 -04:00