Contents. Management. Client. Choosing One 1/20/17

Size: px
Start display at page:

Download "Contents. Management. Client. Choosing One 1/20/17"

Transcription

1 Contents Management CSCU9B2 clients choosing and using message header and content ing to lists of people In and out message management Mime attachments and HTML SMTP, HTTP, POP, IMAP Web mail Spam: why is so c**p? CSCU9B2 1 CSCU9B2 2 Client The software that receives, displays, and allows the creation and sending of s What you use on your computer to read & write Lists messages, usually has an address book for contacts, should offer folders for organising s etc. Some security support such as spam and scam detection (possibly) CSCU9B2 3 Choosing One Open Source Eudora - Thunderbird - Proprietary MS Outlook (probably most used) Apple Mail.app (which I use) There s lots of others CSCU9B2 4 1

2 MIME Protocol Why is it needed? The original mail system supported only ASCII text. For the history of see MIME = Multipurpose Internet Mail Extension MIME allows: Attachments to messages Not just ASCII characters Alternative character sets Multi-part messages Tells the client how to handle the message content What character sets to use How to handle files such as media and application files CSCU9B2 5 HTML Content Early clients displayed text and nothing more MIME allows attachments and other character sets Very important now! HTML enabled clients allow HTML to be used to design the display of an message s content Text that is obviously a URL is made into a link addresses link to compose a message CSCU9B2 6 Writing HTML Content Not everyone has a HTML enabled client, and some people turn it off, so you can t be sure a HTML message will be readable E.g. some webmail clients like SquirrelMail Also: some people simply turn HTML off Because they prefer simple textual Because a great deal of the non-textual is advertising Or just rubbish header Headers body The message part of an is its body messages also have a header, which contains information about the message, the sender and the recipient Made up of Key:Value pairs CSCU9B2 7 CSCU9B2 8 2

3 Header From: address of sender Date: date message was sent Message-ID: automatically generated ID In-Reply-To: ID of message being replied to To: addresses Subject: Subject of message Cc, Bcc: other recipient addresses Content-Type: Usually a MIME type Reply-To: address to send replies to Routing Info The header also tells you the route an took between the sender and recipient Received: server name and IP address, mail server name A message can have multiple received: lines Read from bottom up to go from origin to destination CSCU9B2 9 CSCU9B2 10 Example Received: from lek.cs.stir.ac.uk by yen.cs.stir.ac.uk (8.14.5) id qb3dsh9m019419; Mon, 3 Dec :28:17 GMT Received: from mail-pb0-f45.google.com by lek.cs.stir.ac.uk (8.14.5) with ESMTP id qb3dsfrb003986; Mon, 3 Dec :28:16 GMT Received: by mail-pb0-f45.google.com with SMTP id mc8so pbc.32 for <kms@cs.stir.ac.uk>; Mon, 03 Dec :28: (PST) MIME-Version: 1.0 Received: by with SMTP id yg4mr pbc ; Mon, 03 Dec :27: (PST) Received: by with HTTP; Mon, 3 Dec :27: (PST) Date: Mon, 3 Dec :27: Message-ID: <CAB4axPcAFcRK1xxFqYb7RUS933VCjUQ2xPLaNzwcwbAV+rG_=A@m ail.gmail.com> Subject: Example Header From: Kevin Swingler <kevswingler@googl .com> To: Kevin Swingler <kms@cs.stir.ac.uk> CSCU9B2 11 Faking/forging the Header You can put what you want in most of the header, You can pretend to be sending an from somebody else, for example You can add fake Received: lines too, but only at the bottom of the header real ones are added by other servers once it has been sent Unfortunately this is very easy to do. is extremely insecure in all sorts of ways You cannot trust any of the header fields. CSCU9B2 12 3

4 Mail Architecture Mail Servers Outgoing Server SMTP Internet SMTP Client Person A Client SMTP Person B POP3 Inbound Server User Mail Boxes IMAP CSCU9B2 13 To send and receive , you need access to two mail servers: Incoming Outgoing The outgoing mail server will be an SMTP server Simple Mail Transfer Protocol This handles moving from the sender to a mailbox for the recipient on the recipient s incoming mail server CSCU9B2 14 Incoming Mail Server SMTP gets the mail from the sender to the recipient s inbound mail server There are a few options for getting the message from the inbound server to the mail client Main two are: POP3: Post Office Protocol IMAP: Internet Message Access Protocol Post Office Protocol POP3 Used back when internet connections involved dialling in to a server Allowed you to download all messages onto the client Generally deleted them from the server Allows offline working on s Problem if you have more than one client CSCU9B2 15 CSCU9B2 16 4

5 IMAP Internet Message Access Protocol Mail client interacts directly with the server Messages stay on the server Headers downloaded before messages Messages can be deleted without ever downloading them (if the header suggests it) Messages can be cached locally to allow offline working, but cache is synchronised with server CSCU9B2 17 Web Mail Hotmail, Googl (gmail), etc. are examples of web mail services You interact with your mail through a website Really a portal Advantages are that you can gain access from any computer you don t need an client set up to read it Disadvantages are that it can be slower and less flexible than a good client And you cant read old s when you re off-line Note you can read some Web mail using an IMAP client, e.g. Google CSCU9B2 18 Spam Unwanted , either trying to sell you something or con you or Takes advantage of being free being insecure Illegal in many countries, including the UK Ha bloody ha! I get between 10 and 100 spam s daily! Spam Law, UK The Privacy and Electronic Communications Regulations 2003 It is illegal to send marketing to individuals unless: you have their express consent you have a clear customer relationship But the law isn t working. Is that a surprise? CSCU9B2 19 CSCU9B2 20 5

6 Spam Law, UK If you do send such messages, they must: Reveal the identity of the sender Give a valid address for opt-out requests Opt-out preferences must be respected You can also send messages if It is part of a sale negotiation It relates to similar products or services An opt-out option was given and not taken Spam Protection Spammers get addresses from a variety of sources, including web pages If yours is on a web page, protect it to make automated harvesting impossible: Put it in an image, rather than using text Spell it: lss(at sign)cs dot stir dot ac dot uk CSCU9B2 21 CSCU9B2 22 Un-Subscribing A legitimate business must let you opt-out of receiving Should be by sending a short message ( op-out, for example) to a specified address Illegal spammers might treat this as proof that your address is live and sell it to others, so think before you opt-out Spam Filter Most spam filters need to be trained They learn what your genuine looks like and how it differs from spam Take a little time to train yours by flagging spam messages as such Most clients have a facility for this But spammers are very clever: don t be taken in If it looks too good to be true it almost certainly is! Be very careful in following links in s And remember that because it appears to come from (say) a bank, that means nothing at all And never provide secret information (like passwords, pin numbers etc.) to a web form. CSCU9B2 23 CSCU9B2 24 6

(electronic mail) is the exchange of computer-stored messages by telecommunication.

(electronic mail) is the exchange of computer-stored messages by telecommunication. What is email? E-mail (electronic mail) is the exchange of computer-stored messages by telecommunication. E-mail is one of the protocols included with the Transport Control Protocol/Internet Protocol (TCP/IP)

More information

CS 43: Computer Networks. 12: and SMTP September 28, 2018

CS 43: Computer Networks. 12:  and SMTP September 28, 2018 CS 43: Computer Networks 12: Email and SMTP September 28, 2018 A. HTTP Mail s communicate using B. IMAP C. POP D. SMTP Lecture 12 - Slide 2 Mail s typically A. send messages directly from the sending s

More information

Objectives. What Is and How Does It Work? Objectives. and How Does It Work? and How Does It Work?

Objectives. What Is  and How Does It Work? Objectives. and How Does It Work? and How Does It Work? Objectives E-MAIL BASICS Evaluating Integrated Browser E-Mail Programs and a Web-Based E-Mail Service New Perspectives on THE INTERNET Learn about e-mail and how it works Configure and use two popular

More information

is still the most used Internet app. According to some studies around 85% of Internet users still use for communication.

is still the most used Internet app. According to some studies around 85% of Internet users still use  for communication. 1 E-mail is still the most used Internet app. According to some studies around 85% of Internet users still use e-mail for communication. Electronic mail is a method to exchange digital messages from a

More information

SPAM UNDERSTANDING & AVOIDING

SPAM UNDERSTANDING & AVOIDING SPAM UNDERSTANDING & AVOIDING Modified: March 8, 2016 SPAM UNDERSTANDING & AVOIDING... 5 What is Spam?... 6 How to avoid Spam... 6 How to view message headers... 8 Checking and emptying Junk E-mail...

More information

WITH INTEGRITY

WITH INTEGRITY EMAIL WITH INTEGRITY Reaching for inboxes in a world of spam a white paper by: www.oprius.com Table of Contents... Introduction 1 Defining Spam 2 How Spam Affects Your Earnings 3 Double Opt-In Versus Single

More information

Security and Privacy

Security and Privacy E-mail Security and Privacy Department of Computer Science Montclair State University Course : CMPT 320 Internet/Intranet Security Semester : Fall 2008 Student Instructor : Alex Chen : Dr. Stefan Robila

More information

Getting Started with Eudora For the Macintosh Using Eudora 6.1 Keith Roberts

Getting Started with Eudora For the Macintosh Using Eudora 6.1 Keith Roberts MAC1021 July 2004 Getting Started with Eudora For the Macintosh Using Eudora 6.1 Keith Roberts INTRODUCTION... 1 REQUIREMENTS... 2 ISSUES... 2 EUDORA MODES... 3 SPONSORED MODE... 3 PAID MODE... 3 LIGHT

More information

HOW TO ADD S FROM FWCCU TO YOUR SAFE SENDERS

HOW TO ADD  S FROM FWCCU TO YOUR SAFE SENDERS HOW TO ADD EMAILS FROM FWCCU TO YOUR SAFE SENDERS Sometimes, your email program (Outlook, Gmail, Yahoo, etc.) decides that mail from FWCCU.org is spam/junk, even if you ve opted in to receive emails from

More information

700 Fox Glen Barrington, Illinois ph: [847] fx: [847] Webmail System User Guide

700 Fox Glen Barrington, Illinois ph: [847] fx: [847] Webmail System User Guide 700 Fox Glen Barrington, Illinois 60010 ph: [847] 842-9570 fx: [847] 842-0190 www.excaltech.com support@excaltech.com Webmail System User Guide Last Updated November 7, 2017 -2- Table of Contents Welcome

More information

CSCE 463/612 Networks and Distributed Processing Spring 2018

CSCE 463/612 Networks and Distributed Processing Spring 2018 CSCE 463/612 Networks and Distributed Processing Spring 2018 Application Layer II Dmitri Loguinov Texas A&M University February 6, 2018 Original slides copyright 1996-2004 J.F Kurose and K.W. Ross 1 Chapter

More information

Online Scams. Ready to get started? Click on the green button to continue.

Online Scams. Ready to get started? Click on the green button to continue. Online Scams Hi, I m Kate. We re here to learn how to protect ourselves from online scams. We ll follow along with Kevin to learn what types of scams are out there, how to recognize the warning signs,

More information

. Help Documentation. This document was auto-created from web content and is subject to change at any time. Copyright (c) 2019 SmarterTools Inc.

. Help Documentation. This document was auto-created from web content and is subject to change at any time. Copyright (c) 2019 SmarterTools Inc. Help Documentation This document was auto-created from web content and is subject to change at any time. Copyright (c) 2019 SmarterTools Inc. Email Email Overview SmarterMail users can send and receive

More information

Electronic Mail. Electronic Mailboxes

Electronic Mail. Electronic Mailboxes Electronic Mail E-mail belongs to the Application Layer Has been around since the early 80 s Enables new forms of interaction Fast Automatic processing (sorting, reply) Can carry other content Electronic

More information

Manually Backup Windows Mail Live 2011 Contacts Folder

Manually Backup Windows Mail Live 2011 Contacts Folder Manually Backup Windows Mail Live 2011 Contacts Folder It saves email and news messages, address book, rules, email and news It allows you to save Personal Folders, Contacts, Personal Address Book, Mail

More information

Chapter 9: Internet

Chapter 9: Internet Chapter 9: Internet Email Internet email has become one of the most popular applications on the Internet. An Internet experience is not complete without the usage of email. In this chapter we shall be

More information

TMG Clerk. User Guide

TMG  Clerk. User Guide User Guide Getting Started Introduction TMG Email Clerk The TMG Email Clerk is a kind of program called a COM Add-In for Outlook. This means that it effectively becomes integrated with Outlook rather than

More information

How Internet Works

How Internet  Works How Internet Email Works Everything you never wanted to know about email but were afraid to ask... Dave O'Neill So, you use email...... but do you know how it works? If

More information

My The guide.

My  The guide. My email The guide Read our Blog: http://.co.uk/blog View our support site: http://123-reg.co.uk/support Follow us on Twitter: https://twitter.com/123reg Contents 1. How do I get my own personalised email

More information

BEST PRACTICES FOR PERSONAL Security

BEST PRACTICES FOR PERSONAL  Security BEST PRACTICES FOR PERSONAL Email Security Sometimes it feels that the world of email and internet communication is fraught with dangers: malware, viruses, cyber attacks and so on. There are some simple

More information

ATTACHMENTS, INSERTS, AND LINKS...

ATTACHMENTS, INSERTS, AND LINKS... Conventions used in this document: Keyboard keys that must be pressed will be shown as Enter or Ctrl. Objects to be clicked on with the mouse will be shown as Icon or. Cross Reference Links will be shown

More information

Thunderbird IMAP Instructions Bloomsburg University Students

Thunderbird IMAP Instructions Bloomsburg University Students This guide will assist you in setting up Thunderbird to work with your student email account using IMAP. Thunderbird is a free multi platform email client available from Mozilla at http://www.mozillamessaging.com/.

More information

Using Your New Webmail

Using Your New Webmail Using Your New Webmail Table of Contents Composing a New Message... 2 Adding Attachments to a Message... 4 Inserting a Hyperlink... 6 Searching For Messages... 8 Downloading Email from a POP3 Account...

More information

Using the Inbox to Manage Messages

Using the Inbox to Manage Messages 6 Using the Inbox to Manage Messages You can use the Outlook Inbox folder as well as the other mail-item folders (Drafts, Outbox, and Sent Items) to receive, send, and manage email, and send fax messages.

More information

Introduction to

Introduction to Introduction to Email gcflearnfree.org/print/email101/introduction-to-email Introduction Do you ever feel like the only person who doesn't use email? You don't have to feel left out. If you're just getting

More information

INTRODUCTION TO Part 3

INTRODUCTION TO  Part 3 TECH SAVVY SENIORS The NSW Tech Savvy Seniors program is a key initiative of the NSW Ageing Strategy and the Telstra Digital Literacy Strategy. Victorian Tech Savvy Seniors is a Seniors Card Age Friendly

More information

How to add "other" existing account (POP3 account) in your Gmail

How to add other existing  account (POP3 account) in your Gmail How to add "other" existing email account (POP3 account) in your Gmail Submitted by Jess on Wed, 07/03/2013-14:43 If you own or manage a website, most likely you have your custom-domain email accounts

More information

An Overview of Webmail

An Overview of Webmail An Overview of Webmail Table of Contents What browsers can I use to view my mail? ------------------------------------------------------- 3 Email size and storage limits -----------------------------------------------------------------------

More information

Web-based Interface User Guide

Web-based  Interface User Guide Web-based E-mail Interface User Guide www.twcbc.com back back to TOC to TOC Header Table Text of Contents and Info Table Of Contents Login 3 Composing a Mail Message 4 Creating a Contact 6 Creating a Folder

More information

Tips and Ticks

Tips and Ticks Email Tips and Ticks Email Tips and Ticks Email Overview...3 Outlook Express Tips:...4 Netscape Tips:...8 Eudora Tips:...10 General Tips:...15 More General Tips...17 More Tips...19 Email Signatures and

More information

Xplornet using Mozilla Thunderbird 52

Xplornet  using Mozilla Thunderbird 52 Xplornet Email using Mozilla Thunderbird 52 Adding a new email account 1. Click File, New, Existing Mail Account a. If you don t see the menu bar across the top in the Windows version, click on the Application

More information

Manually Backup Windows Mail Live s Stored

Manually Backup Windows Mail Live s Stored Manually Backup Windows Mail Live 2011 Emails Stored When I export email I notice that they have long alphanumeric n. Is there a program or can I have Live mail read these exported emails on an external

More information

CLOUD MAIL End User Guide. (Version 1.0)

CLOUD MAIL End User Guide. (Version 1.0) End User Guide () Table of Contents 1. How to Activate New Account... 3 2. How to Compose a New Email Message... 5 3. How to View and Edit the Email Draft... 6 4. How to View Sent Email Messages... 6 5.

More information

Introduction. Logging in. WebMail User Guide

Introduction. Logging in. WebMail User Guide Introduction modusmail s WebMail allows you to access and manage your email, quarantine contents and your mailbox settings through the Internet. This user guide will walk you through each of the tasks

More information

Exchange 2013 User Guide For Apple devices

Exchange 2013 User Guide For Apple devices Exchange 2013 User Guide For Apple devices Notes and pre-setup advice 3 Exchange 2013 differences 3 Ultra Quick start guide 3 Welcome to Exchange 2013 4 Welcome 4 About Exchange mailboxes 4 Getting Started

More information

700 Fox Glen Barrington, Illinois ph: [847] fx: [847] Webmail System User Guide

700 Fox Glen Barrington, Illinois ph: [847] fx: [847] Webmail System User Guide 700 Fox Glen Barrington, Illinois 60010 ph: [847] 842-9570 fx: [847] 842-0190 www.excaltech.com support@excaltech.com Webmail System User Guide Last Updated May 10, 2010 -2- Table of Contents Welcome and

More information

Your message is sent from your computer to a server (like the post office) where the

Your message is sent from your computer to a server (like the post office) where the E-mail it s convenient, cheap and easy. Today, it is the most rapidly growing means of communication. All e-mail programs are slightly different. Gmail, Hotmail, and Yahoo! are some popular e-mail programs.

More information

Thunderbird IMAP Instructions - Bloomsburg University Students

Thunderbird IMAP Instructions - Bloomsburg University Students This guide will assist you in setting up Thunderbird to work with your student email account using IMAP. Thunderbird is a free multi-platform email client available from Mozilla at http://www.mozillamessaging.com/.

More information

Introduction to

Introduction to Introduction to Email Overview 1. What is Email?... 2 2. Creating an Email Account... 3 3. Managing Messages... 8 4. Sending and Replying to Emails... 9 5. Signing Out... 15 519-579-3800 * ConnectKW@waterlooregion.org

More information

Using web-based

Using web-based Using web-based Email 1. When you want to send a letter to a friend you write it, put it in an envelope, stamp it and put it in the post box. From there the postman picks it up, takes it to a sorting office

More information

CS348: Computer Networks (SMTP, POP3, IMAP4); FTP

CS348: Computer Networks  (SMTP, POP3, IMAP4); FTP CS348: Computer Networks E-MAIL (SMTP, POP3, IMAP4); FTP Dr. Manas Khatua Assistant Professor Dept. of CSE, IIT Guwahati E-mail: manaskhatua@iitg.ac.in Electronic mail (E-mail) Allows users to exchange

More information

06ESFContacts 1 message

06ESFContacts 1 message Gmail - 06ESFContacts 06ESFContacts To: Tue, Jan 2, 2018 at 8:25 PM We have covered a lot of material in these e-mail messages Are you able to keep up? If you get stuck and you and your Geek Squad can

More information

User Manual of Webmail Version 5

User Manual of Webmail Version 5 User Manual of Webmail Version 5 English Version: 1.0 Page 1 of 13 TABLE OF CONTENTS 1. ACCESS...3 1.1 Accessing to Webmail 5...3 2. COMPOSE AND SEND E-MAIL MESSAGE...4 2.1 Composing a new E-mail message...4

More information

. Help Documentation. This document was auto-created from web content and is subject to change at any time. Copyright (c) 2018 SmarterTools Inc.

. Help Documentation. This document was auto-created from web content and is subject to change at any time. Copyright (c) 2018 SmarterTools Inc. Help Documentation This document was auto-created from web content and is subject to change at any time. Copyright (c) 2018 SmarterTools Inc. Email Email Overview SmarterMail users can send and receive

More information

Install & Configure Thunderbird E- mail

Install & Configure Thunderbird E- mail Install & Configure Thunderbird E- mail Thunderbird is a free, open source mail client that runs on Windows, Mac, and Linux. This document will cover specific information about setting up Thunderbird 2

More information

In this lesson, students learn dos and don ts for and practice sending an .

In this lesson, students learn dos and don ts for  and practice sending an  . Overview: In this lesson, students learn dos and don ts for email and practice sending an email. Objective: The student will send an email: reply to an email; and send an email with an attachment. Alaska

More information

All existing accounts will be listed. 2. Click Add and select Mail to add a new account (see Figure 2). Figure 1. Figure 2

All existing accounts will be listed. 2. Click Add and select Mail to add a new  account (see Figure 2). Figure 1. Figure 2 Microsoft Outlook Express 5.x, 6.0 This section describes how to configure Outlook Express to access POP E-mail. 1. Click Tools and select Accounts from the pull-down menu (see Figure 1). Figure 1 All

More information

How to Stay Compliant with SMS Marketing

How to Stay Compliant with SMS Marketing How to Stay Compliant with SMS Marketing Ensure your text campaigns deliver value to customers and keep your business secure GREAT TIPS INSIDE Even legitimate marketers can fall foul of mobile spamming,

More information

(For Student Organizations) Copy Old s from CUHK Webmail after Switchover

(For Student Organizations) Copy Old  s from CUHK Webmail after Switchover (For Student Organizations) Copy Old Emails from CUHK Webmail to @Link after Switchover (This user guide is applicable to Outlook 2016, while there will be slight different for lower versions of Outlook.)

More information

Taking Control of Your . Terry Stewart Lowell Williamson AHS Computing Monday, March 20, 2006

Taking Control of Your  . Terry Stewart Lowell Williamson AHS Computing Monday, March 20, 2006 Taking Control of Your E-Mail Terry Stewart Lowell Williamson AHS Computing Monday, March 20, 2006 Overview Setting up a system that works for you Types of e-mail Creating appointments, contacts and tasks

More information

Organising your inbox

Organising your inbox Outlook 2010 Tips Table of Contents Organising your inbox... 1 Categories... 1 Applying a Category to an E-mail... 1 Customising Categories... 1 Quick Steps... 2 Default Quick Steps... 2 To configure or

More information

CUSTOMER CONTROL PANEL... 2 DASHBOARD... 3 HOSTING &

CUSTOMER CONTROL PANEL... 2 DASHBOARD... 3 HOSTING & Table of Contents CUSTOMER CONTROL PANEL... 2 LOGGING IN... 2 RESET YOUR PASSWORD... 2 DASHBOARD... 3 HOSTING & EMAIL... 4 WEB FORWARDING... 4 WEBSITE... 5 Usage... 5 Subdomains... 5 SSH Access... 6 File

More information

. Help Documentation. This document was auto-created from web content and is subject to change at any time. Copyright (c) 2019 SmarterTools Inc.

. Help Documentation. This document was auto-created from web content and is subject to change at any time. Copyright (c) 2019 SmarterTools Inc. Help Documentation This document was auto-created from web content and is subject to change at any time. Copyright (c) 2019 SmarterTools Inc. Mail Folders A folder in SmarterMail is the general method

More information

Webmail 7.0 is an online client which runs in your web browser. Webmail 7.0 allows you to access your , contact list, and calendar from

Webmail 7.0 is an online  client which runs in your web browser. Webmail 7.0 allows you to access your  , contact list, and calendar from Webmail 7.0 is an online email client which runs in your web browser. Webmail 7.0 allows you to access your email, contact list, and calendar from any computer with an internet connection and a web browser.

More information

Spam Protection Guide

Spam  Protection Guide Spam Email Protection Guide Version 1.0 Last Modified 5/29/2014 by Mike Copening Contents Overview of Spam at RTS... 1 Types of Spam... 1 Spam Tricks... 2 Imitation of 3 rd Party Email Template... 2 Spoofed

More information

Electronic Mail Paradigm

Electronic Mail Paradigm Electronic Mail Paradigm E-mail uses the client-server model. E-mail was designed as an electronic extension of the old paper office memo. - A quick and easy means of low-overhead written communication.

More information

Electronic Mail

Electronic Mail Email Electronic Mail Electronic mail paradigm Most heavily used application on any network Electronic version of paper-based office memo Quick, low-overhead written communication Dates back to time-sharing

More information

WWW: the http protocol

WWW: the http protocol Internet apps: their protocols and transport protocols Application e-mail remote terminal access Web file transfer streaming multimedia remote file Internet telephony Application layer protocol smtp [RFC

More information

Life After Webmail Reference Guide

Life After Webmail Reference Guide Life After Webmail Reference Guide (An Introduction to Outlook Web Access 2007 Client User Interface) https://owa.wiu.k12.pa.us Westmoreland Intermediate Unit Information Technology Services 102 Equity

More information

Web Mail Check v 1.0

Web Mail Check v 1.0 Web Mail Check v 1.0 TABLE OF CONTENTS LAUNCHING WEB MAIL CHECK... 3 HOME PAGE... 4 LOG IN... 4 LANGUAGE... 5 DIRECTIONS... 5 READING MESSAGES... 8 HEADERS... 10 PRINTER FRIENDLY VERSION... 11 REPLYING

More information

Choic Anti-Spam Quick Start Guide

Choic Anti-Spam Quick Start Guide ChoiceMail Anti-Spam Quick Start Guide 2005 Version 3.x Welcome to ChoiceMail Welcome to ChoiceMail Enterprise, the most effective anti-spam protection available. This guide will show you how to set up

More information

LAUSD ITD Service Desk. Microsoft Outlook Web Access User Guide Windows OS

LAUSD ITD Service Desk. Microsoft Outlook Web Access User Guide Windows OS LAUSD ITD Service Desk Microsoft Outlook Web Access User Guide Windows OS (Revised 12/31/07) LAUSD ITD Service Desk 333 S. Beaudry Ave. 9 th Floor Phone 213-241-5200 Fax 213-241-5224 Table of Contents

More information

GMAIL BEGINNERS GUIDE

GMAIL BEGINNERS GUIDE GMAIL BEGINNERS GUIDE A Little History: The year is 2004 and three email services dominate the market. They were Hotmail, AOL and Yahoo mail. After extensive testing, Google decides to branch beyond being

More information

Computer Foundation Skills. Internet Webmail

Computer Foundation Skills. Internet Webmail Computer Foundation Skills Internet Webmail Table of Contents Contents Webmail... 4 Gmail Create an account... 5 Gmail - Passwords... 6 Gmail - Inbox... 7 Gmail View message... 7 Gmail Compose mail...

More information

Outline. Tools

Outline.  Tools E-mail Tools 1 Outline Goals and Objectives Topics Headlines Introduction Communication Protocols Content, Attachments, and Etiquette Acronyms and Emoticons E-mail clients and Webbased E-mail Eudora Outlook

More information

Chapter 2 Application Layer

Chapter 2 Application Layer Chapter 2 Application Layer A note on the use of these ppt slides: We re making these slides freely available to all (faculty, students, readers). They re in PowerPoint form so you see the animations;

More information

Basics at Deerfield Public Library

Basics at Deerfield Public Library Email Basics at Deerfield Public Library Class Outline: 1) How does Email work? 2) Understand the Anatomy of an Email Address 3) Tour the Features of your Inbox 4) Writing and Sending an email 5) Questions,

More information

CSC 4900 Computer Networks:

CSC 4900 Computer Networks: CSC 4900 Computer Networks: Email Professor Henry Carter Fall 2017 Villanova University Department of Computing Sciences Review Last week we talked about design principles, and the application protocols

More information

CSCU9B2 Practical 1: Introduction to HTML 5

CSCU9B2 Practical 1: Introduction to HTML 5 CSCU9B2 Practical 1: Introduction to HTML 5 Aim: To learn the basics of creating web pages with HTML5. Please register your practical attendance: Go to the GROUPS\CSCU9B2 folder in your Computer folder

More information

Introduction to Apple Mail with IMAP

Introduction to Apple Mail with IMAP Introduction to Apple Mail with IMAP Version 4 October 2008 Massachusetts Institute of Technology Getting Started This Quick Start class assumes that: 1. Apple Mail is configured for use at MIT. If you

More information

2013 edition (version 1.1)

2013 edition (version 1.1) 2013 edition (version 1.1) Contents 1 Introduction... 3 2 Signing in to your Office 365 account... 3 2.1 Acceptable Use Policy and Terms of Use... 4 3 Setting your profile and options... 4 3.1 Settings:

More information

Changes Required for Outlook 2010 for PC

Changes Required for Outlook 2010 for PC E-mail Changes Required for Outlook 2010 for PC E-mail Changed required to be made on your designated Date and Time of Migration Change Incoming and Outgoing Mail Server Open Outlook 2010 and Select from

More information

The Application Layer: & SMTP

The Application Layer:  & SMTP The Application Layer: email & SMTP Smith College, CSC 249 Feb 1, 2018 4-1 Chapter 2: Application layer q 2.1 Principles of network applications q 2.2 Web and HTTP q 2.3 FTP q 2.4 Electronic Mail v SMTP,

More information

Emptying the trash...18 Webmail Settings...19 Displayed Name...19 Sort by...19 Default font style...19 Service language...

Emptying the trash...18 Webmail Settings...19 Displayed Name...19 Sort  by...19 Default font style...19 Service language... Force9 Webmail 1 Table of Contents Guide Notes...4 About this guide...4 Contacting the author...4 Assumptions...4 Who should read this guide...4 Conventions used in this guide...5 Further Reading...5 Using

More information

EVERY NATION OUTLOOK WEB ACCESS (OWA) USER S GUIDE

EVERY NATION OUTLOOK WEB ACCESS (OWA) USER S GUIDE EVERY NATION OUTLOOK WEB ACCESS (OWA) USER S GUIDE Exchange 2003 Version Revised September 2005 TABLE OF CONTENTS WHAT S NEW IN OWA 2003?...2 General...2 Inbox and Message Composition...2 Tasks...2 INTRODUCTION

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files,

More information

USING EUDORA WITH ENTERGROUP EUDORA

USING EUDORA WITH ENTERGROUP EUDORA USING EUDORA WITH ENTERGROUP In this tutorial you will learn how to use Eudora with your EnterGroup account. You will learn how to setup an IMAP or POP account, and also how to move your emails and contacts

More information

Lecture 6: Application Layer Web proxies, , and SMTP

Lecture 6: Application Layer Web proxies,  , and SMTP Lecture 6: Application Layer Web proxies, Email, and SMTP COMP 332, Spring 2018 Victoria Manfredi Acknowledgements: materials adapted from Computer Networking: A Top Down Approach 7 th edition: 1996-2016,

More information

1. Go to the UTAS web site: 2. Hover the mouse over Study to open the drop down menu and click on the Webmail link.

1. Go to the UTAS web site:  2. Hover the mouse over Study to open the drop down menu and click on the Webmail link. UTAS Webmail Most communication with UTAS will take place via webmail. You will receive a webmail account when you enrol and your webmail address will be on your enrolment acceptance letter. You must check

More information

UNIVERSITY OF WOLLONGONG MICROSOFT OUTLOOK

UNIVERSITY OF WOLLONGONG MICROSOFT OUTLOOK UNIVERSITY OF WOLLONGONG MICROSOFT OUTLOOK 2007 EMAIL Table of Contents INTRODUCTION... 2 WHAT S NEW... 2 MOBILE DEVICES... 2 OVERVIEW OF OUTLOOK... 3 NAVIGATION PANE... 3 VIEWING MAIL... 4 READING PANE...

More information

What is epals SchoolMail? Student Accounts. Passwords. Safety. Flag Attachment

What is epals SchoolMail? Student Accounts. Passwords. Safety. Flag Attachment What is epals SchoolMail? http://www.epals.com/ epals Schoolmail is a complete, Internet-based email solution and collaborative toolset designed for the education environment. Student Accounts Students

More information

Unit 7: Working with

Unit 7: Working with Unit 7: Working with Email Questions Covered What kinds of inbound and outbound email are possible in Agiloft? How do we configure the system to send outbound email and receive inbound email? Why set up

More information

Analysis Villanova University Department of Computing Sciences D. Justin Price Spring 2014

Analysis Villanova University Department of Computing Sciences D. Justin Price Spring 2014 Email Analysis Villanova University Department of Computing Sciences D. Justin Price Spring 2014 EMAIL ANALYSIS With the increase in e-mail scams and fraud attempts with phishing or spoofing Investigators

More information

Public Mobile getting started with your service

Public Mobile getting started with your  service Public Mobile getting started with your email service Quick Start Guide You can use your Public Mobile phone to access all your email accounts. You can access the following services: Gmail Hotmail, MSN,

More information

MailEnable Connector for Microsoft Outlook

MailEnable Connector for Microsoft Outlook MailEnable Connector for Microsoft Outlook Version 1.41 This guide describes the installation and functionality of the MailEnable Connector for Microsoft Outlook. Features The MailEnable Connector for

More information

CountyStart Networks Support Topic How do I log into my webmail and how do I work with the various features?

CountyStart Networks Support Topic How do I log into my webmail and how do I work with the various features? CountyStart Networks Support Topic How do I log into my webmail and how do I work with the various features? You will need to log into your webmail account through the following address: http://mail.yourwebsiteaddress.com

More information

Header- A Forensic Key to Examine an

Header- A Forensic Key to Examine an E-Mail Header- A Forensic Key to Examine an E-Mail Swapnil Gupta 1, Kopal Gupta 2, Dr. Anu Singla 3 1,2,3 Institute of Forensic Science & Criminology, Bundelkhand University, Jhansi (U.P.), India ---------------------------------------------------------------------***---------------------------------------------------------------------

More information

If you re serious about Cookie Stuffing, take a look at Cookie Stuffing Script.

If you re serious about Cookie Stuffing, take a look at Cookie Stuffing Script. Cookie Stuffing What is Cookie Stuffing? Cookie Stuffing is a very mild form of black hat marketing, because in all honesty, this one doesn t break any laws. Certainly, it goes against the terms of service

More information

M+NetMail Client User Guide

M+NetMail Client User Guide M+NetMail Client User Guide Trademarks...M+NetMail TM, MyRealBox Apple Inc....Safari Microsoft Corporation...Outlook Express Mozilla... Thunderbird Novell, Inc...GroupWise QUALCOMM... Eudora Copyright

More information

Analysis Villanova University Department of Computing Sciences D. Justin Price Fall 2014

Analysis Villanova University Department of Computing Sciences D. Justin Price Fall 2014 Email Analysis Villanova University Department of Computing Sciences D. Justin Price Fall 2014 EMAIL ANALYSIS With the increase in e-mail scams and fraud attempts with phishing or spoofing Investigators

More information

Fig (1) sending and receiving s

Fig (1) sending and receiving  s Electronic Mail Protocols (SMTP, POP, IMAP) It is important to (1) distinguish the user interface (i.e., your mail reader) from the underlying message transfer protocols (such as SMTP, POP or IMAP), and

More information

Student . For undergraduates and taught postgraduates, alumni and former staff

Student  . For undergraduates and taught postgraduates, alumni and former staff Student email Office 365 email For undergraduates and taught postgraduates, alumni and former staff Contents Log into Office 365 to access your email... 2 Email software... 2 Phones and tablets... 3 Forward

More information

Electronic mail, usually called , consists of simple text messages a piece of text sent to a recipient via the internet.

Electronic mail, usually called  , consists of simple text messages a piece of text sent to a recipient via the internet. 1 Electronic Mail Electronic mail, usually called e-mail, consists of simple text messages a piece of text sent to a recipient via the internet. E-mail Clients To read e-mail, we use an e-mail client,

More information

Quick Start Guide for Windows

Quick Start Guide for Windows for Windows The Eudora 5.1 User Manual for Windows is on the Eudora CD included in the product box. If you prefer a printed and bound copy, you can purchase one from www.eudora.com or call 1-800-2-EUDORA

More information

Objectives CINS/F1-01

Objectives CINS/F1-01 Email Security (1) Objectives Understand how e-mail systems operate over networks. Classify the threats to the security of e-mail. Study how S/MIME and PGP can be used to add security to e-mail systems.

More information

Using the Control Panel

Using the Control Panel Using the Control Panel Technical Manual: User Guide Creating a New Email Account 3. If prompted, select a domain from the list. Or, to change domains, click the change domain link. 4. Click the Add Mailbox

More information

ing With PHP History of Applications or Use

ing With PHP History of  Applications or Use Emailing With PHP What is Email? E mail, short for electronic mail and often abbreviated to e mail, email or simply mail, is a store and forward method of composing, sending, receiving and storing messages

More information

Organising . page 1 of 8. bbc.co.uk/webwise/accredited-courses/level-one/using- /lessons/your- s/organising-

Organising  . page 1 of 8. bbc.co.uk/webwise/accredited-courses/level-one/using- /lessons/your- s/organising- Organising email Reading emails When someone sends you an email it gets delivered to your inbox, which is where all your emails are stored. Naturally the first thing you ll want to do is read it. In your

More information

OUTLOOK WEB ACCESS (OWA) USER S GUIDE. Exchange 2003 Version - OWA Guide

OUTLOOK WEB ACCESS (OWA) USER S GUIDE. Exchange 2003 Version - OWA Guide OUTLOOK WEB ACCESS (OWA) USER S GUIDE Exchange 2003 Version - OWA Guide TABLE OF CONTENTS WHAT S NEW IN OWA 2003?...2 General...2 Inbox and Message Composition...2 Tasks...2 INTRODUCTION TO OWA...3 Web-Based

More information

Help for Users & Domain Administrators

Help for Users & Domain Administrators Help for Users & Domain Administrators Help Documentation This document was auto-created from web content and is subject to change at any time. Copyright (c) 2018 SmarterTools Inc. Help for Users & Domain

More information