You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ji...@apache.org on 2004/04/22 02:15:53 UTC

[jira] Created: (JAMES-267) NullPointerException in Fetchmail when there are no From: or Sender: headers

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JAMES-267

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JAMES-267
    Summary: NullPointerException in Fetchmail when there are no From: or Sender: headers
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: James
 Components: 
             FetchMail
   Fix Fors:
             2.2.0RC1
   Versions:
             2.2.0RC1

   Assignee: 
   Reporter: Noel J. Bergman

    Created: Wed, 21 Apr 2004 5:15 PM
    Updated: Wed, 21 Apr 2004 5:15 PM

Description:
java.lang.NullPointerException
 at MessageProcessor.getSender(MessageProcessor.java:645)
 at MessageProcessor.createMail(MessageProcessor.java:597)

The code is:

String from = 
 ((InternetAddress) getMessageIn().getFrom()[0]).getAddress().trim();



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Updated: (JAMES-267) NullPointerException in Fetchmail when there are no From: or Sender: headers

Posted by ji...@apache.org.
The following issue has been updated:

    Updater: Noel J. Bergman (mailto:noel@devtech.com)
       Date: Wed, 21 Apr 2004 7:21 PM
    Changes:
             Fix Version changed to 2.2.0RC2
             Fix Version changed from 2.2.0RC1
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.apache.org/jira/browse/JAMES-267?page=history

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JAMES-267

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JAMES-267
    Summary: NullPointerException in Fetchmail when there are no From: or Sender: headers
       Type: Bug

     Status: Open
   Priority: Major

    Project: James
 Components: 
             FetchMail
   Fix Fors:
             2.2.0RC2
   Versions:
             2.2.0RC1

   Assignee: Steve Brewin
   Reporter: Noel J. Bergman

    Created: Wed, 21 Apr 2004 5:15 PM
    Updated: Wed, 21 Apr 2004 7:21 PM

Description:
java.lang.NullPointerException
 at MessageProcessor.getSender(MessageProcessor.java:645)
 at MessageProcessor.createMail(MessageProcessor.java:597)

The code is:

String from = 
 ((InternetAddress) getMessageIn().getFrom()[0]).getAddress().trim();



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Closed: (JAMES-267) NullPointerException in Fetchmail when there are no From: or Sender: headers

Posted by ji...@apache.org.
Message:

   The following issue has been closed.

   Resolver: Steve Brewin
       Date: Thu, 22 Apr 2004 1:56 PM

Fix applied by Noel does the job. Thanks!
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JAMES-267

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JAMES-267
    Summary: NullPointerException in Fetchmail when there are no From: or Sender: headers
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: FIXED

    Project: James
 Components: 
             FetchMail
   Fix Fors:
             2.2.0RC2
   Versions:
             2.2.0RC1

   Assignee: Steve Brewin
   Reporter: Noel J. Bergman

    Created: Wed, 21 Apr 2004 5:15 PM
    Updated: Thu, 22 Apr 2004 1:56 PM

Description:
java.lang.NullPointerException
 at MessageProcessor.getSender(MessageProcessor.java:645)
 at MessageProcessor.createMail(MessageProcessor.java:597)

The code is:

String from = 
 ((InternetAddress) getMessageIn().getFrom()[0]).getAddress().trim();



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Assigned: (JAMES-267) NullPointerException in Fetchmail when there are no From: or Sender: headers

Posted by ji...@apache.org.
Message:

   The following issue has been re-assigned.

   Assignee: Steve Brewin (mailto:sbrewin@apache.org)
   Assigner: Noel J. Bergman (mailto:noel@devtech.com)
       Date: Wed, 21 Apr 2004 5:24 PM
    Comment:
Steve, would you please review the fix I committed, and close this issue if you concur?
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JAMES-267

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JAMES-267
    Summary: NullPointerException in Fetchmail when there are no From: or Sender: headers
       Type: Bug

     Status: Open
   Priority: Major

    Project: James
 Components: 
             FetchMail
   Fix Fors:
             2.2.0RC1
   Versions:
             2.2.0RC1

   Assignee: Steve Brewin
   Reporter: Noel J. Bergman

    Created: Wed, 21 Apr 2004 5:15 PM
    Updated: Wed, 21 Apr 2004 5:24 PM

Description:
java.lang.NullPointerException
 at MessageProcessor.getSender(MessageProcessor.java:645)
 at MessageProcessor.createMail(MessageProcessor.java:597)

The code is:

String from = 
 ((InternetAddress) getMessageIn().getFrom()[0]).getAddress().trim();



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org