1 2345678910...
|
/* 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
|
\brief CMailFile
\param subject sujet
\param to email destinataire (RFC 2822: "Nom prenom <email>[, ...]" ou "email[, ...]" ou ...
\param from email emetteur (RFC 2822: "Nom prenom <email>[, ...]" ou "email[, ...]" ou ...
\param msg message
Language: PHP License: GPL (C) 2000-2005 Rodolphe Quiedeville ... LOC: 299 Savannah NonGNU : Dolibarr (project search) : .../dolibarr/dolibarr/htdocs/lib/CMailFile.class.php
|
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
|
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
|
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
|
*/
package org.jboss.mail.message;
/** This code has been copied from RFC2822Headers in JAMES, and
* defines constants for the header names defined in RFC 2822.
* @author Kabir Khan
Language: Java LOC: 27 SourceForge : JBoss.org (project search) : .../org/jboss/mail/message/StandardMailHeaders.java
|
public const string DIGIT = @"0-9";
/// <summary>
/// RFC 2822 Section 2.2.2
/// </summary>
public const string WSP = @"\x20\x09";
Language: C# (C) 2003-2005 Angel Marin LOC: 42 Spider_306 : BugTracker.NET Visual Studio 2005 Ver (project search) : .../bugtracker-vs/WebTracker.zip/WebTracker/App_Code/ABNF.cs
|
public const string DIGIT = @"0-9";
/// <summary>
/// RFC 2822 Section 2.2.2
/// </summary>
public const string WSP = @"\x20\x09";
Language: C# (C) 2003-2005 Angel Marin LOC: 42 Spider_306 : BugTracker.NET Visual Studio 2005 Ver (project search) : .../WebTracker.zip/WebTracker/WebTracker.zip.---/App_Code/ABNF.cs
|
public const string DIGIT = @"0-9";
/// <summary>
/// RFC 2822 Section 2.2.2
/// </summary>
public const string WSP = @"\x20\x09";
Language: C# (C) 2003-2005 Angel Marin LOC: 42 Spider_306 : BugTracker.NET Visual Studio 2005 Ver (project search) : .../Spider_306/bugtracker-vs/WebTracker.zip/WebTracker/ABNF.cs
|
public const string DIGIT = @"0-9";
/// <summary>
/// RFC 2822 Section 2.2.2
/// </summary>
public const string WSP = @"\x20\x09";
Language: C# (C) 2003-2006 Angel Marin LOC: 42 Spider_20090505_inc : BugTracker.NET (project search) : .../0012/btnet/btnet_3_1_6.zip/SharpMime/ABNF.cs
|
public const string DIGIT = @"0-9";
/// <summary>
/// RFC 2822 Section 2.2.2
/// </summary>
public const string WSP = @"\x20\x09";
Language: C# (C) 2003-2006 Angel Marin LOC: 42 Spider_20090529_inc : SharpWebMail - sharpwebmail beta (project search) : .../sharpwebmail/sharpmimetools-0.6.zip/sharpmimetools-0.6/src/ABNF.cs
|
public const string DIGIT = @"0-9";
/// <summary>
/// RFC 2822 Section 2.2.2
/// </summary>
public const string WSP = @"\x20\x09";
Language: C# (C) 2003-2006 Angel Marin LOC: 42 Novell Forge (SVN) : Mojoportal (project search) : .../mojoportal/trunk/sharpmimetools-0.6/src/ABNF.cs
|
package com.duroty.utils.mail;
/**
* This utility class provides the set of header names explicitly defined in RFC 2822
*
*/
Language: Java LOC: 30 Google : duroty - Duroty System is the Gmail Open Source. (project search) : .../com/duroty/utils/mail/RFC2822Headers.java
|
package org.apache.james.util;
/**
* This utility class provides the set of header names explicitly defined in RFC 2822
*
*/
Language: Java License: AL20 (c) 2000-2004 The Apache Software Foundation. * LOC: 28 Spider_20081215_inc : Apache-James (project search) : .../org/apache/james/util/RFC2822Headers.java
|
package org.apache.james.util;
/**
* This utility class provides the set of header names explicitly defined in RFC 2822
*
* @author Peter M. Goldstein <farsight@alum.mit.edu>
Language: Java License: ASL (c) 2000-2003 The Apache Software Foundation. All rights LOC: 28 java.net : Aspirin Mail Server (project search) : .../org/apache/james/util/RFC2822Headers.java
|
package org.apache.mailet;
/**
* This utility class provides the set of header names explicitly defined in RFC 2822
*
*/
Language: Java License: AL20 LOC: 28 Spider_20090401_inc : Coadunation (project search) : .../src/org/apache/mailet/RFC2822Headers.java
|
(defvar mm-uu-binhex-decode-function))
(require 'mm-util)
(require 'rfc2047)
(require 'mm-encode)
;; 8bit treatment gets any char except: 0x32 - 0x7f, LF, TAB, BEL,
Language: Lisp License: GPL (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, LOC: 225 Savannah GNU : emacs (project search) : .../emacs/emacs/lisp/gnus/mm-bodies.el
|
#include <regex.h>
#include "addrspec.h"
/* A regular expression that matches an RFC 2822 addr-spec,
well, not really, but something close. */
/* Note that the hyphen character must be last in the ATOM list! */
Language: C LOC: 22 Spider_20081215_inc : Pals Mail Filter (project search) : .../batches/inc_002/palsfilter/pals-1.1/addrspec.c
|
WriteMakefile (
AUTHOR => 'Casey West <casey@geeknest.com>',
ABSTRACT => "RFC 2822 Address Parsing",
NAME => 'Email::Address',
(eval { ExtUtils::MakeMaker->VERSION(6.21) } ? (LICENSE => 'perl') : ()),
Language: Perl LOC: 13 CPAN : Email__Address (project search) : .../CPAN/e/Email-Address/Email-Address/Makefile.PL
|
;;; rfc2047.el --- functions for encoding and decoding rfc2047 messages
;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
;; 2005, 2006, 2007 Free Software Foundation, Inc.
Language: Lisp License: GPL (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, LOC: 912 Savannah GNU : emacs (project search) : .../emacs/emacs/lisp/gnus/rfc2047.el
|
["""\
See PEP 287 (pep-0287.txt),
and RFC 2822 (which obsoletes RFC822 and RFC-733).
""",
"""\
Language: Python LOC: 119 SourceForge : Docutils (project search) : .../docutils/test/test_readers/test_pep/test_inline_markup.py
|
["""\
See PEP 287 (pep-0287.txt),
and RFC 2822 (which obsoletes RFC822 and RFC-733).
""",
"""\
Language: Python LOC: 119 Spider_20090228_inc : Topographica (project search) : .../docutils-0.4/test/test_readers/test_pep/test_inline_markup.py
|
["""\
See PEP 287 (pep-0287.txt),
and RFC 2822 (which obsoletes RFC822 and RFC-733).
""",
"""\
Language: Python LOC: 119 BerliOS (SVN) : Docutils (project search) : .../docutils/test/test_readers/test_pep/test_inline_markup.py
|
["""\
See PEP 287 (pep-0287.txt),
and RFC 2822 (which obsoletes RFC822 and RFC-733).
""",
"""\
Language: Python LOC: 119 Spider_bigsf001 : Endian Firewall Community (project search) : .../docutils-0.3.7/test/test_readers/test_pep/test_inline_markup.py
|
["""\
See PEP 287 (pep-0287.txt),
and RFC 2822 (which obsoletes RFC822 and RFC-733).
""",
"""\
Language: Python LOC: 119 BerliOS (SVNHTTP) : Docutils (project search) : .../docutils/test/test_readers/test_pep/test_inline_markup.py
|
1 2345678910...
|