First i want to bring one thing into your notice.
offline_access permission is going to be deprecated with effect from May 1, 2012. See facebook developer documentation for more details.
And more over with the effect of new oAuth dialog, any extended permission asked by the application will be displayed separately which gives the user to accept/remove that extended permission and still can able to authorize your app and proceed further.
Read the permissions section in the document https://developers.facebook.com/docs/opengraph/authentication/
Now coming to your question, you can user the read_mailbox permission to read the inbox messages of a user. You can find more about the permissions at facebook developer documentation