Problem reading messages with mail parser

sacad

Member
Licensed User
Longtime User
Hi ive downloaded the mailparser app and also have the required libaries but cannot get the application to display any email messages?
Im at gmail and this is what ive done in the activity_create event
If FirstTime Then
pop.Initialize("pop.gmail.com",995,"my gmail adress with .com","my password of gmail","pop")
End If
pop.ListMessages
end sub

dont know if the server and port is incorrect coz found that on net and if the server and port must be something else.
will this display the inbox messages or what else must i do?
 
Top