I want to make a long command with FETCH that gives me : 1.What is UID ? 2.What is attachment ? and other things
What other things? Pretty much all metadata: tag FETCH 1 (uid flags envelope bodystructure internaldate)
tag FETCH 1 (uid flags envelope bodystructure internaldate)
you question is not clear. but i assume you want to retrieve all the data. use following command
A FETCH 1:* ALL