draft

Best practices for autosaving drafts?

What is the best strategy for applications that autosave an email before it is sent or save a blog post before it's finished or officially saved? Would it be best to use a separate table in the database for temporary drafts or to have a status column that marks a post as draft or published? I'm not looking for code, just methods, but any...

Auto Save Email as Draft like gmail feature Using Asp.Net MVC jQuery

Hi I have written code for sending email in that i have included Save as Draft like in gmail feature. But now i tried simply saving when the Save as Draft button clicked. But i need Once "Save as Draft" button clicked still user need to change the body of email content means it will automatically save the remaining boby of the content u...

Save email as draft in php

Hello, The past few days I've been trying to find out how I can save emails as drafts using php. I've created an emailaddress that uses imap (and resides on the same server). What I would like to do is to use php to create an email and store it in the drafts folder. These emails would then be recognized by the email client (ms office o...

Creating a draft version of the page before publishing in Drupal 6?

I've been looking for a good way to handle revisions in Drupal, but I am yet to succeed. For some reason there is no built in way to save a draft (that I've found so far), and the modules I've tried so far do not seem to fully work. First I tried save_as_draft, which seemed to do almost what I wanted, and if I'm not mistaken, also handle...

JSF how to temporary disable validators to save draft

I have a pretty complex form with lots of inputs and validators. For the user it takes pretty long time (even over an hour) to complete that, so they would like to be able to save the draft data, even if it violates rules like mandatory fields being not typed in. I believe this problem is common to many web applications, but can't find...

SugarCRM: Create DRAFT Email via SOAP

Hello, Is it possible to create DRAFT emails via SOAP? I've got this custom button which generates an invoice number upon clicking (via AJAX) and updates the Lead screen with the number. Behind the scenes a PDF file bearing the same invoice number is generated and attached to the Lead as a NOTE (with the PDF as note attachment). Howeve...