apps / imapfilter / authorized.lua.example /
Newer Older
10 lines | 0.171kb
ajout système d'impression p...
seb authored on 2019-12-22
1
authorized = {
2
	["foo@bar.com"] = { 
3
		["prenom"] = "Foo", 
4
		["phone"] = "0123456789" 
5
	},
6
	["bar@bar.com"] = { 
7
		["prenom"] = "Bar", 
8
		["phone"] = "0234567891" 
9
	},
10
}