bplist00_WebSubresources_WebMainResource #()*+,-./0489:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ #$(,-123789=AEIMQRVW[\`aefjklpqrstxy}~ _WebResourceResponse_WebResourceData^WebResourceURL_WebResourceMIMETypeObplist00 Y$archiverX$versionT$topX$objects_NSKeyedArchiver _WebResourceResponse !")*U$null R$2R$3R$4R$0V$classR$5R$1# WNS.base[NS.relative_?http://www.k-state.edu/InfoTech/e-mail/docs/templates/dtree.css#$%&X$classesZ$classname&'(UNSURLV%NSURLXNSObjectXtext/css#$+,,(]NSURLResponse$)2DILbdlr!,06=FOTW-eO/*--------------------------------------------------| | dTree 2.05 | www.destroydrop.com/javascript/tree/ | |---------------------------------------------------| | Copyright (c) 2002-2003 Geir Landr | |--------------------------------------------------*/ .dtree { white-space: nowrap; } .dtree img { border: 0px; vertical-align: middle; } .dtree a.node, .dtree a.nodeSel { white-space: nowrap; padding: 1px 2px 1px 2px; } .dtree .clip { overflow: hidden; } _?http://www.k-state.edu/InfoTech/e-mail/docs/templates/dtree.cssXtext/cssObplist00 Y$archiverX$versionT$topX$objects_NSKeyedArchiver _WebResourceResponse !")*U$null R$2R$3R$4R$0V$classR$5R$1.# WNS.base[NS.relative_>http://www.k-state.edu/InfoTech/e-mail/docs/templates/dtree.js#$%&X$classesZ$classname&'(UNSURLV%NSURLXNSObject_application/x-javascript#$+,,(]NSURLResponse$)2DILbdlr +/5<E`eh-vO./*--------------------------------------------------| | dTree 2.05 | www.destroydrop.com/javascript/tree/ | |---------------------------------------------------| | Copyright (c) 2002-2003 Geir Landr | | | | This script can be used freely as long as all | | copyright messages are intact. | | | | Updated: 17.04.2003 | |--------------------------------------------------*/ // Node object function Node(id, pid, name, url, title, target, icon, iconOpen, open) { this.id = id; this.pid = pid; this.name = name; this.url = url; this.title = title; this.target = target; this.icon = icon; this.iconOpen = iconOpen; this._io = open || false; this._is = false; this._ls = false; this._hc = false; this._ai = 0; this._p; }; // Tree object function dTree(objName) { this.config = { target : null, folderLinks : true, useSelection : true, useCookies : true, useLines : true, useIcons : true, useStatusText : false, closeSameLevel : false, inOrder : false } this.icon = { root : '/InfoTech/e-mail/docs/templates/img/spacing.gif', folder : '/InfoTech/e-mail/docs/templates/img/spacing.gif', folderOpen : '/InfoTech/e-mail/docs/templates/img/spacing.gif', node : '/InfoTech/e-mail/docs/templates/img/spacing.gif', empty : '/InfoTech/e-mail/docs/templates/img/spacing.gif', line : '/InfoTech/e-mail/docs/templates/img/spacing.gif', join : '/InfoTech/e-mail/docs/templates/img/spacing.gif', joinBottom : '/InfoTech/e-mail/docs/templates/img/spacing.gif', plus : '/InfoTech/e-mail/docs/templates/img/closed.gif', plusBottom : '/InfoTech/e-mail/docs/templates/img/closed.gif', minus : '/InfoTech/e-mail/docs/templates/img/open.gif', minusBottom : '/InfoTech/e-mail/docs/templates/img/open.gif', nlPlus : '/InfoTech/e-mail/docs/templates/img/spacing.gif', nlMinus : '/InfoTech/e-mail/docs/templates/img/spacing.gif' }; this.obj = objName; this.aNodes = []; this.aIndent = []; this.root = new Node(-1); this.selectedNode = null; this.selectedFound = false; this.completed = false; }; // Adds a new node to the node array dTree.prototype.add = function(id, pid, name, url, title, target, icon, iconOpen, open) { this.aNodes[this.aNodes.length] = new Node(id, pid, name, url, title, target, icon, iconOpen, open); }; // Open/close all nodes dTree.prototype.openAll = function() { this.oAll(true); }; dTree.prototype.closeAll = function() { this.oAll(false); }; // Outputs the tree to the page dTree.prototype.toString = function() { var str = '
\n'; if (document.getElementById) { if (this.config.useCookies) this.selectedNode = this.getSelected(); str += this.addNode(this.root); } else str += 'Your browser does not support the dynamic menu..'; str += '
'; if (!this.selectedFound) this.selectedNode = null; this.completed = true; return str; }; // Creates the tree structure dTree.prototype.addNode = function(pNode) { var str = ''; var n=0; if (this.config.inOrder) n = pNode._ai; for (n; n'; } if (node.url) { str += ''; str += node.name; if (node.url || ((!this.config.folderLinks || !node.url) && node._hc)) str += ''; str += ''; if (node._hc) { str += '
'; str += this.addNode(node); str += '
'; } this.aIndent.pop(); return str; }; // Adds the empty and line icons dTree.prototype.indent = function(node, nodeId) { var str = ''; if (this.root.id != node.pid) { for (var n=0; n'; (node._ls) ? this.aIndent.push(0) : this.aIndent.push(1); if (node._hc) { str += ''; } else str += ''; } return str; }; // Checks if a node has any children and if it is the last sibling dTree.prototype.setCS = function(node) { var lastId; for (var n=0; nhttp://www.k-state.edu/InfoTech/e-mail/docs/templates/dtree.js_application/x-javascript Obplist00 Y$archiverX$versionT$topX$objects_NSKeyedArchiver _WebResourceResponse !")*U$null R$2R$3R$4R$0V$classR$5R$1'# WNS.base[NS.relative_5http://www.k-state.edu/InfoTech/e-mail/docs/email.css#$%&X$classesZ$classname&'(UNSURLV%NSURLXNSObjectXtext/css#$+,,(]NSURLResponse$)2DILbdlr "&,3<EJM-[O'body { font-family: Arial, Helvetica, sans-serif; /*font-size: 85%;*/ } h1 { color: #663399; font-size: 180%; } h2 { color: #9B69CD; font-size: 160%; } h3 { color: #666666; font-size: 140%; } h4 { font-size: 120%; } h5 { font-size: 100%; } hr { color: #663399; } ul { list-style-type: square; } /*This style will place an image to the left of the screen & text.*/ .floatLeft { float: left; margin-top: 0px; margin-right: 30px; margin-bottom: 0px; margin-left: 0px; } /*This style will place an image to the right of the screen & text.*/ .floatRight { float: right; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 10px; } /*Use this style to force a page break on the printed page*/ .pageBreak { page-break-before: always; } .boldText { font-weight: bold; } /*Use this style for notes to bold and make red the word Note*/ .redBold { font-weight: bold; color: #FF0000; } .centerText { text-align: center; } .indent { margin-right: 25px; margin-left: 25px; } .italicText { font-style: italic; } .imageCenter { vertical-align: middle; } .floatRight2 { float: right; margin:0 30px 4px 4px; } #bottomNav { margin-left: 10em; margin-bottom: 1em; } #links a:link { font-size: 85%; } #links a:visited { font-size: 85%; } #links a:hover { font-size: 85%; } #links a:active { font-size: 85%; } #clients { border: thin solid #663399; } #clients th { background-color: #F4F4F4; border-bottom: thin solid #663399; } #client td { border: thin solid #663399; } .choosePlatform { color: #663399; font-weight: bold; }_5http://www.k-state.edu/InfoTech/e-mail/docs/email.cssObplist00 Y$archiverX$versionT$topX$objects_NSKeyedArchiver _WebResourceResponse !")*U$null R$2R$3R$4R$0V$classR$5R$1!# WNS.base[NS.relative_9http://www.k-state.edu/tools/browser_type/browser_type.js#$%&X$classesZ$classname&'(UNSURLV%NSURLXNSObject_application/x-javascript#$+,,(]NSURLResponse$)2DILbdlr &*07@[`c-qO!// Ultimate client-side JavaScript client sniff. // (C) Netscape Communications 1999. Permission granted to reuse and distribute. // Revised 20 April 98 to add is_nav5up and is_ie5up (see below). // Everything you always wanted to know about your JavaScript client // but were afraid to ask. Creates "is_" variables indicating: // (1) browser vendor: // is_nav, is_ie, is_opera // (2) browser version number: // is_major (integer indicating major version number: 2, 3, 4 ...) // is_minor (float indicating full version number: 2.02, 3.01, 4.04 ...) // (3) browser vendor AND major version number // is_nav2, is_nav3, is_nav4, is_nav4up, is_nav5, is_nav5up, is_ie3, is_ie4, is_ie4up // (4) JavaScript version number: // is_js (float indicating full JavaScript version number: 1, 1.1, 1.2 ...) // (5) OS platform and version: // is_win, is_win16, is_win32, is_win31, is_win95, is_winnt, is_win98 // is_os2 // is_mac, is_mac68k, is_macppc // is_unix // is_sun, is_sun4, is_sun5, is_suni86 // is_irix, is_irix5, is_irix6 // is_hpux, is_hpux9, is_hpux10 // is_aix, is_aix1, is_aix2, is_aix3, is_aix4 // is_linux, is_sco, is_unixware, is_mpras, is_reliant // is_dec, is_sinix, is_freebsd, is_bsd // is_vms // // See http://www.it97.de/JavaScript/JS_tutorial/bstat/navobj.html and // http://www.it97.de/JavaScript/JS_tutorial/bstat/Browseraol.html // for detailed lists of userAgent strings. // // Note: you don't want your Nav4 or IE4 code to "turn off" or // stop working when Nav5 and IE5 (or later) are released, so // in conditional code forks, use is_nav4up ("Nav4 or greater") // and is_ie4up ("IE4 or greater") instead of is_nav4 or is_ie4 // to check version in code which you want to work on future // versions. // convert all characters to lowercase to simplify testing var agt=navigator.userAgent.toLowerCase(); // *** BROWSER VERSION *** // Note: On IE5, these return 4, so use is.ie5up to detect IE5. var is_major = parseInt(navigator.appVersion); var is_minor = parseFloat(navigator.appVersion); var is_nav = ((agt.indexOf('mozilla')!=-1) && (agt.indexOf('spoofer')==-1) && (agt.indexOf('compatible') == -1) && (agt.indexOf('opera')==-1) && (agt.indexOf('webtv')==-1)); var is_nav2 = (is_nav && (is_major == 2)); var is_nav3 = (is_nav && (is_major == 3)); var is_nav4 = (is_nav && (is_major == 4)); var is_nav4up = (is_nav && (is_major >= 4)); var is_navonly = (is_nav && ((agt.indexOf(";nav") != -1) || (agt.indexOf("; nav") != -1)) ); var is_nav5 = (is_nav && (is_major == 5)); var is_nav5up = (is_nav && (is_major >= 5)); var is_ie = (agt.indexOf("msie") != -1); var is_ie3 = (is_ie && (is_major < 4)); var is_ie4 = (is_ie && (is_major == 4) && (agt.indexOf("msie 5.0")==-1) ); var is_ie4up = (is_ie && (is_major >= 4)); var is_ie5 = (is_ie && (is_major == 4) && (agt.indexOf("msie 5.0")!=-1) ); var is_ie5up = (is_ie && !is_ie3 && !is_ie4); var is_aol = (agt.indexOf("aol") != -1); var is_aol3 = (is_aol && is_ie3); var is_aol4 = (is_aol && is_ie4); var is_opera = (agt.indexOf("opera") != -1); var is_webtv = (agt.indexOf("webtv") != -1); // *** JAVASCRIPT VERSION CHECK *** // Useful to workaround Nav3 bug in which Nav3 // loads itacHome
itac
Enter either a:
  • Person's name (faculty, staff, or student)
  • Department name
  • Word to find on a web page

    More Search Options
  • Breadcrumbs

    E-Mail Help > WebMail > Webmail

    Left Navigation

    IT Help Desk
    313 Hale Library
    Manhattan KS 66506
    (785) 532-7722
    helpdesk@ksu.edu

    WebMail

    Getting Started

    Registering for Your eID

    Before using K-State e-mail, you will need to register for your K-State eID.  Your eID is part of your e-mail address.

    Obtaining an Internet Service Provider (ISP)

    If you want to access e-mail from home, you will first need to obtain an Internet Service Provider such as K-State's Telecommunications. There are also various other providers in the Manhattan area which provide dial-up, DSL and cable access. 

    Note: If you live in a campus residence hall and you need assistance setting up your internet connection, you should contact Residential Networking.

    Signing In

    1. In the address bar of your browser, type webmail.ksu.edu.
    2. In the K-State eID box, type your eID.

      Illustration of Sign In Box

    3. In the Password box, type your password.
    4. Click Sign in.

    Managing Your Passwords

    Changing Your eID Password

    A good password changed at regular intervals provides the best protection for your computing identity, files, and K-State resources. Students, faculty, and staff must change passwords for their eIDs twice a year on the eProfile page. These passwords must be changed each fall and spring semester, during an approximate six-week timeframe. eID passwords not changed by the end of a timeframe are reset the following day. See the eID Password FAQs for additional information. Follow the instructions below for changing your eID password:

    Do It Yourself
    1. Go to the eid.k-state.edu site.
    2. Type in your eID and current password and then click the Sign in button.
    3. On the eID profile page, click the password Change link.
    4. Type your new password in the boxes (twice, to verify it), and then click the Update button. You'll receive a message within seconds that your new password is ready to use.
    Contact the IT Help Desk
    • Telephone: Call (785) 532-7722 and provide information to authenticate your identity
    • Walk-in: Take your photo ID and visit the help desk at 313 Hale Library.

    Exploring the Mail Interface

    Illustration of WebMail Interface

    Options

    WebMail has a variety of options that you can change to suite your preferences.  For example, if you want to change how messages are displayed or what options are turned on, click Options and go through the variety of settings that are available in WebMail.  The following are the primary categories of options included in WebMail:

    • Your Information includes options for the following:
      • Personal Information allows you to create signature file(s) and designate where your sent mail is saved based upon your signature file.
      • Language allows you to select a default language.
      • Time Zone allows you to specify a time zone.
    • Mail Management includes options for the following:
      • New Mail allows you to set how often to check for new e-mail and if you want a notification each time a new message is received.
      • Filters allows you to creating filters which helps you in managing your e-mail.
      • Deleting and Moving Messages allows you to define what happens when you delete or move messages.
      • Sign In Tasks allows you to set tasks to run when you sign-in.
      • Maintenance Operations allows you to designate which maintenance operations you would like to run at sign in such as renaming your sent mail folder and the beginning of each month, designating how often to purge your trash, etc.
    • Mail Options includes options for the following:
      • Display Options allows you to set display options such as how many messages are displayed on a page,how they are sorted (ascending or descending), etc.
      • Message Composition allows you to define how you send e-mail and where draft messages are saved.
      • Address Books allows you to select which address book to use when adding or searching for addresses.

    Reading Messages

    Reading a Message

    1. If needed, click the Inbox Illustration of INBOX Button button.
    2. Click the From or the Subject link of the message you want to read.

      Illustration of From and Subject Links

    Handling Attachments Securely

    • Only open attachments when you know what they are. Never open an attachment you are not expecting or from someone that you do not know.
    • Delete any e-mail with an attachment you are not expecting.
    • Contact the sender to verify that they sent it, before opening ANY attachment.
    • Empty your trash folder after deleting any suspicious e-mail.

    Opening an Attachment

    Watch a Video

    Opening an Attachment

     

    1. Click the Download Illustration of Download Button button next to the attachment you want to open.
    2. Click Open.

      Note: The options given for opening the attachment may vary depending on your browser.
    3. Browse to the saving location and then click Save.
    4. Click Open.

    Saving an Attachment

    Watch a Video

    Saving an Attachment

     

    1. Click the Download Illustration of Download Button button.
    2. Click Save.
    3. Browse to the saving location and then click Save.
    4. Click Close when the download is complete.

    Displaying Full Header (Sender) Information

    Most SPAM has a forged "From" address. This means you will not be able to reply to it. Doing so will simply have it returned to your inbox as undeliverable. Viewing the full header information of a message shows the mail server relay path the mail has taken to reach your mailbox which helps in identifying e-mail problems and sources of SPAM.

    Displaying Full Header Information for Individual Messages

    1. Click the message you want to view the headers for.
    2. Click Message Source.

      Illustration of Message Source Link

    3. Close the message source window after viewing the header information.

    Composing Messages

    Watch a Video

    Composing a Message

     

    Composing a Message

    1. Click the Compose Illustration of Compose Button button.
    2. In the To, Cc, or Bcc box, type the recipient's e-mail address. Also see Using the Address Book.

      Notes:
      • If you have multiple recipients, separate each e-mail address with a comma.
      • Carbon copy is used for e-mailing secondary recipients.
      • Blind carbon copy (Bcc) is used for sending e-mail to a recipient without others knowing they received a copy of the message.

    3. In the Subject box, type a subject.
    4. In the Message box, type your message.

      Illustration of Message Composition Window

    5. If you want to add an attachment, signature file, or spell check your message, see Attaching a File, Spell Checking a Message, and Adding a Signature File.
    6. Click Send Message.

    Attaching a File

    Watch a Video

    Attaching a File

     

    1. Click the Attachments Illustration of Attachments Button button. This will take you to the attachments section at the bottom of the page.
    2. Click Browse.
    3. Browse to the file location, select the file and then click Open.

      Note: If the files you are going to attach are stored in the same location, you can simultaneously attach multiple files by using one of the following methods:

      To select all files in a folder, do the following:

      1. Click the first file in the list.
      2. Press and hold down the CTRL key and then press A.

      To select a group of consecutive files
      , do the following:

      1. Click the first file in the list.
      2. Press and hold down the SHIFT key and then click the last file in the list.

      To select a group of files anywhere within the folder, do the following:

      1. Press and hold down the CTRL key.
      2. Click each file you want to select.

    4. Click the Attach Illustration of Attach Button button.

    Spell Checking a Message

    1. Click the Spell Check Illustration of the Spell Check Button button.
    2. Make the appropriate changes.
    3. Click Done when spell check is complete.

    Adding Signatures

    When you send out e-mail you might want to utilize a different signature for subgoups of people. For example, you might want one signature for replies to co-workers, one for business replies, and one for personal replies. Different e-mail clients may use different terminology for this such as roles, profiles, signature sets, identities, etc. Mozilla uses Profiles. Each profile can have a completely different look--separate bookmarks, starting page, e-mail server, etc.

    Creating Your Default Signature

    Watch a Video

    Adding a Signature File

     

    1. Click the Options Illustration of the Options Button button.
    2. In the Your Information section, click Personal Information.
    3. Click Create and edit your signatures.
    4. Fill out the appropriate information and then click Create.

      Illustration of Signatures

      Notes:
      • By default, everyone will have a blank default signature already created for them.  If you want to use the default signature, do the following:

        1. In the Your signatures list, select Default Signature.
        2. Type your signature information into the appropriate boxes, select any other options you would like and and then click the Change button.

    Creating Additional Signatures/Profiles

    WebMail allows you to have multiple signatures and to select a sent mail folder for each signature. When you send out e-mail, you might want to utilize a different signature for subgoups of people. For example, you might want one signature for replies to co-workers, one for business replies, and a different one entirely for family e-mail. To use the different signatures you have created, do the following:

    Using Specific Signatures/Profiles

    1. In the Composition window, select the the signature you want to use from the Signature list.

      Illustration of Selecting a Signature

    Replying to a Message

    1. Click the From or Subject link of the message you want to reply to and then choose one of the following:

      • Click Reply to reply to the sender only.
      • Click Reply to All to reply to everyone who received the message.

    2. In the Message box, type your reply message.
    3. Click Send Message.

    Forwarding a Message

    1. Click the From or Subject link of the message you want to forward and then click Forward.
    2. In the To box, type the e-mail address of the recipient. Also see Addressing Messages and Using the Address Book.
    3. In the Message box, type a message if needed.
    4. Click Send Message.

    Saving a Draft Message

    • In the Compose window, click Save Draft.

      Note: Your message will be saved in the Drafts folder. If you don't already have a Drafts folder, one will be created for you.

    Sending a Draft Message

    Illustration of Open Folder List
    1. In the Open Folder list, select Drafts.
    2. Click the Subject link of the message you want to complete.

      Note: If you click the From link, you will have to click Resume before you can finish composing your message.

    3. Finish composing your message and then click Send Message.

      Note: WebMail doesn't delete draft messages from the draft folder once the message is sent. Therefore, after you send your draft message, you will need to delete the message from your draft folder.

    Using the Address Book

    Addressing Messages Using the Address Book

    1. In the Compose window, click the Address Book Illustration of Address Book Button button.
    2. Select the recipient and then click the To, Cc, or Bcc button to add them to the appropriate address list.

      Note: You can simultaneously select multiple recipients by doing one of the following:

      To select a group of consecutive contacts, do the following:

      1. Click the first contact in the list.
      2. Press and hold down the SHIFT key and then click the last contact in the list.

      To select contacts anywhere within the list, do the following:

      1. Press and hold down the CTRL key.
      2. Click each contact you want to select.

    3. Click OK.

    Adding Entries

    Adding Individual Addresses

    Watch a Video

    Adding Individual Addresses

     

    1. Click the Address Book Illustration of Address Book Button button.
    2. Click the Add Illustration of Add Button button.
    3. Type the contact information into the appropriate boxes.

      Illustration of Add New Contact

    4. Click Save.
    5. Continue adding any additional contacts.
    6. After you finish adding all your contacts, click the Browse button to display the contents of your address book.

    Adding Group Addresses (Mailing List)

    Watch a Video

    Adding Group Addresses

     

    1. Click the Address Book Illustration of Address Book button.
    2. Click the check box next to the addresses you want to add to the mailing list.
    3. On the Add to list, select New List.

      Illustration of Selecting a New List

    4. Click the Add to button.
    5. Type the name of your list and then click OK.

    Importing an Address Book

    Importing from an E-mail Client

    1. Click the Address Book Illustration of Address Book Button button.
    2. Click the Import/Export Illustration of Import/Export Button button.
    3. In the Select the format to import from list, select the e-mail client you want to import from.
    4. Next to the Select the file to import box, click Browse
    5. Browse to the file location, select the file and then click Open.
    6. Click Import.

      Note: If needed, map the imported fields to the available fields within WebMail.

    7. Click Import.

    Importing from a Text File

    1. Click the Address Book Illustration of Address Book Button button.
    2. Click the Import/Export Illustration of Import/Export Button button.
    3. On the Select the format to import from list, select the type of file you want to import.

      Note: Comma separated values and Tab separated values are text files that are the most commonly used by most e-mail clients.  Check which file types are supported by the programs you will be importing to.

      Illustration of Selecting an Import Format

    4. Next to the Select the file to import box, click Browse .
    5. Browse to the file location, select the file and then click Open.
    6. Click Import.

      Note: If needed, map the imported fields to the available fields within WebMail.

    7. Click Import.

    Exporting an Address Book

    1. Click the Address Book Illustration of the Address Book Button button.
    2. Click the Import/Export Illustration of Import/Export Button button.
    3. On the Select the export format list, select the format you want to export to.

      Note: Comma separated values and Tab separated values are text files that are the most commonly used by most e-mail clients.  Check which file types are supported by the programs you will be importing to.

      Illustration of Exporting an Address Book

    4. Click Export.
    5. Click Save.
    6. Browse to the saving location, keep the default filename or enter a new one, and then click Save.
    7. Close the download window.

    Deleting Messages

    Watch a Video

    Deleting Messages

     

    Deleting a Message

    1. Click the check box next to the message you want to delete.
    2. Click Delete.

    Deleting Multiple Messages

    1. Click the check box next to each message you want to delete.
    2. Click Delete.

      Illustration of Selecting Multiple Messages for Deletion

    Undeleting Messages

    1. On the Open Folder list, select Trash.

      Illustration of Selecting Trash Folder

    2. Click the check box next to the message you want to undelete.
    3. On the Messages to list, select the folder you want to move the selected messages to.

      Illustration of Selecting a Folder

    4. Click Move.

    Using Folders

    Creating Folders

    Watch a Video

    Creating Folders

     

    1. Click the Folders Illustration of Folders Button button.
    2. On the Choose Action list, select Create Folder.

      Illustration of Selectng Create Folder

    3. Type a name for your folder and then click OK.

    Deleting Folders

    1. Click the Folders Illustration of Folders Button button.
    2. Click the check box next to the folder you want to delete.
    3. On the Choose Action list, select Delete Folder(s).

      Illustration of Selecting Delete Folders


    4. Click Yes to confirm the deletion and then click OK.

    Renaming Folders

    1. Click the Folders Illustration of Folders Button button.
    2. Click the check box next to the folder you want to rename.
    3. On the Choose Action list, select Rename Folder.

      Illustration of Selecting Rename Folder

    4. Type the new name of the folder and then click OK.

    Subscribing to Folders

    If you have configured your e-mail client to use IMAP, folders are created and stored on the IMAP server. You can also create folders on your local machine if your client supports that feature. If you switch e-mail clients, your IMAP folders will still exist on the IMAP server, but you may not be able to view them.  In order to access those folders in your new e-mail client, you must subscribe to those folder(s).  For example, switching from the old WebMail to the new WebMail may require subscribing to your folders before you can view them.  To subscribe to your folders, do the following:

    1. Click the Folders Illustration of Folders Button button.
    2. Click Show Unsubscribed.

      Note: Any folders that are highlighted and in italics are folders that you aren't subscribed to. 

      Illustration of an Unsubscribed Folder

    3. Click the check box in front of the folder(s) you want to subscribe to.
    4. In the Choose Action list, select Subscribe to Folder(s). You should now be able to view the folder(s) and their contents.

    Filtering

    Creating message filters enables you to automatically organize your messages as they are received. Creating filters allow you to specify criteria and then perform an action based upon that criteria. This is very useful for tasks such as filtering out messages from a particular listserv or person, filtering spam, setting up automatic responses, and many other uses. For example, you can create a message filter that automatically moves incoming messages with a specific subject to a particular folder.

    Creating and Managing Filters

    Creating Filters Within Your Inbox

    1. Click the Options Illustration of Options Button button.
    2. In the Mail Management section, click Filters.
    3. Click Create and edit your filter rules.
    4. In the Rule Definition section, click the check box(s) next to the fields you want to filter on.
    5. In the Text box, type the information you want to filter on.
    6. Select the actions to be performed by the filter.

      Illustration of Rule Definition

    7. Click the Create.

    Enabling a Filter

    1. Click the Options Illustration of Options Button button.
    2. In the Mail Management section, click Filters.
    3. Click the check box next to the filter option you want to enable.

      Illustration of Filter Options

    Disabling a Filter

    1. Click the Options Illustration of Options Button button.
    2. In the Mail Management section, click Filters.
    3. Click the check box next to the filter option you want to disable.

    Editing a Filter

    1. Click the Options Illustration of Options Button button.
    2. In the Mail Management section, click Filters.
    3. Click Create and edit your filter rules.
    4. In the Filter Rules section, select the filter you want to edit.

      Illustration of Selecting Filter

    5. In the Rule Definition section, make the desired changes.
    6. Click Update when you are finished editing your filter.

    Changing the Order of Applied Filters

    Filters are applied in the listed order to each incoming message. Therefore, you may want to change the order of your filters in order to achieve the needed result.

    1. Click the Options Illustration of Options Button button.
    2. In the Mail Management section, click Filters.
    3. Click Create and edit your filter rules.
    4. Select the filter you want to move.

      Illustration of Selecting Filter

    5. Click Move Up or Move Down to change the order of the filter.

    Deleting a Filter

    1. Click the Options Illustration of Options Button button.
    2. In the Mail Management section, click Filters.
    3. Click Create and edit your filter rules.
    4. Select the filter you want to delete.

      Illustration of Selecting Filter

    5. Click Delete.

    Enabling the K-State Spam Filter

    K-State has implemented its own spam filter to help alleviate the amount of unsolicited bulk/commercial e-mail that everyone receives.  See the Spam Filtering documentation to learn how to use this service.  In addition, the K-State central e-mail servers have started using RBLs to cut down on spam coming to K-Staters. An RBL is a "Realtime Block List", or a list of e-mail providers known to send a lot of spam. E-mail arriving at the K-State e-mail servers will be checked against the block lists. Any mail coming from a provider on the list will be rejected, with a message to contact the RBL for additional information. See the RBL FAQ's to learn more about Realtime Block Lists at K-State.

    Performing Routine Maintenance Tasks

    Emptying Trash

    • Click the Empty Trash Illustration of Empty Trash Button button.

    WebMail Maintenance Operations

    There are several maintenance operations that can be configured to start when you login to WebMail such as:

    • Renaming your sent folder at the beginning of each month.
    • Deleting your old sent mail folder at the beginning of each month.
    • Designating the number of old sent mail folders to keep, if deleting monthly.
    • Purging old messages in the Trash folder.
    • Designating how often to purge the Trash folder.

    To configure your Maintenance Operations, do the following:

    1. Click the Options Illustration of the Options Button button.
    2. In the Mail Management section, click Maintenance Operations.
    3. Select the desired maintenance options and then click Save Options.

    Adding Security

    Keeping the E-mail Client Updated for Security Reasons

    • Keeping your web browser up-to-date with security releases will ensure that WebMail is secure.

    Your E-mail Client and Virus Protection

    K-State now passes all incoming and outgoing e-mail messages through a multi-server virus-filtering system.   Any e-mails which test positive for viruses are discarded in this process. This is done at the server level and requires no interaction from users.

    This filtering is in addition to the virus checking software that should be kept up-to-date on your computer.  See K-State's Antivirus website for virus protection tools as well as information on the latest breaking virus alerts.



    _@http://www.k-state.edu/InfoTech/e-mail/docs/webmail/webmail.htmlYtext/html#5 1CRhK/qz77]7x79b???Accceyyy{ '(9J[l}f*q ,=N_p +<M^o*;L]n):K\m~(9J[l}'8IZk|&7HYj{%6GXiz$5FWhy#4EVgx-تFXXX]&_&_m_~crsBsSwx]xxx}?Sd~(͹ e5F׍زYm߼Chy$%%#)h+N++/2Q226/n9ՂՓդߵQ+<9J[l.}%6{2Z226==T=eAG+GyGKMNNRZ\]]&]7a{klHlYljp{&{t{{ L,=7HYj¬lʸ N#oҀґuԾ#4EciJT