Point to my Email::Send patch.
parent
a3e5a4f7fe
commit
3ae5debefc
|
@ -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]]
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue