Autocomplete email addresses when typing
-
Is it possible, maybe with a script, to add all email addresses from global and public addressbooks to the autofill history field of the email application?
Thanks
Klaus -
Ok, i known now that it is possible to add addresses to the autofill history with the webapp-tool “manage_recipients.py”. It is also no problem for me to format such a list with “awk” to get a related .json file for the input of the python script.
Is there a method to get addresses and full names out of the kopano database with the help of a script or SQL query? Out of the GAB, public addressbooks, sent emails?
Any help would be appreciated!
Thanks
Klaus -
Hi Klausf,
Checkout this (untested) script: https://stash.kopano.io/projects/KSC/repos/core-tools/browse/contacts2suggested.py
-
Hi marty,
many thanks for the link! The script does exactly what I want, very great!
The only thing I found out is that the script parameters “–days” and “–total” has no effect. There will always all contacts be imported to the history list.Klaus
-
That only works with sent items I think
-
Yes, I tried --days=200 or --total=50 in combination with --sent. But always all recipients were added instead of only 50 or the recipients of the last 200 days.