CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 21 Aug 2025 06:19:38 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20091215044623
location: https://web.archive.org/web/20091215044623/https://github.com/lordnull
server-timing: captures_list;dur=0.565669, exclusion.robots;dur=0.021037, exclusion.robots.policy;dur=0.009423, esindex;dur=0.012971, cdx.remote;dur=13.919787, LoadShardBlock;dur=195.211476, PetaboxLoader3.datanode;dur=59.053214, PetaboxLoader3.resolve;dur=67.986052
x-app-server: wwwb-app216
x-ts: 302
x-tr: 241
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app216; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Thu, 21 Aug 2025 06:19:39 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Tue, 15 Dec 2009 04:46:22 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "92e213910d6ef9e224033e8ff810b463"
x-archive-orig-x-runtime: 97ms
x-archive-orig-content-length: 50544
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Tue, 15 Dec 2009 04:46:23 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Mon, 09 Nov 2009 21:09:40 GMT", ; rel="prev memento"; datetime="Mon, 09 Nov 2009 21:09:40 GMT", ; rel="memento"; datetime="Tue, 15 Dec 2009 04:46:23 GMT", ; rel="last memento"; datetime="Tue, 15 Dec 2009 04:46:23 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_13_20091215040358_crawl103-c/51_13_20091215044344_crawl101.arc.gz
server-timing: captures_list;dur=0.488833, exclusion.robots;dur=0.019826, exclusion.robots.policy;dur=0.008186, esindex;dur=0.010328, cdx.remote;dur=6.169474, LoadShardBlock;dur=218.812706, PetaboxLoader3.datanode;dur=85.482474, PetaboxLoader3.resolve;dur=265.397003, load_resource;dur=175.132414
x-app-server: wwwb-app216
x-ts: 200
x-tr: 493
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
lordnull's Profile - GitHub
Public Activity
lordnull
- You’re not logged in!
- Login
- Pricing & Signup
- Member Since
- May 28, 2009 (6 months)
Following 0 githubbers and watching 6 repositories view all →
Public Repositories (3)
-
gen_smtp
A generic SMTP server and client in Erlang that can be extended via callback modules
Forked from Vagabond/gen_smtp Thu May 28 15:18:22 -0700 2009
Last updated Tue Nov 10 13:49:39 -0800 2009
-
gen_server_mock
erlang mocking for gen_server (gen_server mock)
Forked from jashmenn/gen_server_mock Wed Aug 12 15:25:10 -0700 2009
Last updated Wed Aug 26 10:49:55 -0700 2009
-
gen_leader_revival
A project to unify various implementations of the Erlang library gen_leader into a modern, robust...
Forked from KirinDave/gen_leader_revival Wed Jun 24 09:51:43 -0700 2009
Last updated Fri Jun 26 14:37:04 -0700 2009
Public Activity 
HEAD is ba53f24f60eaf45fb3d310f39120f9f2142dc93b
x

-
Micah Warren committed ba53f24f:
mesage passing is now exiting.
HEAD is e12b3e61770c69c42d92735461cd34fa7e413ace
x

-
Micah Warren committed e12b3e61:
Fixed parse error.
HEAD is 9983853df61f39e35b772c3d64500c05ac6413ab
x

-
Micah Warren committed 9983853d:
Silencing io:formats.
HEAD is 0605d176c1b544c813246321a5bc5c389acc3ea1
x

-
Andrew Thompson committed c4eae0bb:
Default disposition should be a binary
-
Micah Warren committed c1020727:
Setting default disposition to a binary.
-
Micah Warren committed 1ae8d658:
Merge git://github.com/Vagabond/gen_smtp
-
Andrew Thompson committed a5d20f34:
Add some more strangely encoded emails to testdata
-
Andrew Thompson committed a6c897d8:
Merge branch 'master' of git://github.com/lordnull/gen_smtp
-
Andrew Thompson committed ab3e06ca:
Merge branch 'use_binaries' of git@github.com:Vagabond/gen_smtp into use_binaries
-
Andrew Thompson committed be394986:
Ignore timeout errors and keep receiving until we get a real error
-
Andrew Thompson committed 5f442361:
Resume accepting connections correctly on econnaborted
-
Andrew Thompson committed 1aa44987:
Switch to byte_size for efficency
-
Andrew Thompson committed 81178679:
Receive the email body in a child process for efficency
-
Andrew Thompson committed 927dc241:
Fix really inefficent quoted-printable and base64 decoding
-
Andrew Thompson committed 5d40bcc5:
Add binstr:all and do some minor optimizations
-
Andrew Thompson committed 6ae90ef0:
Port the mime decoder to operate on binaries (not the encoder, yet)
-
Andrew Thompson committed 195e2bcd:
Add terrible version of binstr:to_upper/lower and fix some other bugs
-
Andrew Thompson committed ddf74fa8:
Put the socket in binary mode in test setup so all the tests still run (and pass!)
-
Andrew Thompson committed e5b56e0d:
Add gen_smtp_server:session() to view the list of current sessions
-
Andrew Thompson committed d31eea74:
Fix some edgecases in binstr
-
Andrew Thompson committed c8dd7192:
Start to switch stuff over to binary mode
-
Andrew Thompson committed 1c5b37fd:
Add binstr:strip (arities of 1, 2, 3)
-
Andrew Thompson committed 340f86c7:
Add beginnings of helper library for working with binary strings
And 32 more commits...
HEAD is d76c8b5b7b537fa2daaeaa3cac4d8353774d320e
x

-
JackDanger committed 230034a7:
State#state.waitingauth can now be 'LOGIN'
-
JackDanger committed 87e60aa3:
server now begins auth-login state
-
JackDanger committed ab7c0f59:
starting implementation of SMTP-AUTH
-
JackDanger committed b472ba60:
adding two trailing newlines
-
JackDanger committed d4d2d591:
removing completely redundant case
-
JackDanger committed 2c75ed9d:
mimemail:encode now only returns encoded DATA
-
JackDanger committed 67f76ae8:
commenting out two io:format calls that repeat
-
JackDanger committed 95ffd08b:
mimemail:encode/1 now returns full message String
-
JackDanger committed 2586d6f3:
removing one more reference to an unused var
-
JackDanger committed fe8f7ab7:
wrapping a ludicrously long line
-
JackDanger committed af233608:
refactoring away an unneeded function
-
JackDanger committed 7c84d1a7:
removing calls to unused variables in mimemail
-
JackDanger committed a1f49831:
folding mimemail_encode into mimemail.erl
-
JackDanger committed f10baf40:
completed mimemail:encode/1
-
JackDanger committed 8bff2a80:
some simple message types are now properly recoded
-
JackDanger committed 4b6c2f68:
header encoding works
-
JackDanger committed 81846c3a:
beginning to write mimemail:encode function
-
JackDanger committed 7c862a2d:
commenting out to io:format calls in mimemail
-
JackDanger committed bd5c395e:
fixing unused var
-
Andrew Thompson committed 58ab2aee:
Minor tweaks
And 103 more commits...
HEAD is 45e22dff3741a43f7437038ca4f554081b9945e4
x

-
Micah Warren committed 45e22dff:
Some messages w/ unicode for testing.
This feature is coming soon. Sit tight!