Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Filter for Earthlink Address Book

by cinder_bdt (Initiate)
on Jun 02, 2002 at 17:12 UTC ( [id://171046]=CUFP: print w/replies, xml ) Need Help??

Earthlink 5.0 provides a browser-based email client with no export function. The address book is stored in ADDBOOK.DAT. I used Example 8-6 from the cookbook p.297 to dump NUL-terminated strings from the file, and chopped the stream from there to end up with a file in the form (double quote)(alias)(double quote)(space)(greater than)(smtp address)(less than)(newline) This was tested on one sample of ADDBOOK.DAT. YMMV.
C:\>perl -w strings.pl addbook.dat | perl -p -e "s#(ELNK;plist;500)##;" -e "s#(Eple;500 )(.+)$#\"$2\"#;" -e "s#\"\n#\" #g;" -e "s#[A-Za-z0-9-_@.]+$#\<$&\>#;"

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: CUFP [id://171046]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2026-05-11 15:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.