Any thoughts on an email app?  Or would I have to start from scratch using, 
say, the following Python library: 
http://docs.python.org/3.0/library/netdata.html

 

 
> Date: Tue, 24 Mar 2009 17:35:26 -0500
> Subject: Re: Web based email & sql admin for Pylons?
> From: kumar.mcmil...@gmail.com
> To: pylons-discuss@googlegroups.com
> 
> 
> On Tue, Mar 24, 2009 at 4:43 PM, Kevin Ar18 <kevina...@hotmail.com> wrote:
> > In fact, if there is something like this for any Python web framework,
> > please let me know. :)
> 
> The closest one I know of is FormAlchemy:
> http://docs.formalchemy.org/current/index.html
> 
> It provides an automatic admin screen geared towards Pylons apps:
> http://docs.formalchemy.org/current/ext/pylons.html#administration-interface
> 
> although I haven't used it myself.
> 
> >
> >
> > If you want the details, read this paragraph:
> > I would like to have some kind of app that allows me to manage a list of
> > contact in a database like fashion (where I can add new table columns and
> > add new data to people).  Yet, at the same time, I would like to integrate
> > this with other things over time.  For example, I would like to integrate
> > the database with a web based email system.  Instead of having one inbox,
> > I'd have one inbox per contact in my database. In that way I can look at the
> > contact and see only emails related to that contact.... or read several
> > emails together as an ongoing conversation. Or setup a notification if
> > someone never responds to the email, so I can try again.  And, of course,
> > over time, I may want to add more features....
> >
> > So, I figured I could use a Python web framework.  Then take a pre-built sql
> > admin app and a pre-built web based email system and build from there.
> >
> > Are there any such app already made using Python or am I going to have to
> > build a sql admin and a browser based email all from scratch :( ?
> >
> > Is there some other way that I can build what I need (with the option to
> > exptend it in Python as I need)?  like a CMS?
> >
> > Would it help if I explained the concept in more detail or if I asked this
> > in a different Python mailing list?
> >
> > ________________________________
> > Internet Explorer 8 – Now Available. Faster, safer, easier. Download FREE
> > now!
> > >
> >
> 
> > 

_________________________________________________________________
Internet Explorer 8 – Now Available. Faster, safer, easier.
http://clk.atdmt.com/MRT/go/141323790/direct/01/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to