How to delete a whole bunch of emails at one time

How do you delete a whole bunch of emails at one time or do you have to individually 'touch' each one in the editor and delete page by page

Frog34 wrote:
Maybe Apple will add a delete all or a way to select multiple ones in their next iteration1
You can select multiple e-mails for deletion in iOS, no need to wait for an update ... tap Edit, select the ones you want deleted, then tap Delete.
I can't see how a "delete all" function would be useful -- how often does one delete all messages in a folder?  If that did exist can you imagine the users who'd accidentally clear out their entire Inbox by mistake?

Similar Messages

  • How to delete all data in all tables in one time ?!

    1 CREATE OR REPLACE PROCEDURE delete_all_data
    2 IS
    3 v_statement VARCHAR2 (200);
    4 BEGIN
    5 FOR i IN (SELECT *
    6 FROM user_tables)
    7 LOOP
    8 v_statement :=
    9 'delete table ' || i.table_name ;
    10 EXECUTE IMMEDIATE v_statement;
    11 END LOOP;
    12 commit;
    13* END;
    SQL> /
    Procedure created.
    SQL> exec delete_all_data
    BEGIN delete_all_data; END;
    ERROR at line 1:
    ORA-00903: invalid table name
    ORA-06512: at "DE2.DELETE_ALL_DATA", line 10
    ORA-06512: at line 1
    I made the previous code , but it's didn't work with me .... any help for this problem please ?!
    I'm just reminder ..... all what I need ,that delete all data in all tables in one time only .
    I'm waiting for the answer ..... and thanks in advance

    create or replace
    FUNCTION TRUNC_SCHEMA RETURN NUMBER AS
    CURSOR select_table IS SELECT TABLE_NAME AS TNAME FROM USER_TABLES ORDER BY 1;
    sTableName Varchar2(128);
    sUser Varchar2(128);
    sConstraintName Varchar2(128);
    plsql_block Varchar2(512);
    BEGIN
    SELECT USER INTO sUser FROM DUAL;
    IF ((sUser='SYSTEM') OR (sUser='SYS')) THEN
    RETURN 1;
    END IF;
    EXECUTE IMMEDIATE 'PURGE RECYCLEBIN';
    -- DISABLE table's constraints
    FOR C1 IN (select CONSTRAINT_NAME, TABLE_NAME from user_constraints where STATUS = 'ENABLED' AND CONSTRAINT_TYPE in ('P','R') ORDER BY R_CONSTRAINT_NAME) LOOP
    sConstraintName := C1.CONSTRAINT_NAME;
    sTableName := C1.TABLE_NAME;
    plsql_block := 'ALTER TABLE ' || sTableName || ' DISABLE CONSTRAINT ' || sConstraintName;
    EXECUTE IMMEDIATE plsql_block ;
    END LOOP;
    FOR D IN select_table LOOP
    --get table name
    sTableName := D.TNAME;
    -- clear table
    plsql_block := 'TRUNCATE TABLE ' || sTableName;
    EXECUTE IMMEDIATE plsql_block ;
    END LOOP;
    -- ENABLE table's constraints
    FOR C2 IN (select CONSTRAINT_NAME, TABLE_NAME from user_constraints where STATUS = 'DISABLED' AND CONSTRAINT_TYPE in ('P','R') ORDER BY R_CONSTRAINT_NAME desc) LOOP
    sConstraintName := C2.CONSTRAINT_NAME;
    sTableName := C2.TABLE_NAME;
    plsql_block := 'ALTER TABLE ' || sTableName || ' ENABLE CONSTRAINT ' || sConstraintName;
    EXECUTE IMMEDIATE plsql_block ;
    END LOOP;
    RETURN 0;
    EXCEPTION WHEN OTHERS THEN
    DBMS_OUTPUT.PUT_LINE('ERROR: ' || SQLERRM);
    RETURN 1;
    END TRUNC_SCHEMA;
    /

  • How to delete the complete status of the tasklist one time?

    When finished the planning cycle, all task lists which have been marked as completed must be reset to incomplete. Is there any way to do that in one time? I did that job by hand now which took me so much time.
    thanks in advance.

    Hi,
    You do this through deleting some records from backend tables. Absolutely harmless if you know what you are doing. Check out below post:
    Re: Hyperion Planning  : how to untick all steps in task list at once
    Remember Recycling the planning service after the change.
    Cheers,
    Alp

  • How do I remove over 2,000 emails at one time from iPhone

    When I upgraded my iPhone to 8.1 it downloaded all of my 2,200 past deleted emails from my Time Warner Cable account. I have deleted all of these from my TWC account. Now I need to erase them from my iPhone. All at one time. Instead of 4 at a time.

    Sorry there is no feature to removed/delete all emails on the iphone.  As you have found out you will need to select each emails to delete.
    if you had a IMAP account, when you deleted the emails from your browser it would also delete it off your iphone.

  • How to Delete an iCloud Account's Email (Not the Whole Account, Just the Email)

    Hello,
    A couple of years ago, before iCloud was iCloud and was actually MobileMe, I created my own email on it (an @me.com email) and have had it ever since. Even after it became iCloud, i've kept my @me.com email address and have it to this day. I've used it ever since I created it; however, I absolutely hate using it now, and I really want to just get rid of it. I constantly receive spam messages on it, and I have found Gmail to be a much better email service compared to iCloud. I have been trying to figure out how to delete the email itself and not the whole iCloud account; however, I find it very surprising that I haven't been able to find much information about this at all. I know how to delete the whole iCloud account, but all I want to delete is the email. Is there any possible way to do this? Or is my only solution to delete the whole iCloud account? If I deleted the whole iCloud account, would it affect my Apple ID in any way? If I deleted my iCloud account and it does not affect my Apple ID, then would it be possible for me to delete my iCloud account and create a new one without the email?
    Currently, I only have an iPod Touch 4th Generation running iOS 5.1.1 (I know. It seems very outdated nowadays. ). I also have a Windows 7 computer that I use to access icloud.com, but I don't have the iCloud program actually installed to it.
    Thanks in advance and please help!

    Sorry, but I believe there is no way to properly answer your question.Please start a live chat with Apple for assistance as i believe so their the only ones with the power as so, your email is used for recovery, purchase, and more!If it so changed, you'd need to restart your device, also, your best bet is to just to contact apple also.Didn't help?Sorry!Theres really no way...

  • How do i delete  multiple emails at one time from iphone Mail account with iphone 4s?

    how do i delete  multiple emails at one time from iphone Mail account with iphone 4s?

    Better than that!
    http://www.youtube.com/watch?v=fKa-KFjUIGE
    Select a message, hold the move button, deselect the message while still holding the move button.
    A new window appears allowing you to move all messages to the trash.
    Bingo!

  • How to delete a whole line in cmd prompt in Linux

    Hi all,
    How to delete a whole line in cmd prompt in Linux using short key?
    ex: [oracle@host1 ~]$ cd /u01/app/oracle/product/11.2.0/dbhome_1/
    Thanks

    yes ctrl+ak or ctrl+eu both are better. if you look from that perspective, go end and delete will be the same job too. (ctrl+eu) (but for me in such a command line, for example cding in to the directories ,the cursor will be at the end of the line %99 of the time :) )
    about ctrl-t,
    Drag the character before the cursor forward over the character at the cursor, moving the cursor forward as well. If the insertion point is at the end of the line, then this transposes the last two characters of the line.
    for ex:
    misspelled command date -> daet -> ctrl+t -> date
    or
    misspelled command $APPPL_TO -> place the cursor on third P press ctrl+t repeateadly till the P will come to the end -> APPL_TOP

  • How to delete a whole cd?

    How to delete a whole cd....I've done this forever and the other day I put on a cd and decided to delete it. Just the ONE cd. it was a Beatles cd and it deleted every single Beatles cd I have! I freaked! I got them all back now,  but am afraid to add Cds now and delete.
    Thank you!
    I have windows 7

    rexlibris wrote:
    You must be viewing the tracks in MUSIC and not from a playlist. You can edit things like album and title but you can't delete anything while viewing a playlist
    Select it in the playlist and press Delete to remove it from the playlist.
    You can Shift Delete to remove it from a playlist & also the library.

  • How do I delete hundreds of unwanted emails at one time

    How do I delete hundreds of emails at one time with out doing it undividually

    If its a POP account, it most likely cannot be changed... Its just the service you signed up for.  I suggest deleting on your computer, and then on your iPhone, remove the email address.  Then re-add the email and it should only load whats currently on the POP server.

  • How do I delete 9,500 email at one time?

    How do  delete 9,500 emails at one time on IPad

    How to Mass Delete Emails from iPhone and iPad Inbox (with video)
    http://suiteminute.com/how-to-mass-delete-emails-from-iphone-and-ipad-inbox/
    How to delete ALL mail messages from iPhone/iPad in one step
    http://www.conferencesthatwork.com/index.php/technology/2014/01/how-to-delete-al l-mail-messages-from-iphoneipad-in-one-step/
     Cheers, Tom

  • How to delete all duplicate songs in Itunes in one step?

    How to delete all duplicate songs in Itunes in one step?

    Apple's official advice on duplicates is here: Find and remove duplicate items in your iTunes library. It is a manual process and the article fails to explain some of the potential pitfalls such as lost ratings and playlist membership, or that sometimes the same file can be represented by multiple entries in the library and that deleting one and recycling the file will break the other.
    Use Shift > View > Show Exact Duplicate Items to display duplicates as this is normally a more useful selection. You need to manually select all but one of each group to remove. Sorting the list by Date Added may make it easier to select the appropriate tracks, however this works best when performed immediately after the dupes have been created.  If you have multiple entries in iTunes connected to the same file on the hard drive then don't send to the recycle bin.
    Use my DeDuper script if you're not sure, don't want to do it by hand, or want to preserve ratings, play counts and playlist membership. See this thread for background, this post for detailed instructions, and please take note of the warning to backup your library before deduping.
    (If you don't see the menu bar press ALT to show it temporarily or CTRL+B to keep it displayed.)
    The most recent version of the script can tidy dead links as long as there is at least one live duplicate to merge stats and playlist membership to and should cope sensibly when the same file has been added via multiple paths.
    tt2

  • How do you select an amount of songs at one time

    How do you select an amount of songs at one time because i need to change my Mp3 tags ( the bands name soo its all the same) =]Help?
      Windows XP  

    in order for this to work all the songs you want to change have to be right next to eachother in a list, one after the other.
    Select the first song you want to change. (it will be hilighted in blue)
    Hold down the shift key
    without letting up the shift key click the last song you wish to change. (any songs betwwen these to songs are now blue also)
    right click the blue patch of screen and click "get info"
    edit the feilds you wish to change, and click ok.
    superfreak9184me

  • HT204266 How do I purchase a number of apps at one time with just one credit card transaction?  I am traveling and I pay an overseas conversion fee each time I use my credit card.

    How do I purchase a number of apps at one time through iTunes using just one credit card transaction.  So far it seems that each app purchase is a separate transaction.  Is there a shopping cart facility?  I can't find one if there is. I'm traveling so each credit card transaction is quite costly.
    Thanks!
    Ruth

    I wish this were true.
    It is true.
    You will be billed for iTunes purchase exactly the same as if you are at home. The CC company will not add any fees.
    When purchasing through iTunes, it is NOT an overseas transaction. The transaction will simply show up as a regular transaction in your iTunes store. You will be charged/billed according to your address in iTunes, not where you physically are located.
    When you make a purchase in a shop, the retailer ID/location is sent with the transaction allowing the CC company to figure the exchange rates and bill the correct amount.

  • If I want to purchase PhotoShop CS6 for my company, how many computers can install this copyright or only one time of installation?

    If I want to purchase PhotoShop CS6 for my company, how many computers can install this copyright or only one time of installation?

    YOu can install and activate on 2 computers for non-concurrent use.
    Mylenium

  • How many character my iphone 4S can send at one time

    How many characters my iphone 4s can send at one time?

    A lot.  I'm not aware of any upper limit in an iMessage.
    For text messages, that would be a function of the carrier, I would think.
    And if you did send a message that was longer than the maximum amount ofr a single message, it would simply break up into two smaller messages.

Maybe you are looking for