I'm hoping for a model that splits emails into several different tables, e.g.
a table of senders, a table of recipients, the sent time, the text body, a
table of attachments and possibly some other tables. If these are indexed I
can create some forms and views that query the model to say show all emails
that have an attachment and was sent between two dates that had multiple
recipients.

Hopefully this would help me manage my emails so I can actually find old
ones quickly :-)

Regards,

Joe

On 9/10/07, Anton P. Linevich <[EMAIL PROTECTED]> wrote:
>
>
> Greeting, Joe!  Mon, Sep 10, 2007 at 02:24:11PM +0100, polonium210 wrote:
>
> > I would like to create a model for email so that I can write an
> application
> > to collect all my emails and then I'll be able to search through them
> and
> > actually find old relevant emails.
> > Does this model exist anywhere or even better does this application
> exist?
>
> How do you plan find old relevant emails?
> There is model User in django, which can be usefull for you.
>
> --
> Anton P. Linevich
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to