I just tried Alpine the email program from Washington University. Alpine is released under the Apache License, Version 2.0. All of the source needed to build Unix, Windows, and Web-based mail user agents is included. Alpine was developed by the department of Computing & Communications at the University of Washington. It’s as if it was based on Pine. Duh! It is. It is similar to Pine and it’s very easy to use. I didn’t notice any difference in the way I use it which is to say I like to use alpine for my gmail account. Here is what I’ve done. I got the source from the Washington website located here. I then compiled it with the normal configuration like so
./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-debug
make
and the final
make install
I’m running slackware-current as my linux distro of choice and because I have such an audience, I know that it will use all of my alloted bandwidth on westhost.com. Right?! I have produced a package with checkinstall. It it available here for your pleasure and laziness.
alpine-1.00-i386-1.tgz
I also configured it to check my gmail account. The way to do that is very simple. Let me take you through the steps.
1. Type MSLA (Main> Setup> collectionLists> Add)
2. Enter something like the following but replacing the information with your gmail account
Nickname : Gmail
Server : imap.gmail.com/ssl/user=id@gmail.com
Path :
View :
3. Let’s setup SMTP to use the gmail server. You will be able to send email from you gmail account which is very useful if you have a hostname that doesn’t resolve to your computer.
SMTP Server (for sending) = smtp.gmail.com:587/tls/user=id@gmail.com
4. I like using alpine configuration that comes out of the box. I only modified two more setting.
[X] save-will-not-delete
pruning-rule =
(*) don’t rename, don’t delete
You can setup alpine to use a password file which could contain your gmail password but I do not recommend this as it not safe and usually not recommended. If you do want to use a password file you can go read some more here about it.
That’s it. You should be able to run Alpine with your gmail account. Nice eh? If you want to setup more advance stuff like setting up two imap account and so on, check out ii.com. It is a tremendous information source.
分享到:
相关推荐
Alpine Linux是一个轻量级的Linux发行版,它以其精简、安全、快速的特点在特定领域内备受推崇。而Termux则是一个为Android平台设计的Linux环境应用,它能够让用户在没有root权限的情况下,通过模拟Linux环境来进行...
termux_alpine_ql_v2.10.13.tar(20221105113341).gz
alpine制作jre镜像需要的glibc包
offline.for.cli.26+arm64+alpine+3.20_golang-1.21.12_in_docker_20250413.tar.gz
offline.for.cli.26+amd64+alpine+3.20_golang-1.21.12_in_docker_20250413.tar.gz
Alpine.js 的一组指令和魔法属性。 关于 这个包提供了以下指令和帮助程序: 安装 在文档的<head>中,在Alpine之前包含以下[removed]标签: < script src =" # " defer > </ script > 新产品管理...
nginx 1.22.0 docker镜像包 使用说明: 1.下载该文件并上传到linux服务器 2.导入镜像docker load -i aipine-nginx.tar.gz 3.检查docker images | grep nginx 4.docker容器内目录/usr/local/nginx/{conf,logs,html},...
docker export 0b3b1b7697ca > alpine_python27_paramiko.tar 2、为了节省空间,节省流量,将 .tar文件再次压缩成 .7z 3、上传csdn空间 4、恢复使用,将 alpine_python27_paramiko.7z解压成 alpine_python27_...
此映像基于AlpineLinux,以减小尺寸,但确实存在较小的映像。包括 BASH,因为许多 Java 应用程序喜欢使用复杂的 BASH 启动脚本。由于 ORACLE JAVA 许可变更而导致的弃用感谢所有使用源自此 repo 的图像的人,感谢...
docker
alpline 编译glibc相关资源的容器
alpine-node:在Alpine Linux上构建的最小Node.js Docker镜像
docker_alpine.tar.gz
项目工程资源经过严格测试运行并且功能上ok,可复现复刻,拿到资料包后可实现复刻出一样的项目,本人系统开发经验充足(全栈),有任何使用问题欢迎随时与我联系,我会及时为您解惑,提供帮助 【资源内容】:包含...
rabbitmq-3.7.28-management-alpine 离线镜像安装包
TermuxAlpine供电 此Termux bash安装程序外壳脚本将尝试在您的Termux环境中设置Alpine Linux。安装步骤首先进入主目录cd $HOME 获取脚本curl -LO ...
docker镜像使用。
docker_alpine3.9.tar.gz
使用的是JRE不是jdk。 这个是镜像压缩包,需要用docker命令解压成镜像方可使用。算是最小的Java环境镜像。 时间过了好几年了,不知道还能不能用,下载积分调成0了,按需下载.
Alpine Linux是一个开源的、轻量级的操作系统,它是基于musl libc和busybox的,因此非常小巧、安全、高效。Alpine Linux的设计理念是“安全至上”,它的所有软件都经过了严格的安全审核,因此非常适合在安全性要求高...