Search:

Type: Posts; User: JavaPF

Search: Search took 0.10 seconds.

  1. Replies
    8
    Views
    4,167

    Re: Read Mail From A Folder

    I found this example online. See if this helps you move forward. Take note of folder.open(Folder.READ_ONLY);


    public static void main(String[] args) throws Exception {

    URLName...
  2. Replies
    8
    Views
    4,167

    Re: Read Mail From A Folder

    What type of files are in this local folder? What extension?
  3. Replies
    8
    Views
    4,167

    Re: Read Mail From A Folder

    OK i've imported javax.mail and the problem is:

    The method open(int) in the type Folder is not applicable for the arguments (String)

    Check these links:

    Folder (JavaMail API documentation)
    ...
  4. Replies
    8
    Views
    4,167

    Re: Read Mail From A Folder

    Hello qwert678,

    Welcome to the Java Programming Forums.

    I have added the highlight tags around your code. For future posts, please use: code

    I'm not sure if you are aware but you have a...
Results 1 to 4 of 4