-1

I want to make a long command with FETCH that gives me : 1.What is UID ? 2.What is attachment ? and other things

2 Answers2

1

What other things? Pretty much all metadata: tag FETCH 1 (uid flags envelope bodystructure internaldate)

Max
  • 10,701
  • 2
  • 24
  • 48
0

you question is not clear. but i assume you want to retrieve all the data. use following command

A FETCH 1:* ALL
Pyare
  • 671
  • 2
  • 11
  • 32