Opened 8 years ago
Closed 7 years ago
#1326839 closed Feature Requests (fixed)
Ability to save drafts
| Reported by: | jnthnjng | Owned by: | roundcube |
|---|---|---|---|
| Priority: | 5 | Milestone: | |
| Component: | User Interface | Version: | 0.1-rc1 |
| Severity: | critical | Keywords: | |
| Cc: |
Description
It'd be great to be able to save drafts of emails and resume them later
Change History (3)
comment:1 Changed 7 years ago by nobody
comment:2 Changed 7 years ago by anonymous
- Component changed from Core functionality to Interface improvements
- Severity set to critical
safe to draft is easy .. i did the same for Spam-button ..
you have to add the toolbaritem in
program/js/app.js .. eg:
if (this.task=='mail' && this.env.junk_mailbox && String(this.env.mailbox).toLowerCase()!=String(this.env.junkmailbox).toLowerCase())
this.move_messages(this.env.junk_mailbox);
break;
the more important thing is saving the data while timeout or else .. Squirrelmail solves this by storing encrypted cookies with message content .. better would be a javascript that writes every 10 seconds to Draft-Folder in Server .. or as encrypted Cookie
comment:3 Changed 7 years ago by richs
- Resolution changed from None to fixed
- Status changed from assigned to closed
Added in SVN as of June 16, 2006.
Note: See
TracTickets for help on using
tickets.
