
I need to collect Inventory data of servet type configuration for thunderbird.Can you help me how can fetch this detail
I need to collect Inventory data of server type configuration like POP3 or IMAP etc for Thunderbird. It might in some ini files or registry or wmi. Can you help me how can fetch this detail.
ఎంపిక చేసిన పరిష్కారం
You will need to extract the data from the prefs.js file in the users profile folder. It is however stored in a collection of preferences mail.server.serverXX.type where the XX is a number. I have no idea if there is a limit, but I would check preferences up to three digits as a precaution. Note that the value of "pop3" is used for POP mail accounts. I have values of IMAP, POP2,RSS,NNTP, IM and none in my settings however that is probably not an exhaustive list.
ఈ సందర్భంలో ఈ సమాధానం చదవండి 👍 0ప్రత్యుత్తరాలన్నీ (3)
Perhaps you are looking for this: In Thunderbird Help > Troubleshooting Information
You can use 'Copy text to clipboard' button to get a copy and then open eg: Notepad and select 'Paste. Then save file.
Sir, I want to automate this information collection via registry or other file reading......I require to collect it daily once....Plz guide me
ఎంపిక చేసిన పరిష్కారం
You will need to extract the data from the prefs.js file in the users profile folder. It is however stored in a collection of preferences mail.server.serverXX.type where the XX is a number. I have no idea if there is a limit, but I would check preferences up to three digits as a precaution. Note that the value of "pop3" is used for POP mail accounts. I have values of IMAP, POP2,RSS,NNTP, IM and none in my settings however that is probably not an exhaustive list.