由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - e-mail 问题, 请高手指点; 同时找合作者
相关主题
如何在web browser里存一些东西,又不发送到server上编程语言大统
各种语言程序猿被鄙视级别排序 (转载)请推荐一本JavaScript 入门书
各个编程语言平均工资(ZT)关于python GUI开发
大家选选自己最喜欢的语言google 真的很强大!?
网站前端都是用javascript和html写的吗 ?現在公司喜欢会用flash,actionscript做图的人。
C++ class library谈一下王垠当年制造出的一个大麻烦
如何知道Youtube播放的一个clip放完了?dart对于js来说
make money by programing也说语言
相关话题的讨论汇总
话题: server话题: plugin话题: client话题: browser话题: webmail
进入Programming版参与讨论
1 (共1页)
s******l
发帖数: 11
1
我有个项目, 已请了2 个研究生, 太慢了。
请高手指点一下一个问题,
Server: php scripts (running squirrelmail package)
| |
| = = = = Plugin/ Add-on module
| |
Client: Webmail Reader (a web browser)
?? What is the best language (.net, C++, Java ?) to use for the Plug-in ?
After a Webmail client logon to the Server, the Plug-in takes over.
It reads a file from the Server, re-organizes the mail folders, etc.
and displays the mail content in the Client’s browser.
这个项目很大。 我希望找一些志同道合者 共同合力。
详情请联络 my9nine at yahoo.com。
俺不说大话, 这项目 (patented)潜量很大。合作者以k 计算。
开始以视频, 电话联系。 以后以见面谈判为主。东西岸都可以。
Server可以了, it is available for test.
不知有高手可以写个plugin 的 framework 吗 ?报酬丰厚。
s***o
发帖数: 2191
2
There is no "best" language for the plug-in,
Silverlight / C#
Flash / ActionScript
JavaFX / Java
Pure Web / JavaScript Frameworks/Libraries
...
are all valid choices that can satisfy your requirements. Also, the "plug-in
" sounds more like a "conceptual module". Depending on how "rich" you want
the UI is, it's possible just to put this module on the server side and use
any language you prefer.
just my 2 cents.
s******l
发帖数: 11
3
非常感谢您给的信息。

in
use

【在 s***o 的大作中提到】
: There is no "best" language for the plug-in,
: Silverlight / C#
: Flash / ActionScript
: JavaFX / Java
: Pure Web / JavaScript Frameworks/Libraries
: ...
: are all valid choices that can satisfy your requirements. Also, the "plug-in
: " sounds more like a "conceptual module". Depending on how "rich" you want
: the UI is, it's possible just to put this module on the server side and use
: any language you prefer.

l*******G
发帖数: 1191
4
are u going to place the plugin on the mail server end (like plugin for
squirrelmail) or on the webmail client end (like plugin in firefox) ?
s******l
发帖数: 11
5
I would like to place the plugin on the client side,
similar to the plugin for the Firefox.
I am looking for partners who could help to develop this
product, excellent pay and compensation. Further detail
would be provided in the e-mail, my9nine (at) yahoo.com.
Your advice would be appreciated.
Thanks.

【在 l*******G 的大作中提到】
: are u going to place the plugin on the mail server end (like plugin for
: squirrelmail) or on the webmail client end (like plugin in firefox) ?

l*******G
发帖数: 1191
6
plugins for browser are usually targeting a certain browser, hence it is
relatively hard to make it suitable for all browser. i.e. most firefox
plugins do not work for chromin or IE.
If you are talking about a plugin for a normal email client such as
evolution or kmail, then same problem applies.
If you are sure that you will run squirrelmail on server, then the user's
browser can only see what's in squirrelmail page, in that case the plugin
must be reading info that squirrelmail can provide. Or are you trying to
implement a kind new webmail capability except that the webmail functions
are going to be in browser rather than being provided by php etc dynamic
pages on server? In that case, I guess ajax is good. The jnlp http://en.wikipedia.org/wiki/Java_Web_Start approach could also work well.
Securitywise, placing user's data on server is better than on browser side,
as there is only one server (easier to control) yet there are many browsers/
client computers/devices a user may use.
I may be able to help, however I have to see if I have time. Pls send to
cskxbb at gmail.com.
s******l
发帖数: 11
7
Many thanks for your valuable opinions.
I had sent you a mail last night. Hopefully, the gmail
will not treat it as a spam. It had happened to my friend yesterday.
谢谢. 捧送包子一个

【在 l*******G 的大作中提到】
: plugins for browser are usually targeting a certain browser, hence it is
: relatively hard to make it suitable for all browser. i.e. most firefox
: plugins do not work for chromin or IE.
: If you are talking about a plugin for a normal email client such as
: evolution or kmail, then same problem applies.
: If you are sure that you will run squirrelmail on server, then the user's
: browser can only see what's in squirrelmail page, in that case the plugin
: must be reading info that squirrelmail can provide. Or are you trying to
: implement a kind new webmail capability except that the webmail functions
: are going to be in browser rather than being provided by php etc dynamic

1 (共1页)
进入Programming版参与讨论
相关主题
也说语言网站前端都是用javascript和html写的吗 ?
程序员之死C++ class library
IT企业最sb的文化就是nerf guns (转载)如何知道Youtube播放的一个clip放完了?
[合集] 有谁用computer organization and design上过system architectumake money by programing
如何在web browser里存一些东西,又不发送到server上编程语言大统
各种语言程序猿被鄙视级别排序 (转载)请推荐一本JavaScript 入门书
各个编程语言平均工资(ZT)关于python GUI开发
大家选选自己最喜欢的语言google 真的很强大!?
相关话题的讨论汇总
话题: server话题: plugin话题: client话题: browser话题: webmail