[flexcoders] e-mail client sample Flex

2005-05-23 Thread Francesco





hi,


I'm 
trying to create it, but i've some problem and Hotmail and yahoo doesn't offer 
any WebService to check mail...

My 
problem is that when i select a leaf in the tree on the left, i'd like that on 
the datagrid on the right will appear a list of element.
i.e. 
when i choose inbox on the left on the right will appear all the 
inbox-emails...

Perhaps i've to organize better the xml source (Outlook_dati_3.xml)...

Any 
suggestion?


Does anyone have 
a e-mail client samplewith 
sources?

Thanks,
Francesco



Here 
is my code



---
Outlook_base_3.mxml

?xml 
version="1.0"?mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml" 


mx:DividedBox 
direction="horizontal" width="500" height="100%"mx:Model 
id="emailModel" 
source="Outlook_dati_3.xml"/mx:Tree 
id="tree1" width="70%" height="100%" 
mx:dataProvidermx:XMLnode 
label="Mail" inbox label="INBOX" 
/personal label="Personal 
Folder"business 
label="Business" / demo 
label="Demo" / personal2 
label="Personal" isBranch="true" / 
savedmail label="Saved Mail" 
/ 
/personalsent 
label="Sent" /trash 
label="Trash"//node/mx:XML/mx:dataProvider/mx:Tree

mx:DividedBox 
direction="vertical" width="100%" height="100%"

mx:DataGrid id="myGrid" width="100%" height="100%" 
dataProvider="{emailModel.inbox.mail}"mx:columnsmx:Arraymx:DataGridColumn 
columnName="from" 
/mx:DataGridColumn 
columnName="object" 
/mx:DataGridColumn 
columnName="received" 
//mx:Array/mx:columns 
/mx:DataGridmx:TextArea id="currentMessage" 
width="100%" height="100%" text="{myGrid.selectedItem.text}" 
//mx:DividedBox/mx:DividedBox/mx:Application--
Outlook_dati_3.xml



?xml version="1.0" 
encoding="utf-8"?emailsinboxmailfromChristina 
Coenraets/fromobjectinvito/objectreceived[EMAIL PROTECTED]/receivedtextCiao, 
come stai. ti scrivo per darti mie 
notizie/text/mailmailfromLouis 
Freligh/fromobjectorario 
esame/objectreceived[EMAIL PROTECTED]/receivedtextCiao, 
come stai. ti scrivo per darti mie 
notizie/text/mailmailfromRonnie 
Hodgman/fromobjectmeteo/objectreceived[EMAIL PROTECTED]/receivedtextCiao, 
come stai. ti scrivo per darti mie notizie. Mi sono trasferito a 
milano./text/mailmailfromJoanne 
Wall/fromobjectvoto/objectreceived[EMAIL PROTECTED]/receivedtextCiao, 
come stai. ti scrivo per darti mie 
notizie/text/mailmailfromMaurice 
Smith/fromobjectauto/objectreceived[EMAIL PROTECTED]/receivedtextCiao, 
come stai. ti scrivo per darti mie notizie. Mi sono trasferito a 
milano./text/mailmailfromMary 
Jones/fromobjectspamming/objectreceived[EMAIL PROTECTED]/receivedtextCiao, 
come stai. ti scrivo per darti mie 
notizie/text/mail/inboxsentmailfromChristina 
dCoenraets/fromobjectinvitod/objectreceived[EMAIL PROTECTED]/receivedtextCiao, 
comed stai. ti scrivo per darti mie 
notizie/text/mailmailfromLouis 
Frelfifgh/fromobjectorario 
efsame/objectreceived[EMAIL PROTECTED]/receivedtextCiao, 
come fstai. ti scrivo per darti mie 
notizie/text/mail/sent/emails








Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










RE: [flexcoders] e-mail client sample Flex

2005-05-23 Thread Steven Webster





Francesco,

There is a sample email client application in the book 
"Developing Rich Clients with Macromedia Flex"
that works with a 3rd party hotmail webservice; however, I 
know that there were problems recently with
the web-service, that the web-service author explained to 
me (but I can't remember).

Best,

Steven




--
Steven WebsterTechnical 
Director
iteration::two

This e-mail and any associated attachments 
transmitted with it may contain confidential information and must not be copied, 
or disclosed, or used by anyone other than the intended recipient(s). If you are 
not the intended recipient(s) please destroy this e-mail, and any copies of it, 
immediately.Please also note that while software systems have been 
used to try to ensure that this e-mail has been swept for viruses, 
iteration::two do not accept responsibility for any damage or loss caused in 
respect of any viruses transmitted by the e-mail. Please ensure your own checks 
are carried out before any attachments are 
opened.

  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of 
  FrancescoSent: 23 May 2005 08:33To: 
  flexcoders@yahoogroups.comSubject: [flexcoders] e-mail client 
  sample Flex
  
  hi,
  
  
  I'm 
  trying to create it, but i've some problem and Hotmail and yahoo doesn't offer 
  any WebService to check mail...
  
  My 
  problem is that when i select a leaf in the tree on the left, i'd like that on 
  the datagrid on the right will appear a list of element.
  i.e. 
  when i choose inbox on the left on the right will appear all the 
  inbox-emails...
  
  Perhaps i've to organize better the xml source (Outlook_dati_3.xml)...
  
  Any 
  suggestion?
  
  
  Does anyone have a e-mail client samplewith 
  sources?







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










Re: [flexcoders] e-mail client sample Flex

2005-05-23 Thread Sjors Pals






Maybe you can use this one:
http://www.bindingpoint.com/service.aspx?skey=04e3710f-fda1-4f46-88b3-b6d977ddb449

I would test it with some sample mailadress and not with serious
business acounts ;)

Greets,

Sjors


Steven Webster wrote:

  
  
  Francesco,
  
  There is a sample email client
application in the book "Developing Rich Clients with Macromedia Flex"
  that works with a 3rd party
hotmail webservice; however, I know that there were problems recently
with
  the web-service, that the
web-service author explained to me (but I can't remember).
  
  Best,
  
  Steven
  
  
  
  
  --
  Steven Webster
Technical Director
  iteration::two
  
  
  This e-mail and any
associated attachments transmitted with it may contain confidential
information and must not be copied, or disclosed, or used by anyone
other than the intended recipient(s). If you are not the intended
recipient(s) please destroy this e-mail, and any copies of it,
immediately.

Please also note that while software systems have been used to try to
ensure that this e-mail has been swept for viruses, iteration::two do
not accept responsibility for any damage or loss caused in respect of
any viruses transmitted by the e-mail. Please ensure your own checks
are carried out before any attachments are opened.
  
  
  
  
  

 From:
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On
Behalf Of Francesco
Sent: 23 May 2005 08:33
To: flexcoders@yahoogroups.com
Subject: [flexcoders] e-mail client sample Flex


hi,


I'm trying to create it, but i've some problem
and Hotmail and yahoo doesn't offer any WebService to check mail...

My problem is that when i select a leaf in the
tree on the left, i'd like that on the datagrid on the right will
appear a list of element.
i.e. when i choose inbox on the left on the
right will appear all the inbox-emails...

Perhaps i've to organize better the xml source (Outlook_dati_3.xml)...

Any suggestion?


Does anyone have a e-mail client
samplewith sources?
  











Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.