Fix few implicit references warnings.
[claws.git] / src / plugins / libravatar / TODO
1 Enhancements, possibilities and random ideas
2 --------------------------------------------
3
4 - Retrieve federated domain records (!)
5 - Support federated IDN domains (??) (Claws Mail itself doesn't support it
6   http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=1670)
7 - Domain validation when searching for federated avatars, or at least
8   exclude some domains (eg.: localhost) (???)
9 - Check box to enable/disable domain validation (?)
10   http://data.iana.org/TLD/tlds-alpha-by-domain.txt may be useful.
11 - Button for checking custom default URL is not 404 (!) check on apply (?)
12 - Make it run in cache-less mode if cache dir cannot be created (??)
13 - Only cache "mystery man" once for all hashes (what if changes) (?)
14 - Cache information label (size on disk/# of avatars/missing cached) (?)
15 - Empty avatar/missing cache button(s) (?)
16 - Run network retrieval in a separate thread started at header capture
17   hook (??)
18 - Alternate proxy support (send avatar requests through a proxy which
19   is not the one in http_proxy environment variable) (??)
20 - Limit avatar download size (??) or time (???)
21 - Configure missing factor/time separately (??)
22 - Allow changing size of pictures retrieved (while easy on plugin's
23   side, this requires changes on Claws Mail itself, so not probably worth
24   the effort) (????)
25
26 As these are already known, please do not request enhancement bugs for any
27 of the above unless you have a working patch to be attached to the bug ;-)
28
29 Discussion on ML is welcome, specially for items with one or more question
30 marks.