aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2014-03-04 14:21:04 +0100
committerThomas Schwinge <thomas@codesourcery.com>2014-03-04 14:21:04 +0100
commit3ae5debefca027a9831e887d96f47879173267e8 (patch)
treed59b52010168a0f4d570322f98ef56ffff8f8047
parenta3e5a4f7fe21bff5b9cb8a610f3b522aa0d847c4 (diff)
downloadikiwiki-3ae5debefca027a9831e887d96f47879173267e8.tar
ikiwiki-3ae5debefca027a9831e887d96f47879173267e8.tar.gz
Point to my Email::Send patch.
-rw-r--r--doc/bugs/password_reset_fails_with___34__Wide_character_in_subroutine_entry__34__.mdwn3
-rw-r--r--doc/todo/passwordauth:_sendmail_interface.mdwn2
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/bugs/password_reset_fails_with___34__Wide_character_in_subroutine_entry__34__.mdwn b/doc/bugs/password_reset_fails_with___34__Wide_character_in_subroutine_entry__34__.mdwn
index b49fdb50c..b9452a5ef 100644
--- a/doc/bugs/password_reset_fails_with___34__Wide_character_in_subroutine_entry__34__.mdwn
+++ b/doc/bugs/password_reset_fails_with___34__Wide_character_in_subroutine_entry__34__.mdwn
@@ -24,3 +24,6 @@ Help! :) --[[anarcat]]
> (If you know Python 2, the analogous situation would be "doesn't
> know how to send unicode objects, so you have to get a str object
> with `a_unicode_object.encode('utf-8')`".) --[[smcv]]
+
+>> Shameless plug: [[todo/passwordauth:_sendmail_interface]]. Though, I have
+>> no idea whether that is UTF-8-safe. --[[tschwinge]]
diff --git a/doc/todo/passwordauth:_sendmail_interface.mdwn b/doc/todo/passwordauth:_sendmail_interface.mdwn
index aba651e8f..a640d6516 100644
--- a/doc/todo/passwordauth:_sendmail_interface.mdwn
+++ b/doc/todo/passwordauth:_sendmail_interface.mdwn
@@ -42,6 +42,8 @@ Remaining TODOs:
* Resolve TODOs as denoted inside the patch.
* Update for the last years of ikiwiki development, such as adapting the
[[plugins/notifyemail]] plugin.
+ * Is this
+ [[UTF-8-safe|bugs/password_reset_fails_with___34__Wide_character_in_subroutine_entry__34__]]?
* Is it worthwhile to use and depend on [[!cpan Return::Value]]
just for this bit of functionality?
* Debian news file.