Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 26A6217E02 for ; Fri, 10 Jul 2015 13:46:06 +0000 (UTC) Received: (qmail 99582 invoked by uid 500); 10 Jul 2015 13:46:05 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 99539 invoked by uid 500); 10 Jul 2015 13:46:05 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 99512 invoked by uid 99); 10 Jul 2015 13:46:05 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jul 2015 13:46:05 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id CD08C1A6D26 for ; Fri, 10 Jul 2015 13:46:04 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.314 X-Spam-Level: ** X-Spam-Status: No, score=2.314 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, URIBL_BLOCKED=0.001, URI_HEX=1.313] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id OGgqJ3KVhKrY for ; Fri, 10 Jul 2015 13:45:54 +0000 (UTC) Received: from mbob.nabble.com (mbob.nabble.com [162.253.133.15]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTP id 9AC6220FD3 for ; Fri, 10 Jul 2015 13:45:54 +0000 (UTC) Received: from msam.nabble.com (unknown [162.253.133.85]) by mbob.nabble.com (Postfix) with ESMTP id DDB6B10D9EBC for ; Fri, 10 Jul 2015 06:45:53 -0700 (PDT) Date: Fri, 10 Jul 2015 06:45:53 -0700 (MST) From: bbenny93 To: users@camel.apache.org Message-ID: <1436535953798-5769096.post@n5.nabble.com> In-Reply-To: References: <1436522240617-5769085.post@n5.nabble.com> Subject: Re: Read emails MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, thank you for your reply. I had already allowed imap in gmail. I tried with a yahoo address too but it's not working either, I don't know what I'm doing wrong. Also I've tried this to send an email... not working either :( I wrote this: from("file:data/inbox").setHeader("subject",constant("coucou")).to("smtp://smtp.gmail.com?username=emailtest@gmail.com&password=xxxxxx"); I'm sorry to bother you if what I ask is really obvious. -- View this message in context: http://camel.465427.n5.nabble.com/Read-emails-tp5769085p5769096.html Sent from the Camel - Users mailing list archive at Nabble.com.