shads06/Mail-Client

Write a function to create a folder for accounts after authentication

Opened this issue · 0 comments

Feature
After successfully authentication application will ask user to give a user name and email ID which is just authenticated. Once user provide the asked details application must store these details locally in a folder.
When details are received, it will be stored in a XML file where all other account details are stored, other a separate folder will be created where authenticated token will be stored which will be copied back in master folder which will be the default authentication location.

Solution
We need a function (separate and individual) which will receive a folder name as a parameter and create a folder in accounts folder of central location where all accounts are stored.
NOTE: naming for account name uniquely is not finalised yet. like Name: Sharad EmailID: GS06@Gmail.com then name for folder could be Name +(plus) EmailID but naming must be based on windows naming convention

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.