Ticket #32 (closed task: fixed)

Opened 6 months ago

Last modified 6 months ago

[webmail] ability to sort emails

Reported by: tonio Owned by: an
Priority: major Milestone: 0.8
Component: plugins Keywords:
Cc:

Description

In the emails listing, we need the possibility to sort emails (on date/sender/etc.) by clicking on columns.

The IMAP protocol provides a way to filter searchs.

Change History

comment:1 Changed 6 months ago by tonio

Almost done in [87a0409582f7].

The problem is that we lost the search criterion when location.hash is modified. We need to implement a kind of URL object to wrap all accesses to location.hash... For example, it would be nice to have something like :

hash.baseurl("somewhere")

hash.add_argument("arg", "value")
hash.mod_argument("arg", "newvalue")
hash.del_argument("arg")

comment:2 Changed 6 months ago by tonio

  • Status changed from new to closed
  • Resolution set to fixed

First good version in [60c2b603294e]. It needs some testing now...

Note: See TracTickets for help on using tickets.