POP3 knows exactly one folder: the inbox. Sent, Drafts and your own folders do not exist as far as the protocol is concerned — it simply never shows them.
It keeps no per-message state on the server. Read, answered, flagged: all of that lives in the client, not in the mailbox, and disappears with the client.
And the big one: classic POP3 behaviour is to fetch a message and delete it from the server. Most clients now ask to keep a copy, but that is a setting, not a property of the protocol.