From user-return-24669-apmail-commons-user-archive=commons.apache.org@commons.apache.org Fri Jun 25 15:57:00 2010 Return-Path: Delivered-To: apmail-commons-user-archive@www.apache.org Received: (qmail 94786 invoked from network); 25 Jun 2010 15:56:59 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 25 Jun 2010 15:56:59 -0000 Received: (qmail 33107 invoked by uid 500); 25 Jun 2010 15:56:58 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 32980 invoked by uid 500); 25 Jun 2010 15:56:57 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 32972 invoked by uid 99); 25 Jun 2010 15:56:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jun 2010 15:56:57 +0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=AWL,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of southern@scripps.edu designates 137.131.200.29 as permitted sender) Received: from [137.131.200.29] (HELO relay1.scripps.edu) (137.131.200.29) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jun 2010 15:56:48 +0000 Received: from relay2b.scripps.edu (relay2b.scripps.edu [137.131.200.130]) by relay1.scripps.edu (8.14.3/8.14.3/TSRI-7.1.0rAV) with ESMTP id o5PFuRKe031174 for ; Fri, 25 Jun 2010 08:56:27 -0700 Received: from exch-et02.lj.ad.scripps.edu (exch-et02 [137.131.19.111]) by relay2b.scripps.edu (8.13.8/TSRI-5.0.4rBAV) with ESMTP id o5PFuR0w014901 for ; Fri, 25 Jun 2010 08:56:27 -0700 (PDT) Received: from exch-ch02.lj.ad.scripps.edu (137.131.19.106) by exch-et02.lj.ad.scripps.edu (137.131.19.111) with Microsoft SMTP Server (TLS) id 8.2.176.0; Fri, 25 Jun 2010 08:56:28 -0700 Received: from flex07cashub2.fl.ad.scripps.edu (192.26.250.10) by exch-ch02.lj.ad.scripps.edu (137.131.19.106) with Microsoft SMTP Server (TLS) id 8.2.176.0; Fri, 25 Jun 2010 08:56:28 -0700 Received: from CCRMB1.fl.ad.scripps.edu ([10.1.1.184]) by flex07cashub2.fl.ad.scripps.edu ([10.1.1.187]) with mapi; Fri, 25 Jun 2010 11:56:23 -0400 From: Mark Southern To: Commons Users List Date: Fri, 25 Jun 2010 11:56:20 -0400 Subject: RE: [commons pipeline] Thread-Topic: [commons pipeline] Thread-Index: AcsT8Csuw9kwEW14SNa6RgwM1ANtegAjooyw Message-ID: References: <6A38CEA0A5D53A4E8F8A216521F2A4880C611491@ATLVMX01.turner.com> <4C23E1E8.1050100@it20one.at> In-Reply-To: <4C23E1E8.1050100@it20one.at> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Scanned: clamav-milter 0.96 at relay2b X-Virus-Status: Clean X-Spam-Score: undef - spam scanning disabled X-CanIt-Geo: ip=137.131.200.130; country=US; region=CA; city=La Jolla; postalcode=92037; latitude=32.8667; longitude=-117.2481; metrocode=825; areacode=858; http://maps.google.com/maps?q=32.8667,-117.2481&z=6 X-CanItPRO-Stream: 10_OptOut (inherits from default) X-Scanned-By: CanIt (www . roaringpenguin . com) on 137.131.200.29 I've had a chance to use Commons Pipeline recently and I'm a fan :-). I won= dered if I might contribute back a few Stages that I've written? The first = two have dependencies on commons-collections and the last two on Hibernate.= Maybe they could go into a user-contrib project?=20 GroupStage: Add single objects to an ArrayList. Emits at a predetermin= ed size. UngroupStage: Emit single objects by iterating over an Iterable, Iterator, = Array or single object. SessionStage: Ensures that each Thread operating on a Stage gets its own= Hibernate session. CommitStage: Calls Session.save on each Hibernate object and commits with= a predefined frequency. Best regards, ~Mark. -----Original Message----- From: Siegfried Goeschl [mailto:siegfried.goeschl@it20one.at]=20 Sent: Thursday, June 24, 2010 6:53 PM To: Commons Users List Subject: Re: Commons email Hi David, listening for new emails is beyond the scope of commons-email since it=20 is focused on simplifying the generation and sending of emails. Depending on what you want to do you can fetch emails from within your=20 application or have a look at Apache James (http://james.apache.org). Cheers, Siegfried Goeschl On 24.06.10 17:35, Nation, Carey wrote: > Haven't used it in a while, but I thought it was just an smtp client. > > procmail? > > -----Original Message----- > From: David Hoffer [mailto:dhoffer6@gmail.com] > Sent: Thursday, June 24, 2010 11:27 AM > To: user@commons.apache.org > Subject: Commons email > > Can commons email be used to listen for new email? I need a system that > reacts to received emails...not just send email. I've been using java > mail > but find it difficult to use reliably. > > -Dave > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@commons.apache.org > For additional commands, e-mail: user-help@commons.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@commons.apache.org For additional commands, e-mail: user-help@commons.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@commons.apache.org For additional commands, e-mail: user-help@commons.apache.org