Results 1-25 of about 7,157 results found for '"RFC 822"' in 0.76 seconds
1 2345678910...
|
import javax.mail.Session;
/**
* An RFC 822 address.
*
* @author <a href="mailto:dog@gnu.org">Chris Burdess</a>
Language: Java License: GPL (C) 2002, 2004 The Free Software Foundation LOC: 801 Savannah GNU : Classpath Extensions (project search) : .../source/javax/mail/internet/InternetAddress.java
|
import gnu.inet.util.LineInputStream;
/**
* A collection of RFC 822 headers.
* <p>
* The string representation of RFC822 and MIME header fields must contain
Language: Java License: GPL (C) 2002, 2005 The Free Software Foundation LOC: 380 Savannah GNU : Classpath Extensions (project search) : .../source/javax/mail/internet/InternetHeaders.java
|
import javax.mail.Session;
import gnu.inet.util.GetSystemPropertyAction;
import gnu.mail.util.RFC2822OutputStream;
/**
* A MIME mail message.
Language: Java License: GPL (C) 2002, 2004, 2005 The Free Software Foundation LOC: 1127 Savannah GNU : Classpath Extensions (project search) : .../source/javax/mail/internet/MimeMessage.java
|
Boston, MA 02110-1301 USA */
/**
* Parses syntatic elements defined in RFC 822.
*/
#ifndef _MAILUTILS_PARSE822_H
Language: C License: LGPL (C) 1999, 2000, 2001, 2005, 2007 Free Software Foundation, Inc. LOC: 57 Savannah GNU : GNU Mail Utilities (project search) : .../mailutils/mailutils/include/mailutils/parse822.h
|
too intrusive? Maybe an apps business if it wants to?
- Should we do best effort parsing, so parsing "sam@locahost, foo@"
gets one address, or just say it is or it isn't in RFC format?
Right now we're strict, we'll see how it goes.
- parse Received: field?
Language: C License: LGPL (C) 1999, 2000, 2001, 2005, 2007 Free Software Foundation, Inc. LOC: 1344 Savannah GNU : GNU Mail Utilities (project search) : .../mailutils/mailutils/mailutils/mailbox/parse822.c
|
/**
* Decodes the given input stream.
* All the encodings defined in RFC 2045 are supported here, including
* "base64", "quoted-printable", "7bit", "8bit", and "binary".
* "uuencode" is also supported.
Language: Java License: GPL (C) 2002, 2004, 2005 The Free Software Foundation LOC: 916 Savannah GNU : Classpath Extensions (project search) : .../source/javax/mail/internet/MimeUtility.java
|
import javax.mail.Multipart;
import gnu.inet.util.GetSystemPropertyAction;
import gnu.mail.util.RFC2822OutputStream;
/**
* A MIME body part.
Language: Java License: GPL (C) 2002, 2004, 2005 The Free Software Foundation LOC: 637 Savannah GNU : Classpath Extensions (project search) : .../source/javax/mail/internet/MimeBodyPart.java
|
;; additional documentation on how to invoke them.
;;
;; imap.el support RFC1730/2060 (IMAP4/IMAP4rev1), implemented IMAP
;; extensions are RFC2195 (CRAM-MD5), RFC2086 (ACL), RFC2342
;; (NAMESPACE), RFC2359 (UIDPLUS), the IMAP-part of RFC2595 (STARTTLS,
Language: Lisp License: GPL (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, LOC: 2060 Savannah GNU : emacs (project search) : .../emacs/emacs/lisp/gnus/imap.el
|
#include <mailutils/stream.h>
#include <filter0.h>
static int rfc822_init (mu_filter_t);
static void rfc822_destroy (mu_filter_t);
static int rfc822_read (mu_filter_t, char *, size_t, mu_off_t, size_t *);
Language: C License: LGPL (C) 1999, 2000, 2001, 2005, 2007 Free Software Foundation, Inc. LOC: 152 Savannah GNU : GNU Mail Utilities (project search) : .../mailutils/mailutils/mailutils/mailbox/filter_rfc822.c
|
;;; smtpmail.el --- simple SMTP protocol (RFC 821) for sending mail
;; Copyright (C) 1995, 1996, 2001, 2002, 2003, 2004, 2005,
;; 2006, 2007 Free Software Foundation, Inc.
Language: Lisp License: GPL (C) 1995, 1996, 2001, 2002, 2003, 2004, 2005, LOC: 747 Savannah GNU : emacs (project search) : .../emacs/emacs/lisp/mail/smtpmail.el
|
The first character of DD is space if the value is less than 10."
(format-time-string "%b %d %Y"))
;;; RFC 822 date
(defun time-stamp-dd-mon-yy ()
"Return the current date as a string in \"DD Mon YY\" form."
Language: Lisp License: GPL (C) 1989, 1993, 1994, 1995, 1997, 2000, 2001, 2002, 2003, LOC: 607 Savannah GNU : emacs (project search) : .../emacs/emacs/emacs/lisp/time-stamp.el
|
/* Similar, but display nanoseconds. */
TIME_SPEC_NS,
/* Put these last, since they aren't valid for --rfc-3339. */
/* Display date and hour. */
TIME_SPEC_HOURS,
Language: C License: GPL (C) 1989-2007 Free Software Foundation, Inc. LOC: 459 Savannah GNU : GNU Core Utilities (project search) : .../coreutils/coreutils/coreutils/src/date.c
|
;;; Commentary:
;; Provides configuration of MIME media types from directly from Lisp
;; and via the usual mailcap mechanism (RFC 1524). Deals with
;; mime.types similarly.
;;; Code:
Language: Lisp License: GPL (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, LOC: 874 Savannah GNU : emacs (project search) : .../emacs/emacs/lisp/gnus/mailcap.el
|
(require 'rmail)
(require 'mailalias))
(autoload 'rfc2047-encode-string "rfc2047")
(defgroup sendmail nil
"Mail sending commands for Emacs."
Language: Lisp License: GPL (C) 1985, 1986, 1992, 1993, 1994, 1995, 1996, 1998, 2000, LOC: 1432 Savannah GNU : emacs (project search) : .../emacs/emacs/lisp/mail/sendmail.el
|
;;; mail-extr.el --- extract full name and address from RFC 822 mail header -*- coding: utf-8 -*-
;; Copyright (C) 1991, 1992, 1993, 1994, 1997, 2001, 2002, 2003, 2004,
;; 2005, 2006, 2007 Free Software Foundation, Inc.
Language: Lisp License: GPL (C) 1991, 1992, 1993, 1994, 1997, 2001, 2002, 2003, 2004, LOC: 1336 Savannah GNU : emacs (project search) : .../emacs/emacs/lisp/mail/mail-extr.el
|
* FIDOGATE --- Gateway UNIX Mail/News <-> FIDO NetMail/EchoMail
*
* $Id: rfcaddr.c,v 4.14 2004/08/22 20:19:11 n0ll Exp $
*
* RFCAddr struct handling
Language: C++ License: GPL (C) 1990-2004 LOC: 230 SourceForge : FIDOGATE (project search) : .../fidogate/fidogate/src/common/rfcaddr.c
|
$this->boundary[1] = "b1_" . $uniq_id;
$this->boundary[2] = "b2_" . $uniq_id;
$result .= $this->HeaderLine("Date", $this->RFCDate());
if($this->Sender == "")
$result .= $this->HeaderLine("Return-Path", trim($this->From));
Language: PHP copyright 2001 - 2003 Brent R. Matzelle... LOC: 828 Savannah GNU : phpGroupWare (project search) : .../phpgroupware/email/inc/phpmailer/class.phpmailer.php
|
(decoded-time->string (file-time->global-decoded-time time)))
(define (decoded-time->string dt)
;; The returned string is in the format specified by RFC 822,
;; "Standard for the Format of ARPA Internet Text Messages",
;; provided that time-zone information is available from the C
Language: Scheme LOC: 567 Savannah GNU : MIT/GNU Scheme (project search) : .../mit-scheme/v7/src/runtime/datime.scm
|
/**
* Static String array of entity headers so I can be good
* and write the headers out in in the order specified by rfc1945.
*/
private static final String[] entityHeaders = {
Language: Java (c) 2000 Fleur Diana Dragan LOC: 669 SourceForge : JFast: The free FastCGI Servlet Engine (project search) : .../jfast/com/fastcgi/jfast/FCGIRequest.java
|
// License : Copyright Vorpal Software 2000-2002, licensed under GNU General Public License (GPL) v2
//
// Some standard SMTP RFC 821 and RFC 822 derived definitions.
//
// Changelog:
Language: C License: GPL LOC: 4 SourceForge : Vorpal Mail (project search) : .../vmail/vmail/vmail/src/smtpdef.h
|
(concat
"From "
;; Many things can happen to an RFC 822 mailbox before it is put into
;; a `From' line. The leading phrase can be stripped, e.g.
;; `Joe <@w.x:joe@y.z>' -> `<@w.x:joe@y.z>'. The <> can be stripped, e.g.
Language: Lisp License: GPL (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1996, 1997, 1998, LOC: 3382 Savannah GNU : emacs (project search) : .../emacs/emacs/lisp/mail/rmail.el
|
$date3 = JDate::parseString( "20030202" );
//
// .. and prints it in RFC 822 Format
//
print $date3->format( JDateFormat::RCF_2822 ) . JSystemConstants::EOL;
Language: PHP LOC: 8 Spider_20090227_inc : Jay Library (project search) : .../jay-1.5.0/doc/examples/util/JDate.example.php
|
;; want a sender line in your mail, just put one in there and don't
;; wait for feedmail to do it for you. (Yes, I know all about
;; RFC-822 and RFC-1123, but are you *really* one of those cases
;; they're talking about? I doubt it.)
(defcustom feedmail-sender-line nil
Language: Lisp LOC: 1876 Savannah GNU : emacs (project search) : .../emacs/emacs/lisp/mail/feedmail.el
|
#include "Server.h"
#include "support.h"
// reformats the date to a proper rfc 822
// format.
void GetProperDate(string &);
Language: C++ LOC: 14 SourceForge : Althea (project search) : .../a/althea/althea/althea/SendMail.h
|
@metadata = DpkgTools::Package::Gem::ControlFiles::Changelog.new(stub_data, config)
end
it "should be able to generate the current time formatted as per RFC 822" do
mock_time = mock('Time')
mock_time.expects(:rfc822).returns('rfc_time')
Language: Ruby LOC: 20 Spider_rubyforge01 : dpkg-tools for Ruby (project search) : .../dpkg-tools/package/gem/control_files/changelog_spec.rb
|
1 2345678910...
|
|
|