[5/9] james-project git commit: JAMES-1888 Do not return messages when the mailbox do not exists

2016-12-19 Thread rouazana
JAMES-1888 Do not return messages when the mailbox do not exists Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/9ed6a518 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/9ed6a518 Diff: http

[jira] Updated: (JAMES-641) POP3 list return messages in order as they comes with file pair

2006-10-08 Thread Norman Maurer (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-641?page=all ] Norman Maurer updated JAMES-641: Fix Version/s: Trunk (was: 2.3.0rc5) . > POP3 list return messages in order as they comes with file p

[jira] Updated: (JAMES-641) POP3 list return messages in order as they comes with file pair

2006-10-08 Thread Norman Maurer (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-641?page=all ] Norman Maurer updated JAMES-641: Fix Version/s: 2.3.0rc5 (was: Trunk) Priority: Trivial (was: Major) backported to 2.3.0rc5 > POP3 list return messages

[jira] Resolved: (JAMES-641) POP3 list return messages in order as they comes with file pair

2006-10-05 Thread Norman Maurer (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-641?page=all ] Norman Maurer resolved JAMES-641. - Fix Version/s: Trunk Resolution: Fixed > POP3 list return messages in order as they comes with file p

[jira] Assigned: (JAMES-641) POP3 list return messages in order as they comes with file pair

2006-10-05 Thread Norman Maurer (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-641?page=all ] Norman Maurer reassigned JAMES-641: --- Assignee: Norman Maurer You are right. There is a lack in the documentation. I will take care.. Thx for reporting > POP3 list return messages in or

[jira] Commented: (JAMES-641) POP3 list return messages in order as they comes with file pair

2006-10-05 Thread davide.bz (JIRA)
After this mail is sorted with the system.currentTimeMillis at the moment the mail arrives... Enjoy! > POP3 list return messages in order as they comes with file pair > --- > > Key: JAMES-641 >

[jira] Created: (JAMES-641) POP3 list return messages in order as they comes with file pair

2006-09-28 Thread davide.bz (JIRA)
POP3 list return messages in order as they comes with file pair --- Key: JAMES-641 URL: http://issues.apache.org/jira/browse/JAMES-641 Project: James Issue Type: Improvement

RE: Return Messages

2003-10-10 Thread Joao Medeiros
.. Hope this helps, -JM -Original Message- From: Noel J. Bergman [mailto:[EMAIL PROTECTED] Sent: 09 October 2003 17:58 To: James Developers List Subject: RE: Return Messages > I am working with James 2.1.3 and I don't seem to have the > file AbstractStorageQuota in james.tran

RE: Return Messages

2003-10-09 Thread Noel J. Bergman
> I am working with James 2.1.3 and I don't seem to have the > file AbstractStorageQuota in james.transport.matchers See the CVS. It is simply an example, as is the POP3 Handler. --- Noel - To unsubscribe, e-mail: [EMA

RE: Return Messages

2003-10-09 Thread David Liles
Cc: Subject: RE: Return Messages >JDBCMailRepository mr = new JDBCMailRepository(); >Iterator it = mr.list(); >mr.list(); >cat.info("Message: " + mr); >return mr; The

RE: Return Messages

2003-10-09 Thread Noel J. Bergman
>JDBCMailRepository mr = new JDBCMailRepository(); >Iterator it = mr.list(); >mr.list(); >cat.info("Message: " + mr); >return mr; The repository system doesn't work that way. See: http://cvs.apache.org/viewcvs.cgi/james-server/src/java/org/apache/james/transport/matchers/Atti

RE: Return Messages

2003-10-09 Thread David Liles
(); mr.list(); cat.info("Message: " + mr); return mr; } -Original Message- From: Noel J. Bergman [mailto:[EMAIL PROTECTED] Sent: Thu 10/9/2003 10:26 AM To: James Developers List Cc: Subject: RE: Retur

RE: Return Messages

2003-10-09 Thread Noel J. Bergman
> For the life of me I can't seem to figure out how to return a list of messages You might notice that the storage quota matchers get a list of messages, as does the POP3 handler. --- Noel - To unsubscribe, e-mail: [EM

Return Messages

2003-10-09 Thread David Liles
For the life of me I can't seem to figure out how to return a list of messages from James other then by writing my own query, but then I have trouble displaying the actual message. Can someone show me an example that returns a list of messages from James that are stored in a database? Thanks