You can subscribe to this list here.
| 2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(5) |
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
(6) |
Dec
(2) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
|
Feb
(2) |
Mar
(1) |
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(10) |
| 2005 |
Jan
(1) |
Feb
(1) |
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
(3) |
Dec
(1) |
| 2006 |
Jan
(1) |
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
(4) |
Dec
(3) |
| 2007 |
Jan
(3) |
Feb
(2) |
Mar
|
Apr
|
May
(1) |
Jun
(2) |
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
|
From: arunkantho <aru...@ne...> - 2004-12-16 08:42:49
|
Thanxs thank u very much
regards
-----Original Message-----
From: ebm...@li...
[mailto:ebm...@li...] On Behalf Of Patrick Yee
Sent: Thursday, December 16, 2004 1:57 PM
To: ebm...@li...
Subject: Re: [ebmail-develop] ebmail and pdf
Hello,
When you are writing plugin, you will need to provide a method for
composing the EbxmlMessage. For example, you can find such method in our
sample PO plugin: PODocumentData.java, in which you can find a method
called toMessage(). Here is some fragment of toMessage() method:
Creating a data source of payload by passing in an output stream:
ByteArrayDataSource dataSource =
new ByteArrayDataSource(ostream.toByteArray(),
"text/xml", "description");
Add the payload to the message:
ebxmlMessage.addPayloadContainer(new DataHandler(dataSource),
"0", "description");
So in your case, you can create PDF payloads and then add them to the
message one by one. If the payload is not text, you only need to adjust
the type (replace "text/xml" with "application/pdf").
Hope this helps.
Regards, -Patrick
arunkantho wrote:
> I have a pdf format document filled with data.
>
> Now I also have ebmail,hermes,registry.hermes will send
> messages.registry will store it.
>
> Now the question is how to send pdf document with ebmail or what is
> the role of ebmail here.not getting flow of theses three
>
> mohna
>
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
ebmail-develop mailing list
ebm...@li...
https://lists.sourceforge.net/lists/listinfo/ebmail-develop
|
|
From: Patrick Y. <kc...@ce...> - 2004-12-16 08:27:09
|
Hello,
When you are writing plugin, you will need to provide a method for
composing the EbxmlMessage. For example, you can find such method in our
sample PO plugin: PODocumentData.java, in which you can find a method
called toMessage(). Here is some fragment of toMessage() method:
Creating a data source of payload by passing in an output stream:
ByteArrayDataSource dataSource =
new ByteArrayDataSource(ostream.toByteArray(),
"text/xml", "description");
Add the payload to the message:
ebxmlMessage.addPayloadContainer(new DataHandler(dataSource),
"0", "description");
So in your case, you can create PDF payloads and then add them to the
message one by one. If the payload is not text, you only need to adjust
the type (replace "text/xml" with "application/pdf").
Hope this helps.
Regards, -Patrick
arunkantho wrote:
> I have a pdf format document filled with data.
>
> Now I also have ebmail,hermes,registry.hermes will send
> messages.registry will store it.
>
> Now the question is how to send pdf document with ebmail or what is
> the role of ebmail here.not getting flow of theses three
>
> mohna
>
|
|
From: arunkantho <aru...@ne...> - 2004-12-15 12:56:53
|
Sample ui class not running Which is as follows import hk.hku.cecid.phonix.ebmail.plugin.Controller; import hk.hku.cecid.phonix.ebmail.plugin.DocumentData; ...... ..... Error is package hk.hku.cecid.phonix.ebmail.plugin.Controller; does not exist.what to do to run this program regards |
|
From: arunkantho <aru...@ne...> - 2004-12-14 13:16:43
|
How to write pdf plugin regards |
|
From: arunkantho <aru...@ne...> - 2004-12-14 12:13:11
|
I have a pdf format document filled with data. Now I also have ebmail,hermes,registry.hermes will send messages.registry will store it. Now the question is how to send pdf document with ebmail or what is the role of ebmail here.not getting flow of theses three mohna |
|
From: arunkantho <aru...@ne...> - 2004-12-04 05:25:06
|
-----Original Message----- From: ebm...@li... [mailto:ebm...@li...] On Behalf Of Patrick Yee Sent: Friday, December 03, 2004 8:14 PM To: ebm...@li... Subject: Re: [ebmail-develop] (no subject) ebMail is payload agnostic. You should write a plugin in this case. The plugin is responsible to compose an ebXML message, and it's the plugin's job to include pdf files into the ebXML messages. The plugin can call the ebXML message's API to add whatever payload it wants. There is no need to convert the pdf into xml. Regards, -Patrick arunkantho wrote: > How to send pdf file as attachment.plugin is needed in this case or > not and whether pdf will be converted to xml format > > > > With Warm Regards, > > > > A K Ojha > Software Engineer > > > > Netsoft Informatics Pvt Ltd > 001, Raheja Paramount, 138, Residency Road, Bangalore 560025, India > Voice +91 (80) 2248-4265, 5112-4116 > Fax +91-172-260-3661 > Web: www.netsoftglobal.com <http://www.netsoftglobal.com> > Email: aru...@ne... <mailto:aru...@ne...> > > > > **Solutions for the Agile Enterprise** > > > > **************** > Disclaimer: > This message is intended solely for the addressee(s), and may contain > confidential/privileged information. Any unauthorized disclosure, > distribution or use of this message is strictly prohibited. Netsoft > does not endorse any opinions, conclusions, and other information in > this message that do not relate to its official business. > (c)2004 Netsoft Informatics Pvt Ltd. All Rights Reserved. > > > > > > > ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ ebmail-develop mailing list ebm...@li... https://lists.sourceforge.net/lists/listinfo/ebmail-develop |
|
From: Patrick Y. <kc...@ce...> - 2004-12-03 14:44:00
|
ebMail is payload agnostic. You should write a plugin in this case. The plugin is responsible to compose an ebXML message, and it's the plugin's job to include pdf files into the ebXML messages. The plugin can call the ebXML message's API to add whatever payload it wants. There is no need to convert the pdf into xml. Regards, -Patrick arunkantho wrote: > How to send pdf file as attachment.plugin is needed in this case or > not and whether pdf will be converted to xml format > > > > With Warm Regards, > > > > A K Ojha > Software Engineer > > > > Netsoft Informatics Pvt Ltd > 001, Raheja Paramount, 138, Residency Road, Bangalore 560025, India > Voice +91 (80) 2248-4265, 5112-4116 > Fax +91-172-260-3661 > Web: www.netsoftglobal.com <http://www.netsoftglobal.com> > Email: aru...@ne... <mailto:aru...@ne...> > > > > **Solutions for the Agile Enterprise** > > > > **************** > Disclaimer: > This message is intended solely for the addressee(s), and may contain > confidential/privileged information. Any unauthorized disclosure, > distribution or use of this message is strictly prohibited. Netsoft > does not endorse any opinions, conclusions, and other information in > this message that do not relate to its official business. > (c)2004 Netsoft Informatics Pvt Ltd. All Rights Reserved. > > > > > > > |
|
From: arunkantho <aru...@ne...> - 2004-12-03 05:57:53
|
How to send pdf file as attachment.plugin is needed in this case or not and whether pdf will be converted to xml format With Warm Regards, A K Ojha Software Engineer Netsoft Informatics Pvt Ltd 001, Raheja Paramount, 138, Residency Road, Bangalore 560025, India Voice +91 (80) 2248-4265, 5112-4116 Fax +91-172-260-3661 Web: www.netsoftglobal.com Email: aru...@ne... **Solutions for the Agile Enterprise** **************** Disclaimer: This message is intended solely for the addressee(s), and may contain confidential/privileged information. Any unauthorized disclosure, distribution or use of this message is strictly prohibited. Netsoft does not endorse any opinions, conclusions, and other information in this message that do not relate to its official business. (c)2004 Netsoft Informatics Pvt Ltd. All Rights Reserved. |
|
From: <ben...@id...> - 2004-05-22 12:34:30
|
Dear Open Source developer I am doing a research project on "Fun and Software Development" in which I kindly invite you to participate. You will find the online survey under http://fasd.ethz.ch/qsf/. The questionnaire consists of 53 questions and you will need about 15 minutes to complete it. With the FASD project (Fun and Software Development) we want to define the motivational significance of fun when software developers decide to engage in Open Source projects. What is special about our research project is that a similar survey is planned with software developers in commercial firms. This procedure allows the immediate comparison between the involved individuals and the conditions of production of these two development models. Thus we hope to obtain substantial new insights to the phenomenon of Open Source Development. With many thanks for your participation, Benno Luthiger PS: The results of the survey will be published under http://www.isu.unizh.ch/fuehrung/blprojects/FASD/. We have set up the mailing list fa...@we... for this study. Please see http://fasd.ethz.ch/qsf/mailinglist_en.html for registration to this mailing list. _______________________________________________________________________ Benno Luthiger Swiss Federal Institute of Technology Zurich 8092 Zurich Mail: benno.luthiger(at)id.ethz.ch _______________________________________________________________________ |
|
From: Patrick Y. <kc...@ce...> - 2004-03-24 02:26:24
|
Dear Friends of ebXML, Your interest and support for Hermes (based on OASIS' ebMS v2 standards) and ebMail in the past 18 months have helped them gain acceptance. Hermes has recorded 5400+ downloads from 50+ regions/countries since its debut in http://www.freebxml.org in Sep 2002, while ebMail has 2500 downloads since Jun 2003. We are conducting a structured user satisfaction survey, and hope you could give us your feedback to better serve your needs. Data collected will also be used for reporting to our funding agency of the Hong Kong Government. The questionnaire is accessible in http://www.cecid.hku.hk/questionnaire/. It should take approximately 10 minutes to complete. Your submission of the online questionnaire *before APRIL 16* is highly appreciated. Thank you in advance for your participation. Regards, -Patrick |
|
From: Bernard C. <cw...@ce...> - 2004-02-05 03:38:28
|
Dear Sena, I guess you want to get emails sent from ebMail at the e-gateway and then extract the XML attachments from those emails automatically. And now you are trying to compose XML replies and send them back to ebMail via SMTP without human intervention. Please correct me if I am wrong. In such case, you need a tool to construct your reply in ebXML message format and send it using SMTP. A ebXML gateway, for example Hermes, may help you in doing so. Please contact us for more information about your problem. Thanks! Best regards, Bernard ----- Original Message ----- From: "Sena Munasinghe" <sen...@ya...> To: <ebm...@li...> Sent: Thursday, February 05, 2004 1:15 AM Subject: [ebmail-develop] Is it possible to have automated replies based on a XML reply message ? > Dear Simon, > > Hope you remember my previous mails on ebMail. > > I developed my plug-in for the simplified Customes > Declaration, which is working well. But I have another > problem to sort out if my idea to work. > > My plan is to access an E-gateway for import/export > transactions (eServicesLanka.com ) using ebMail. The > payload of a ebMail message can be viewed as an > attchment when downloaded by a POP3 client like > Outlook Express. So I can use a third party utility > like EMU to extract the XML content for further > processing.No maunal intervention needed at the > e-gateway. > > However I have no way to upload the reply XML message > into a mail & automatically send it back without > manual intervention. > Any ideas ?? > > Regards > > Sena > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free web site building tool. Try it! > http://webhosting.yahoo.com/ps/sb/ > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > ebmail-develop mailing list > ebm...@li... > https://lists.sourceforge.net/lists/listinfo/ebmail-develop |
|
From: Sena M. <sen...@ya...> - 2004-02-04 17:15:21
|
Dear Simon, Hope you remember my previous mails on ebMail. I developed my plug-in for the simplified Customes Declaration, which is working well. But I have another problem to sort out if my idea to work. My plan is to access an E-gateway for import/export transactions (eServicesLanka.com ) using ebMail. The payload of a ebMail message can be viewed as an attchment when downloaded by a POP3 client like Outlook Express. So I can use a third party utility like EMU to extract the XML content for further processing.No maunal intervention needed at the e-gateway. However I have no way to upload the reply XML message into a mail & automatically send it back without manual intervention. Any ideas ?? Regards Sena __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free web site building tool. Try it! http://webhosting.yahoo.com/ps/sb/ |
|
From: Simon L. <ky...@ce...> - 2003-12-04 01:40:46
|
Dear Sena, My comments in blue. ----- Original Message -----=20 From: "Sena Munasinghe" <sen...@ya...> To: <ebm...@li...> Sent: Thursday, December 04, 2003 8:56 AM Subject: [ebmail-develop] Ant run unsucessful > Dear Simon, >=20 > Thanks for your advice.But when I tried to compile > source code with Ant, the "build" was sucessful but > "run" from ebMail folder generated errors. Please see > the attached file & advice. -------------------------------------------------------------------------= ------- ebMail has some functions that have used the drag and drop features = which avaliable since JDK1.4. If you need to compile the source code, I = think you have to download the JDK with version 1.4 or above to = accomplish the task. -------------------------------------------------------------------------= ------- >=20 > I am now working on the User Interface using (JBuilder > 4). I hope to resolve the intecacies of ebMail > operation soon so that I can go to next steps. Your > assistence & guidence is invaluable in this regard. -------------------------------------------------------------------------= ------- Have you look into the plugin development guide whcih could be = downloaded from http://www.freebxml.org? You can find out the steps = which helps you to develop ebmail-plugin that suits your needs. In that = document, there are sample codes that could serve as the framework for = your development. If you got any problem, you may also post your source = code here to ask. -------------------------------------------------------------------------= ------- >=20 > I encountered another problem. When I install ebMail > from ebMail installation, in some cases it creates the > desktop icon but refuses to start. In some other > cases, installation goes on but no icons generated & > even when I tried to run the run.bat it fails.But it > worked initially. I suspect it has a conflict with > JBuilder 4 which is using JDK 1.3 .=20 -------------------------------------------------------------------------= ------- We use installshield to package our windows distribution. It will detect = your system to see whether you have install JDK previously. However as = you are using the JDK bundle with JBuilder, I am not sure whether the = "JDK detection" from installshield will work correctly. To solve this = problerm, I guess you may need to remove all previous version of ebmail, = install JDK by yourself, and run the ebmail installtion package again. -------------------------------------------------------------------------= ------- >=20 > Thanks & Regards >=20 > Sena Munasinghe >=20 > P.S. - I am working on a deadline to finish this off > by 31 December 2003. If it's not too personal, could > you indicate your availability during this period. -------------------------------------------------------------------------= ------- Actually we have a team of developers working on ebmail. If you have any = problem, you can always get help from this mailing list. Regards, Simon -------------------------------------------------------------------------= ------- >=20 >=20 > __________________________________ > Do you Yahoo!? > Free Pop-Up Blocker - Get it now > http://companion.yahoo.com/ -------------------------------------------------------------------------= ------- >=20 > F:\Test\poPlugin>ant build > Buildfile: build.xml >=20 > init: >=20 > compile: >=20 > build: >=20 > BUILD SUCCESSFUL > Total time: 2 seconds > F:\Test\poPlugin>cd.. >=20 > F:\Test>cd ebmail >=20 > F:\Test\ebmail>ant run > Buildfile: build.xml >=20 > init: >=20 > compile: > [javac] Compiling 113 source files to F:\Test\ebmail\bin > [javac] = F:\Test\ebmail\src\hk\hku\cecid\phoenix\ebmail\ui\AddressDataPane.ja > va:204: cannot resolve symbol > [javac] symbol : method matches (java.lang.String) > [javac] location: class java.lang.String > [javac] } else if (!address.matches(REGP_EXP)) { > [javac] ^ > [javac] = F:\Test\ebmail\src\hk\hku\cecid\phoenix\ebmail\ui\MessageFolderPane. > java:629: incompatible types > [javac] found : java.util.List > [javac] required: java.util.ArrayList > [javac] ArrayList list =3D = Collections.list(node.children()); > [javac] ^ > [javac] = F:\Test\ebmail\src\hk\hku\cecid\phoenix\ebmail\ui\DragNDropHandler.j > ava:108: cannot resolve symbol > [javac] symbol : method addDragSourceMotionListener = (hk.hku.cecid.phoenix. > ebmail.ui.DragNDropHandler.TableDragSourceAdapter) > [javac] location: class java.awt.dnd.DragSource > [javac] = tableDragSource.addDragSourceMotionListener(dragSourceAdapte > r); > [javac] ^ > [javac] = F:\Test\ebmail\src\hk\hku\cecid\phoenix\ebmail\ui\DragNDropHandler.j > ava:109: cannot resolve symbol > [javac] symbol : method addDragSourceListener = (hk.hku.cecid.phoenix.ebmail > .ui.DragNDropHandler.TableDragSourceAdapter) > [javac] location: class java.awt.dnd.DragSource > [javac] = tableDragSource.addDragSourceListener(dragSourceAdapter); > [javac] ^ > [javac] = F:\Test\ebmail\src\hk\hku\cecid\phoenix\ebmail\ui\DragNDropHandler.j > ava:133: cannot resolve symbol > [javac] symbol : method startDrag = (java.awt.Cursor,hk.hku.cecid.phoenix.eb > mail.ui.TransferableConversationIDIterator) > [javac] location: class java.awt.dnd.DragGestureEvent > [javac] e.startDrag(DragSource.DefaultMoveNoDrop, // = cursor > [javac] ^ > [javac] = F:\Test\ebmail\src\hk\hku\cecid\phoenix\ebmail\ui\DragNDropHandler.j > ava:235: cannot resolve symbol > [javac] symbol : method getX () > [javac] location: class java.awt.dnd.DragSourceDragEvent > [javac] if (!frame.contains(dsde.getX()-p.x, = dsde.getY()-p.y)) { >=20 > [javac] ^ > [javac] = F:\Test\ebmail\src\hk\hku\cecid\phoenix\ebmail\ui\DragNDropHandler.j > ava:235: cannot resolve symbol > [javac] symbol : method getY () > [javac] location: class java.awt.dnd.DragSourceDragEvent > [javac] if (!frame.contains(dsde.getX()-p.x, = dsde.getY()-p.y)) { >=20 > [javac] ^ > [javac] = F:\Test\ebmail\src\hk\hku\cecid\phoenix\ebmail\util\ui\FileChooserUR > LTextFieldPane.java:106: cannot resolve symbol > [javac] symbol : method toURI () > [javac] location: class java.io.File > [javac] return file.toURI().toURL(); > [javac] ^ > [javac] 8 errors >=20 > BUILD FAILED > file:F:/Test/ebmail/build.xml:40: Compile failed; see the compiler = error output > for details. >=20 > Total time: 17 seconds > F:\Test\ebmail> |
|
From: Sena M. <sen...@ya...> - 2003-12-04 00:56:17
|
Dear Simon, Thanks for your advice.But when I tried to compile source code with Ant, the "build" was sucessful but "run" from ebMail folder generated errors. Please see the attached file & advice. I am now working on the User Interface using (JBuilder 4). I hope to resolve the intecacies of ebMail operation soon so that I can go to next steps. Your assistence & guidence is invaluable in this regard. I encountered another problem. When I install ebMail from ebMail installation, in some cases it creates the desktop icon but refuses to start. In some other cases, installation goes on but no icons generated & even when I tried to run the run.bat it fails.But it worked initially. I suspect it has a conflict with JBuilder 4 which is using JDK 1.3 . Thanks & Regards Sena Munasinghe P.S. - I am working on a deadline to finish this off by 31 December 2003. If it's not too personal, could you indicate your availability during this period. __________________________________ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com/ |
|
From: Sena M. <s.m...@ii...> - 2003-11-28 11:02:38
|
Dear Simon, I am leaving m my current workplace to migrate to Canada. I will use my web mail adress sen...@ya... hererafter. Some times my java resource person Mr. Ajith Wickramasinghe a.w...@ii... may contact you regarding this exercise. Best Regards Sena Muasinghe ----- Original Message ----- From: "Simon Lee" <ky...@ce...> To: <ebm...@li...> Sent: Friday, November 28, 2003 8:23 AM Subject: Re: [ebmail-develop] How to validate data entered into the template > Dear Sena, > > For the sample files, do you mean the sample PO plugin that could be > downloaded from http://www.freebxml.org? As you have planned to develop your > own plugin, I guess you have downloaded the ebmail_src_dist.zip from the > site. After unzipping the file, you will find 2 directories named ebmail and > poPlugin. If you are new to Java, I suggest you to use the ant tool (from > apache, which could be downloaded from http://ant.apache.org/) for compiling > the source files in order to solve the class path problem. Follow the > instructions from apache site for installing ant. After installation, go to > the directory "poPlugin" and type "ant build" will help you to compile and > build the PO plugin. Then go to the "ebmail" direcotry and type "ant run" > will help you to compile, build and run ebMail. > > If you still have problem, please feel free to ask. We will always be here > to help you. > > Simon > > > > ----- Original Message ----- > From: "Sena Munasinghe" <s.m...@ii...> > To: <ebm...@li...> > Sent: Thursday, November 27, 2003 6:57 PM > Subject: Re: [ebmail-develop] How to validate data entered into the template > > > > Dear Simon, > > > > Thanks for your reply. > > I got down the documentation which provided me with necessary info. But > when > > I tried to compile the given sample files, the JAR files downloaded seems > to > > be incorrect or not in proper location in my directory. > > > > Also most of the expected files seems to be in ebMail/lib directory in > > source code. > > > > I managed to extract class files into a directory & overcome most of the > > compiling errors except for "phoenix.message.packaging" category. > > > > Kindly advice me on the proper place to download said jar files & where to > > save them in directory hierarchy. I saved it to a directory & set the > > classpath to that. But may be due to my OS Win2K Advance Svr, class path > not > > being set. > > > > Thanks again for your help. > > > > Regards > > > > Sena > > > > > > ----- Original Message ----- > > From: "Simon Lee" <ky...@ce...> > > To: <ebm...@li...> > > Sent: Tuesday, November 18, 2003 7:45 AM > > Subject: Re: [ebmail-develop] How to validate data entered into the > template > > > > > > > Hi Sena, > > > > > > Answers are as follows. > > > > > > 1. I am not sure what your "template file" means. If you are saying the > UI > > > form that captures users input, we called that module as a "plugin" > (which > > > should be written in java). EbMail supports multiple plugins that handle > > > different kinds of business documents. If you want to know more, there > are > > > some plugin development guides and source code of a sample plugin, which > > all > > > of them could be downloaded from http://www.freebxml.org. > > > > > > 2. As said, handling of business documents is by plugin. Therefore the > > > checking of data should also be done inside the plugin code. > > > > > > If you have any problem, please feel free to ask. > > > > > > Simon Lee > > > Technology Officer > > > Center for E-Commerce Infrastructure Development (CECID) > > > Department of Computer Science and Information Systems > > > The University of Hong Kong > > > URL: http://www.cecid.hku.hk > > > Room 301, Chow Yei Ching Building > > > Pokfulam Road, Hong Kong SAR, China > > > > > > > > > ----- Original Message ----- > > > From: "Sena Munasinghe" <s.m...@ii...> > > > To: <ebm...@li...> > > > Sent: Monday, November 17, 2003 2:54 PM > > > Subject: [ebmail-develop] How to validate data entered into the template > > > > > > > > > I am developing a mail client to upload/download Customs documentations > > from > > > a eGateway developed by Sri Lankan government agencies > > > www.eserviceslanka.com . > > > > > > I do this for my dissertation. > > > > > > My objective is to define necessary document templates to be imported > into > > > ebMail client. Main document is what's called CUSDEC - customs > declaration > > > form. > > > > > > When I discussed my idea with eGateway people & my supervisor, they > > > expressed that it would have a significant use if this could be > achieved. > > > > > > I tried ebMail with fairly good results. I could not download mail yet > but > > I > > > should be able to sort it out. But the main issue is how to validate > > entered > > > data (preferably within the template). > > > > > > I am basically a networking guy & not a Java programmer. I took this up > as > > a > > > challenge. > > > > > > Kindly advise me on the following. > > > 1. The location of the sample template files. So that I can play > with > > > them & understand the format > > > 2. How to incorporate checking in to the mail client > > > > > > Thanks in advance for your help. > > > > > > Keep up the good work !!! > > > > > > Best Regards > > > > > > Sena Munasinghe > > > Lecturer > > > Informatics Institute of Technology > > > Sri Lanka > > > > > > > > > > > > ------------------------------------------------------- > > > This SF. Net email is sponsored by: GoToMyPC > > > GoToMyPC is the fast, easy and secure way to access your computer from > > > any Web browser or wireless device. Click here to Try it Free! > > > https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl > > > _______________________________________________ > > > ebmail-develop mailing list > > > ebm...@li... > > > https://lists.sourceforge.net/lists/listinfo/ebmail-develop > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: SF.net Giveback Program. > > Does SourceForge.net help you be more productive? Does it > > help you create better code? SHARE THE LOVE, and help us help > > YOU! Click Here: http://sourceforge.net/donate/ > > _______________________________________________ > > ebmail-develop mailing list > > ebm...@li... > > https://lists.sourceforge.net/lists/listinfo/ebmail-develop > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > ebmail-develop mailing list > ebm...@li... > https://lists.sourceforge.net/lists/listinfo/ebmail-develop |
|
From: Simon L. <ky...@ce...> - 2003-11-28 02:23:35
|
Dear Sena, For the sample files, do you mean the sample PO plugin that could be downloaded from http://www.freebxml.org? As you have planned to develop your own plugin, I guess you have downloaded the ebmail_src_dist.zip from the site. After unzipping the file, you will find 2 directories named ebmail and poPlugin. If you are new to Java, I suggest you to use the ant tool (from apache, which could be downloaded from http://ant.apache.org/) for compiling the source files in order to solve the class path problem. Follow the instructions from apache site for installing ant. After installation, go to the directory "poPlugin" and type "ant build" will help you to compile and build the PO plugin. Then go to the "ebmail" direcotry and type "ant run" will help you to compile, build and run ebMail. If you still have problem, please feel free to ask. We will always be here to help you. Simon ----- Original Message ----- From: "Sena Munasinghe" <s.m...@ii...> To: <ebm...@li...> Sent: Thursday, November 27, 2003 6:57 PM Subject: Re: [ebmail-develop] How to validate data entered into the template > Dear Simon, > > Thanks for your reply. > I got down the documentation which provided me with necessary info. But when > I tried to compile the given sample files, the JAR files downloaded seems to > be incorrect or not in proper location in my directory. > > Also most of the expected files seems to be in ebMail/lib directory in > source code. > > I managed to extract class files into a directory & overcome most of the > compiling errors except for "phoenix.message.packaging" category. > > Kindly advice me on the proper place to download said jar files & where to > save them in directory hierarchy. I saved it to a directory & set the > classpath to that. But may be due to my OS Win2K Advance Svr, class path not > being set. > > Thanks again for your help. > > Regards > > Sena > > > ----- Original Message ----- > From: "Simon Lee" <ky...@ce...> > To: <ebm...@li...> > Sent: Tuesday, November 18, 2003 7:45 AM > Subject: Re: [ebmail-develop] How to validate data entered into the template > > > > Hi Sena, > > > > Answers are as follows. > > > > 1. I am not sure what your "template file" means. If you are saying the UI > > form that captures users input, we called that module as a "plugin" (which > > should be written in java). EbMail supports multiple plugins that handle > > different kinds of business documents. If you want to know more, there are > > some plugin development guides and source code of a sample plugin, which > all > > of them could be downloaded from http://www.freebxml.org. > > > > 2. As said, handling of business documents is by plugin. Therefore the > > checking of data should also be done inside the plugin code. > > > > If you have any problem, please feel free to ask. > > > > Simon Lee > > Technology Officer > > Center for E-Commerce Infrastructure Development (CECID) > > Department of Computer Science and Information Systems > > The University of Hong Kong > > URL: http://www.cecid.hku.hk > > Room 301, Chow Yei Ching Building > > Pokfulam Road, Hong Kong SAR, China > > > > > > ----- Original Message ----- > > From: "Sena Munasinghe" <s.m...@ii...> > > To: <ebm...@li...> > > Sent: Monday, November 17, 2003 2:54 PM > > Subject: [ebmail-develop] How to validate data entered into the template > > > > > > I am developing a mail client to upload/download Customs documentations > from > > a eGateway developed by Sri Lankan government agencies > > www.eserviceslanka.com . > > > > I do this for my dissertation. > > > > My objective is to define necessary document templates to be imported into > > ebMail client. Main document is what's called CUSDEC - customs declaration > > form. > > > > When I discussed my idea with eGateway people & my supervisor, they > > expressed that it would have a significant use if this could be achieved. > > > > I tried ebMail with fairly good results. I could not download mail yet but > I > > should be able to sort it out. But the main issue is how to validate > entered > > data (preferably within the template). > > > > I am basically a networking guy & not a Java programmer. I took this up as > a > > challenge. > > > > Kindly advise me on the following. > > 1. The location of the sample template files. So that I can play with > > them & understand the format > > 2. How to incorporate checking in to the mail client > > > > Thanks in advance for your help. > > > > Keep up the good work !!! > > > > Best Regards > > > > Sena Munasinghe > > Lecturer > > Informatics Institute of Technology > > Sri Lanka > > > > > > > > ------------------------------------------------------- > > This SF. Net email is sponsored by: GoToMyPC > > GoToMyPC is the fast, easy and secure way to access your computer from > > any Web browser or wireless device. Click here to Try it Free! > > https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl > > _______________________________________________ > > ebmail-develop mailing list > > ebm...@li... > > https://lists.sourceforge.net/lists/listinfo/ebmail-develop > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > ebmail-develop mailing list > ebm...@li... > https://lists.sourceforge.net/lists/listinfo/ebmail-develop |
|
From: Sena M. <s.m...@ii...> - 2003-11-27 11:01:17
|
Dear Simon, Thanks for your reply. I got down the documentation which provided me with necessary info. But when I tried to compile the given sample files, the JAR files downloaded seems to be incorrect or not in proper location in my directory. Also most of the expected files seems to be in ebMail/lib directory in source code. I managed to extract class files into a directory & overcome most of the compiling errors except for "phoenix.message.packaging" category. Kindly advice me on the proper place to download said jar files & where to save them in directory hierarchy. I saved it to a directory & set the classpath to that. But may be due to my OS Win2K Advance Svr, class path not being set. Thanks again for your help. Regards Sena ----- Original Message ----- From: "Simon Lee" <ky...@ce...> To: <ebm...@li...> Sent: Tuesday, November 18, 2003 7:45 AM Subject: Re: [ebmail-develop] How to validate data entered into the template > Hi Sena, > > Answers are as follows. > > 1. I am not sure what your "template file" means. If you are saying the UI > form that captures users input, we called that module as a "plugin" (which > should be written in java). EbMail supports multiple plugins that handle > different kinds of business documents. If you want to know more, there are > some plugin development guides and source code of a sample plugin, which all > of them could be downloaded from http://www.freebxml.org. > > 2. As said, handling of business documents is by plugin. Therefore the > checking of data should also be done inside the plugin code. > > If you have any problem, please feel free to ask. > > Simon Lee > Technology Officer > Center for E-Commerce Infrastructure Development (CECID) > Department of Computer Science and Information Systems > The University of Hong Kong > URL: http://www.cecid.hku.hk > Room 301, Chow Yei Ching Building > Pokfulam Road, Hong Kong SAR, China > > > ----- Original Message ----- > From: "Sena Munasinghe" <s.m...@ii...> > To: <ebm...@li...> > Sent: Monday, November 17, 2003 2:54 PM > Subject: [ebmail-develop] How to validate data entered into the template > > > I am developing a mail client to upload/download Customs documentations from > a eGateway developed by Sri Lankan government agencies > www.eserviceslanka.com . > > I do this for my dissertation. > > My objective is to define necessary document templates to be imported into > ebMail client. Main document is what's called CUSDEC - customs declaration > form. > > When I discussed my idea with eGateway people & my supervisor, they > expressed that it would have a significant use if this could be achieved. > > I tried ebMail with fairly good results. I could not download mail yet but I > should be able to sort it out. But the main issue is how to validate entered > data (preferably within the template). > > I am basically a networking guy & not a Java programmer. I took this up as a > challenge. > > Kindly advise me on the following. > 1. The location of the sample template files. So that I can play with > them & understand the format > 2. How to incorporate checking in to the mail client > > Thanks in advance for your help. > > Keep up the good work !!! > > Best Regards > > Sena Munasinghe > Lecturer > Informatics Institute of Technology > Sri Lanka > > > > ------------------------------------------------------- > This SF. Net email is sponsored by: GoToMyPC > GoToMyPC is the fast, easy and secure way to access your computer from > any Web browser or wireless device. Click here to Try it Free! > https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl > _______________________________________________ > ebmail-develop mailing list > ebm...@li... > https://lists.sourceforge.net/lists/listinfo/ebmail-develop |
|
From: Anthony K. <an...@al...> - 2003-11-18 02:47:09
|
Hi Sena, do you mean template of generated XML (as you see in "payload")? There is no XML templates in ebMail. before, I also thought it has. You could modify Java codes in sample plugin (which is a bit time consuming) to make your own XML structure and also modify the client interface - add input validation as you wish, and save/download the XML. hope that help. anthony Simon Lee wrote: > Hi Sena, > > Answers are as follows. > > 1. I am not sure what your "template file" means. If you are saying the UI > form that captures users input, we called that module as a "plugin" (which > should be written in java). EbMail supports multiple plugins that handle > different kinds of business documents. If you want to know more, there are > some plugin development guides and source code of a sample plugin, which all > of them could be downloaded from http://www.freebxml.org. > > 2. As said, handling of business documents is by plugin. Therefore the > checking of data should also be done inside the plugin code. > > If you have any problem, please feel free to ask. > > Simon Lee > Technology Officer > Center for E-Commerce Infrastructure Development (CECID) > Department of Computer Science and Information Systems > The University of Hong Kong > URL: http://www.cecid.hku.hk > Room 301, Chow Yei Ching Building > Pokfulam Road, Hong Kong SAR, China > > > ----- Original Message ----- > From: "Sena Munasinghe" <s.m...@ii...> > To: <ebm...@li...> > Sent: Monday, November 17, 2003 2:54 PM > Subject: [ebmail-develop] How to validate data entered into the template > > > I am developing a mail client to upload/download Customs documentations from > a eGateway developed by Sri Lankan government agencies > www.eserviceslanka.com . > > I do this for my dissertation. > > My objective is to define necessary document templates to be imported into > ebMail client. Main document is what's called CUSDEC - customs declaration > form. > > When I discussed my idea with eGateway people & my supervisor, they > expressed that it would have a significant use if this could be achieved. > > I tried ebMail with fairly good results. I could not download mail yet but I > should be able to sort it out. But the main issue is how to validate entered > data (preferably within the template). > > I am basically a networking guy & not a Java programmer. I took this up as a > challenge. > > Kindly advise me on the following. > 1. The location of the sample template files. So that I can play with > them & understand the format > 2. How to incorporate checking in to the mail client > > Thanks in advance for your help. > > Keep up the good work !!! > > Best Regards > > Sena Munasinghe > Lecturer > Informatics Institute of Technology > Sri Lanka > > > > ------------------------------------------------------- > This SF. Net email is sponsored by: GoToMyPC > GoToMyPC is the fast, easy and secure way to access your computer from > any Web browser or wireless device. Click here to Try it Free! > https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl > _______________________________________________ > ebmail-develop mailing list > ebm...@li... > https://lists.sourceforge.net/lists/listinfo/ebmail-develop |
|
From: Simon L. <ky...@ce...> - 2003-11-18 01:45:18
|
Hi Sena, Answers are as follows. 1. I am not sure what your "template file" means. If you are saying the UI form that captures users input, we called that module as a "plugin" (which should be written in java). EbMail supports multiple plugins that handle different kinds of business documents. If you want to know more, there are some plugin development guides and source code of a sample plugin, which all of them could be downloaded from http://www.freebxml.org. 2. As said, handling of business documents is by plugin. Therefore the checking of data should also be done inside the plugin code. If you have any problem, please feel free to ask. Simon Lee Technology Officer Center for E-Commerce Infrastructure Development (CECID) Department of Computer Science and Information Systems The University of Hong Kong URL: http://www.cecid.hku.hk Room 301, Chow Yei Ching Building Pokfulam Road, Hong Kong SAR, China ----- Original Message ----- From: "Sena Munasinghe" <s.m...@ii...> To: <ebm...@li...> Sent: Monday, November 17, 2003 2:54 PM Subject: [ebmail-develop] How to validate data entered into the template I am developing a mail client to upload/download Customs documentations from a eGateway developed by Sri Lankan government agencies www.eserviceslanka.com . I do this for my dissertation. My objective is to define necessary document templates to be imported into ebMail client. Main document is what's called CUSDEC - customs declaration form. When I discussed my idea with eGateway people & my supervisor, they expressed that it would have a significant use if this could be achieved. I tried ebMail with fairly good results. I could not download mail yet but I should be able to sort it out. But the main issue is how to validate entered data (preferably within the template). I am basically a networking guy & not a Java programmer. I took this up as a challenge. Kindly advise me on the following. 1. The location of the sample template files. So that I can play with them & understand the format 2. How to incorporate checking in to the mail client Thanks in advance for your help. Keep up the good work !!! Best Regards Sena Munasinghe Lecturer Informatics Institute of Technology Sri Lanka |
|
From: Sena M. <s.m...@ii...> - 2003-11-17 06:59:26
|
I am developing a mail client to upload/download Customs documentations = from a eGateway developed by Sri Lankan government agencies = www.eserviceslanka.com .=20 I do this for my dissertation. My objective is to define necessary document templates to be imported = into ebMail client. Main document is what's called CUSDEC - customs = declaration form.=20 When I discussed my idea with eGateway people & my supervisor, they = expressed that it would have a significant use if this could be = achieved. I tried ebMail with fairly good results. I could not download mail yet = but I should be able to sort it out. But the main issue is how to = validate entered data (preferably within the template). I am basically a networking guy & not a Java programmer. I took this up = as a challenge. Kindly advise me on the following. 1. The location of the sample template files. So that I can play = with them & understand the format 2. How to incorporate checking in to the mail client Thanks in advance for your help. Keep up the good work !!! Best Regards Sena Munasinghe Lecturer=20 Informatics Institute of Technology=20 Sri Lanka |
|
From: Ladislav U. <Lad...@we...> - 2003-09-04 16:57:29
|
Hello ebMail developers,
the new release of Webswell Connect includes ebMail.
Webswell Connect 1.1 Beta constitutes business integration framework
based on ebXML standards. It contains:
* EbXML Registry/Repository server and client. It uses ebxmlrr
implementation.
* EbXML Message Service Handler. This component is based on Hermes
Message Service Handler ebxmlms
* EbMail
Webswell Connect 1.1 Beta enables easy interactive installation and
configuration of all its parts. The installation package includes
pre-configured components (Tomcat, database, ebXML Registry and
Repository Server and Client,ebMail, Message Service Handler etc.), it
requires only java runtime environment installed.
Webswell Connect is temporarily available for Linux platform only.
You can download it at:
http://sourceforge.net/project/showfiles.php?group_id=79859&release_id=157081
Regards Ladislav
http://www.webswell.com
|
|
From: Simon L. <ky...@ce...> - 2003-05-30 02:39:17
|
ebmail source problemsHi Peter, My comments in blue. Regards, Simon ----- Original Message -----=20 From: Mayne, Peter=20 To: 'ebm...@li...'=20 Sent: Friday, May 30, 2003 9:58 AM Subject: [ebmail-develop] ebmail source problems I just imported the ebmail source into Eclipse.=20 The main problem is that = hk.hku.cecid.phoenix.ebmail.ui.MessageFolderPane won't compile:=20 The method getSelectedTreeNode is defined in an inherited type and an = enclosing scope MessageFolderPane.java = ebmail/src/hk/hku/cecid/phoenix/ebmail/ui line 766 which seems reasonable, because both MessageFolderSelectionDialog = (which CheckingFolderSelectionDialog extends) and MessageFolderPane = (which encloses CheckingFolderSelectionDialog) both define = getSelectedTreeNode(). -------------------------------------------------------------------------= ----- Since CheckingFolderSelectionDialog extends = MessageFolderSelectionDialog, this getSelectedTreeNode() function must = be handled by its super class, which is = MessageFolderSelectionDialog.getSelectedTreeNode(). We think that it is = clear enough, and we have used "ant" and "JDK1.4" to compile these codes = which no problem has occured. -------------------------------------------------------------------------= ----- Minor things:=20 - Lots (151) of "The import ... is never used" warnings.=20 -------------------------------------------------------------------------= ----- Oh yes.....but this may include tedious checking and we will try to = fix it soon. By the way, could you send us those "warnings" so that we = can have a faster way to check up the code? -------------------------------------------------------------------------= ----- - The CVS directories have been included in the source distribution.=20 -------------------------------------------------------------------------= ----- We will also fix it soon -------------------------------------------------------------------------= ----- Neither of these are problems as such, just minor annoyances.=20 What do you guys use to develop your code?=20 -------------------------------------------------------------------------= ----- Currently we are using apache ant and JDK 1.4 as our development = environment. -------------------------------------------------------------------------= ----- PJDM=20 --=20 Peter Mayne=20 Technology Consultant=20 Spherion Technology Solutions=20 Level 1, 243 Northbourne Avenue, Lyneham, ACT, 2602=20 T: 61 2 62689727 F: 61 2 62689777=20 The information contained in this email and any attachments to it: (a) may be confidential and if you are not the intended recipient, any = interference with,=20 use, disclosure or copying of this material is unauthorised and = prohibited; and (b) may contain personal information of the recipient and/or the sender = as defined=20 under the Privacy Act 1988 (Cth). Consent is hereby given by the = recipient(s) to=20 collect, hold and use such information and any personal information = contained in a=20 response to this email, for any reasonable purpose in the ordinary = course of=20 Spherion's=20 business, including forwarding this email internally or disclosing it to = a third party. All=20 personal information collected by Spherion will be handled in accordance = with=20 Spherion's Privacy Policy. If you have received this email in error, = please notify the=20 sender and delete it. (c) you agree not to employ or arrange employment for any candidate(s) = supplied in=20 this email and any attachments without first entering into a contractual = agreement with=20 Spherion. You further agree not to divulge any information contained in = this document=20 to any person(s) or entities without the express permission of Spherion. |
|
From: Simon L. <ky...@ce...> - 2003-05-26 03:43:11
|
Hi Peter,
Our comment in blue.
Best Regards,
Simon
----- Original Message -----=20
From: Patrick Yee=20
To: ebx...@li... ; Mayne, Peter ; =
ebm...@li...=20
Sent: Monday, May 26, 2003 11:02 AM
Subject: [ebmail-develop] Re: [ebxmlms-develop] ebMail comments
Peter,=20
I guess you have to send this mail to =
ebm...@li.... I have forwarded there. :-)
Regards, -Patrick
Mayne, Peter wrote:
I've just tried out ebMail built from source. Is anyone that you =
know of using it?=20
The instructions say that there are two directores "core" and =
"plugin". The source I downloaded had two directories "ebmail" and =
"poPlugin".
Substituting "ebmail" for "core", I built the ebmail jar with "ant =
compile" and "ant jar". That seemed to work, I could then run the =
application using "ant run".
Substituting "poPlugin" for "plugin", I then tried building the =
plugin. The instructions say to use "ant compile", but this didn't =
produce a plugin. I had to look at build.xml to figure out I have to do =
"ant build".
-------------------------------------------------------------------------=
---
Sorry for the misleading documentation and thanks for pointing these =
errors for us. We will fix the problem soon.
-------------------------------------------------------------------------=
---
When I send an email and look at the result on the mail server, =
there is only one attachment "Part 1.1" containing the SOAP envelope, =
with a reference to "cid:0". However, there is no other attachment =
containing the purchase order, which I assume is supposed to be there. =
(The "View Message Source" option shows the header and payload 1, but =
payload 1 obviously isn't being sent as an attachment.)
-------------------------------------------------------------------------=
---
I am not sure whether I get it correct. But as you see a reference =
to cid:0 has been added to the SOAP envelope, I guess the "PO" =
attachment data should be already there.
What is the way for you to see the message in the mail server? We =
use pine to look at the message, and look into the /var/mail/xxx file =
directly as well. There are 2 parts in the message, which are the SOAP =
envelope and the PO xml attachment. If you don't mind, could you use =
your ebmail to send a message to my mail address (ky...@ce...)?
-------------------------------------------------------------------------=
---
I couldn't figure out how to create another mail folder to move =
messages to.=20
-------------------------------------------------------------------------=
---
To create another folder, you could right click the "All Messages" =
node in the folder tree pane and select "Create Folder" and a new folder =
should be created. There are several ways to move messages into it, but =
the simplest one is to "drag and drop" the message into the destination =
folder.
-------------------------------------------------------------------------=
---
If there is a problem with the mail server and the message can't be =
sent, the newly created message vanishes and I have to start again. This =
is unacceptable.
-------------------------------------------------------------------------=
---
Actually we have planed to add this "retry" feature in our next =
version. Thanks for your comment!
-------------------------------------------------------------------------=
---
PJDM=20
--=20
Peter Mayne=20
Technology Consultant=20
Spherion Technology Solutions=20
Level 1, 243 Northbourne Avenue, Lyneham, ACT, 2602=20
T: 61 2 62689727 F: 61 2 62689777=20
The information contained in this email and any attachments to it:
(a) may be confidential and if you are not the intended recipient, any =
interference with,=20
use, disclosure or copying of this material is unauthorised and =
prohibited; and
(b) may contain personal information of the recipient and/or the sender =
as defined=20
under the Privacy Act 1988 (Cth). Consent is hereby given by the =
recipient(s) to=20
collect, hold and use such information and any personal information =
contained in a=20
response to this email, for any reasonable purpose in the ordinary =
course of=20
Spherion's=20
business, including forwarding this email internally or disclosing it to =
a third party. All=20
personal information collected by Spherion will be handled in accordance =
with=20
Spherion's Privacy Policy. If you have received this email in error, =
please notify the=20
sender and delete it.
(c) you agree not to employ or arrange employment for any candidate(s) =
supplied in=20
this email and any attachments without first entering into a contractual =
agreement with=20
Spherion. You further agree not to divulge any information contained in =
this document=20
to any person(s) or entities without the express permission of Spherion.
=20
------------------------------------------------------- This SF.net =
email is sponsored by: ObjectStore. If flattening out C++ or Java code =
to make your application fit in a relational database is painful, don't =
do it! Check out ObjectStore. Now part of Progress Software. =
http://www.objectstore.net/sourceforge =
_______________________________________________ ebmail-develop mailing =
list ebm...@li... =
https://lists.sourceforge.net/lists/listinfo/ebmail-develop
|
|
From: Patrick Y. <kc...@ce...> - 2003-05-26 03:10:31
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"> <title></title> </head> <body> Peter, <br> <br> I guess you have to send this mail to <a class="moz-txt-link-abbreviated" href="mailto:ebm...@li...">ebm...@li...</a>. I have forwarded there. :-)<br> <br> Regards, -Patrick<br> <br> <br> Mayne, Peter wrote:<br> <blockquote type="cite" cite="mid...@s-..."> <meta http-equiv="Content-Type" content="text/html; "> <meta name="Generator" content="MS Exchange Server version 5.5.2654.45"> <title>ebMail comments</title> <p><font size="2">I've just tried out ebMail built from source. Is anyone that you know of using it?</font> </p> <p><font size="2">The instructions say that there are two directores "core" and "plugin". The source I downloaded had two directories "ebmail" and "poPlugin".</font></p> <p><font size="2">Substituting "ebmail" for "core", I built the ebmail jar with "ant compile" and "ant jar". That seemed to work, I could then run the application using "ant run".</font></p> <p><font size="2">Substituting "poPlugin" for "plugin", I then tried building the plugin. The instructions say to use "ant compile", but this didn't produce a plugin. I had to look at build.xml to figure out I have to do "ant build".</font></p> <p><font size="2">When I send an email and look at the result on the mail server, there is only one attachment "Part 1.1" containing the SOAP envelope, with a reference to <a class="moz-txt-link-rfc2396E" href="cid:0">"cid:0"</a>. However, there is no other attachment containing the purchase order, which I assume is supposed to be there. (The "View Message Source" option shows the header and payload 1, but payload 1 obviously isn't being sent as an attachment.)</font></p> <p><font size="2">I couldn't figure out how to create another mail folder to move messages to.</font> </p> <p><font size="2">If there is a problem with the mail server and the message can't be sent, the newly created message vanishes and I have to start again. This is unacceptable.</font></p> <p><font size="2">PJDM</font> <br> <font size="2">-- </font> <br> <font size="2">Peter Mayne</font> <br> <font size="2">Technology Consultant</font> <br> <font size="2">Spherion Technology Solutions</font> <br> <font size="2">Level 1, 243 Northbourne Avenue, Lyneham, ACT, 2602</font> <br> <font size="2">T: 61 2 62689727 F: 61 2 62689777</font> </p> <font size="3" color="BLUE"> <pre>The information contained in this email and any attachments to it: (a) may be confidential and if you are not the intended recipient, any interference with, use, disclosure or copying of this material is unauthorised and prohibited; and (b) may contain personal information of the recipient and/or the sender as defined under the Privacy Act 1988 (Cth). Consent is hereby given by the recipient(s) to collect, hold and use such information and any personal information contained in a response to this email, for any reasonable purpose in the ordinary course of Spherion's business, including forwarding this email internally or disclosing it to a third party. All personal information collected by Spherion will be handled in accordance with Spherion's Privacy Policy. If you have received this email in error, please notify the sender and delete it. (c) you agree not to employ or arrange employment for any candidate(s) supplied in this email and any attachments without first entering into a contractual agreement with Spherion. You further agree not to divulge any information contained in this document to any person(s) or entities without the express permission of Spherion. </pre> </font> </blockquote> </body> </html> |