Commit 8a2b97fbee7f3c8a0918643dfbb3086d724321df
1 parent
062191e3
remove outdated TODO
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
calexium_lib/mail/authentication.anubis
| @@ -23,7 +23,6 @@ public define String | @@ -23,7 +23,6 @@ public define String | ||
| 23 | ( | 23 | ( |
| 24 | String domain | 24 | String domain |
| 25 | )= | 25 | )= |
| 26 | - // TODO V1.X Timestan for CRAM: replace 'smtp.mailfountain.com' by the real server name | ||
| 27 | with time = (UTime) unow, | 26 | with time = (UTime) unow, |
| 28 | "<"+virtual_machine_id+"."+time.seconds+"@mail."+domain+">". | 27 | "<"+virtual_machine_id+"."+time.seconds+"@mail."+domain+">". |
| 29 | 28 |