{"id":24987426,"url":"https://github.com/sergi/re-alpine","last_synced_at":"2025-04-11T23:41:10.090Z","repository":{"id":66296077,"uuid":"2181921","full_name":"sergi/re-alpine","owner":"sergi","description":"Mirror of the official re-alpine repository at sourceforge.net","archived":false,"fork":false,"pushed_at":"2011-08-09T21:48:52.000Z","size":10063,"stargazers_count":12,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-04T00:35:58.057Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://sourceforge.net/projects/re-alpine","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sergi.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-08-09T21:45:30.000Z","updated_at":"2024-08-27T16:10:17.000Z","dependencies_parsed_at":"2023-02-20T01:45:26.848Z","dependency_job_id":null,"html_url":"https://github.com/sergi/re-alpine","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergi%2Fre-alpine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergi%2Fre-alpine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergi%2Fre-alpine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergi%2Fre-alpine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sergi","download_url":"https://codeload.github.com/sergi/re-alpine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248497901,"owners_count":21113982,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-04T11:42:59.207Z","updated_at":"2025-04-11T23:41:10.059Z","avatar_url":"https://github.com/sergi.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n-----------------------------------------------------------------------\n                Alpine/Pico/Pilot/Web Alpine/Imapd Distribution\n-----------------------------------------------------------------------\n\n\n/* ====================================================================\n * Copyright 2006-2009 University of Washington\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * ====================================================================\n*/\n\nFor the latest info about Alpine, see http://www.washington.edu/alpine\n\n-----------------------------------------------------------------------\nDISTRIBUTION CONTENTS\n-----------------------------------------------------------------------\n\nThis Alpine distribution includes:\n\nalpine     - The Alpine source directory\nconfigure  - Script to set system-specific configuration, defaults\ncontrib    - Contributed ports and additions\ndoc        - Documentation directory. The main documentation is\n             tech-notes.txt\nimap\t   - Source tree containing C-Client IMAP implementation\nm4         - macros used in the configure process\npackages   - Scripts for building packages for various Linux\n             distributions\npico       - The Pico and Pilot source directory\npith       - Core functions common to Alpine/Web Alpine\npo         - localization data\nweb        - Source and scripts for web-based version of Alpine\n\nMost of the documentation is in doc/tech-notes.txt. It is not user\nlevel documentation, but there are things in it some users might find\nuseful.  The directory doc/tech-notes contains source for\ndoc/tech-notes.txt in HTML format which can be viewed via a Web\npbrowser by opening doc/tech-notes/index.html.\n\nUser level documentation for Alpine is contained in the programs\nthemselves in the form of context-sensitive help.\n\n\n-----------------------------------------------------------------------\nPRELIMINARIES\n-----------------------------------------------------------------------\n\nIf you are reading this, you have presumably succeeded in extracting\nthe distribution from the compressed tar archive file, via the\nfollowing command, or equivalent:\n\n        tar zxf alpine.tar.z\n\nSome of the instructions that follow assume that your current workding\ndirectory is the alpine-X.XX directory created by the un-tar process\nabove.\n\n\n-----------------------------------------------------------------------\nBUILD PROCESS\n-----------------------------------------------------------------------\n\nThe Alpine build process is based on GNU autotools.  On most Unix\nsystems, generating a suitable Alpine binary from the source\ndistribution should be as simple as typing the commands:\n\n        ./configure\n        make\n\nFor a list of configuration options and default Alpine settings type:\n\n       ./configure --help\n\nNote, the included UW IMAP Toolkit used for mailbox access does not\nmake use of GNU autotools.  However, in most cases Alpine's configure\nscript should set the appropriate make target and options.  The\ntargetted OS can be set from Alpine's configure command line, but in\nrare cases more significant manual intervention may be required.  If\nproblems are encountered, see imap/README for more details.\n\nThe PC-Alpine build is based on the Microsoft C compiler and\nlibraries.  The Alpine Team bases builds on Visual Studio 8 from the\ncommand line using the static build.bat batch and makefiles to\ngenerate suitable binaries.\n\nThe Web Alpine application requires a few extra, manual steps to get\nall the components built and installed.  See web/README for an\nexplanation of the various components and web/INSTALL for a basic\ninstallation recipe.\n\n\n-----------------------------------------------------------------------\nRESULTING EXECUTABLES\n-----------------------------------------------------------------------\n\nThe executables produced are:\n\n alpine The Alpine mailer. Once compiled this should work just fine on\n        your system with no other files than this binary, and no\n        modifications to your system. Optionally you may create two\n        configuration files, /usr/local/lib/pine.conf and \n        /usr/local/lib/pine.info. See the documentation for details.\n \n pico   The standalone editor similar to the Alpine message composer.\n        This is a very simple straight forward text editor.\n \n pilot  The standalone file system navigator.\n\n alpined\n        The Web Alpine serveret that is the primary component of \n\tWeb Alpine \n \n imapd  The IMAP daemon. If you want to run alpine in client/server\n        mode, this is the daemon to run on the server. Installing this\n        requires system privileges and modifications to /etc/services.\n        See doc/tech-notes for more details.\n \n mtest  The test IMAP client, an absolutely minimal mail client, useful\n        for debugging.\n\n rpload Utility for uploading a local pinerc or address book to an IMAP\n\tserver.\n\n rpdump Utility for downloading a pinerc or address book to the\n\tlocal machine.\n\n mailutil \n\tUtility for performing various operations on mailboxes,\n\tbe they local or remote.\n\nIn general \"make install\" should place alpine, pico and pilot, and\ntheir corresponding man pages, in the proper directory for your\nsystem.  As the remaining binaries are intended for specific uses or\nare a component of a larger package, their installation is typically\ndone by hand.\n\n--\nalpine.tar.z README\n$Id: README 1204 2009-02-02 19:54:23Z hubert@u.washington.edu $\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergi%2Fre-alpine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsergi%2Fre-alpine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergi%2Fre-alpine/lists"}