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 org.gjt.sp.util.Log;
/**
* Most of the method descriptions have been copied from RFC959, authors
* J. Postel and J. Reynolds, 1985. The RFC can be viewed in its entirety
* at <A HREF="http://sunsite.auc.dk/RFC/rfc/rfc959.html">http://sunsite.auc.dk/RFC/rfc/rfc959.html</A>.
Language: Java License: GPL (C) 1998, Chris Cheetham, fooware * LOC: 379 SourceForge : jEdit (project search) : .../FTP/com/fooware/net/FtpClient.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
|
* 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
|
/** BootP options */
#define DHCP_OPTION_PAD 0
#define DHCP_OPTION_SUBNET_MASK 1 /* RFC 2132 3.3 */
#define DHCP_OPTION_ROUTER 3
#define DHCP_OPTION_DNS_SERVER 6
Language: C LOC: 173 Savannah NonGNU : lwIP - A Lightweight TCP/IP stack (project search) : .../lwip/src/include/lwip/dhcp.h
|
/*
* A JavaScript implementation of the RSA Data Security, Inc. MD5 Message
* Digest Algorithm, as defined in RFC 1321.
* Copyright (C) Paul Johnston 1999 - 2000.
* Updated by Greg Holt 2000 - 2001.
Language: JavaScript LOC: 134 SourceForge : HandyNotes (project search) : .../h/handynotes/handynotes/server/md5.js
|
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
|
/* 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
|
/**
* 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
|
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 java.util.Arrays;
/** A very fast and memory efficient class to encode and decode to and from BASE64 in full accordance
* with RFC 2045.<br><br>
* On Windows XP sp1 with 1.4.2_04 and later ;), this encoder and decoder is about 10 times faster
* on small arrays (10 - 1000 bytes) and 2-3 times as fast on larger arrays (10000 - 1000000 bytes)
Language: Java (c) 2004, Mikael Grev, MiG InfoCom AB. (base64 @ miginfocom . com) LOC: 287 Rifers : RIFE (project search) : .../com/uwyn/rife/tools/Base64.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
|
const int HEADERLINE = 1;
const int USERDEFINED = 2;
const int RFC_X = 3;
enum {
MASK_FTS = 0x1000,
Language: C++ License: GPL (C) 1990-1999 Odinn Sorensen... LOC: 2626 SourceForge : GoldED+ (project search) : .../golded-plus/golded+/golded3/geline.cpp
|
if (chklen == 0) {
/* For UDP-Lite, checksum length of 0 means checksum
over the complete packet (See RFC 3828 chap. 3.1) */
chklen = p->tot_len;
} else {
Language: C (c) 2001-2004 Swedish Institute of Computer Science. LOC: 451 Savannah NonGNU : lwIP - A Lightweight TCP/IP stack (project search) : .../lwip/lwip/src/core/udp.c
|
(defvar snmp-mode-syntax-list nil
"Predefined types for SYNTAX clauses.")
(defvar snmp-rfc1155-types
'(("INTEGER") ("OCTET STRING") ("OBJECT IDENTIFIER") ("NULL") ("IpAddress")
("NetworkAddress") ("Counter") ("Gauge") ("TimeTicks") ("Opaque"))
Language: Lisp License: GPL (C) 1995, 1998, 2001, 2002, 2003, 2004, LOC: 448 Savannah GNU : emacs (project search) : .../emacs/emacs/lisp/net/snmp-mode.el
|
}
/*
Syntax, condensed from RFC 1738, and extended with the ;auth=
of RFC 2384 (for POP) and RFC 2192 (for IMAP):
url =
Language: C License: LGPL (C) 1999, 2000, 2001, 2007 Free Software Foundation, Inc. LOC: 393 Savannah GNU : GNU Mail Utilities (project search) : .../mailutils/mailutils/mailutils/mailbox/url.c
|
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
|
/* $Id: md5main.c,v 1.2 2007/05/07 11:21:46 Arabidopsis Exp $ */
/*
Independent implementation of MD5 (RFC 1321).
This code implements the MD5 Algorithm defined in RFC 1321, whose
text is available at
Language: C License: ZLL (C) 2002 Aladdin Enterprises. All rights reserved. LOC: 78 Savannah GNU : ghostscript (project search) : .../ghostscript/ghostscript/ghostscript/src/md5main.c
|
/*
The oRTP library is an RTP (Realtime Transport Protocol - rfc3550) stack.
Copyright (C) 2001 Simon MORLAT simon.morlat@linphone.org
This library is free software; you can redistribute it and/or
Language: C License: LGPL (C) 2001 Simon MORLAT simon.morlat@linphone.org LOC: 948 Savannah NonGNU : LinPhone - Telephony on Linux (project search) : .../linphone/linphone/oRTP/src/rtpsession.c
|
* "gratuitous ARP"; this is an ARP packet sent by a node in order
* to spontaneously cause other nodes to update an entry in their
* ARP cache. From RFC 3220 "IP Mobility Support for IPv4" section 4.6.
*/
if (netif->flags & NETIF_FLAG_ETHARP) {
Language: C (c) 2001-2004 Swedish Institute of Computer Science. LOC: 273 Savannah NonGNU : lwIP - A Lightweight TCP/IP stack (project search) : .../lwip/lwip/src/core/netif.c
|
*
* This is a DHCP client for the lwIP TCP/IP stack. It aims to conform
* with RFC 2131 and RFC 2132.
*
* TODO:
Language: C (c) 2001-2004 Axon Digital Design B.V., The Netherlands.... LOC: 964 Savannah NonGNU : lwIP - A Lightweight TCP/IP stack (project search) : .../lwip/lwip/src/core/dhcp.c
|
}
int
mu_rfc2047_decode (const char *tocode, const char *input, char **ptostr)
{
int status = 0;
Language: C License: LGPL (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. LOC: 204 Savannah GNU : GNU Mail Utilities (project search) : .../mailutils/mailutils/mailutils/mailbox/rfc2047.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
|
import java.io.UnsupportedEncodingException;
/* ------------------------------------------------------------ */
/** Fast B64 Encoder/Decoder as described in RFC 1421.
* <p>Does not insert or interpret whitespace as described in RFC
* 1521. If you require this you must pre/post process your data.
Language: Java License: AL20 Copyright 1999-2004 Mort Bay Consulting Pty. Ltd. LOC: 172 SourceForge : Jetty - Java HTTP Servlet Server (project search) : .../src/org/mortbay/util/B64Code.java
|
NULL
};
/* RFC 2047 "Q" Encoding */
static int
Q_decode (const char *iptr, size_t isize, char *optr, size_t osize,
Language: C License: LGPL (C) 1999, 2000, 2001, 2004, 2005, LOC: 629 Savannah GNU : GNU Mail Utilities (project search) : .../mailutils/mailutils/mailutils/mailbox/filter_trans.c
|
1 2345678910...
|