json-glib: update to 1.10.6
[oi-userland.git] / components / mail / alpine / TESTING
blob0dff334f42d8e5545eb8281b75a05346afe2d377
1 IMAP_HOST=imap.email.com # hostname of IMAP server
2 SMTP_HOST=smtp.email.com # hostname of SMTP server
3 IMAP_USERNAME=username # IMAP server username
4 SMTP_USERNAME=username # SMTP server username
5 EMAIL_DOMAIN=domain name portion of your email address
6 HOST=your.server.com # your SMTP and IMAPS server
7 # alpine can not run in read-only mode and support sending email
8 # any email message changes affect the tested mailbox
9 LD_PRELOAD=libumem.so \
10         UMEM_DEBUG=adi_precise,default \
11         UMEM_LOGGING=transaction \
12         alpine -inbox-path={IMAP_HOST/user=IMAP_USERNAME/ssl/NoRsh/IMAP}inbox \
13         -user-domain=EMAIL_DOMAIN \
14         -p /tmp/.pinerc
16 1.  enter IMAP password
17 2.  check emails in the INBOX
18 3.  scroll (arrows up/down) and press enter to display an email
19 4.  return to the main menu by pressing 'm'
20 5.  press 's' for setup
21 6.  press 'c' for config
22 7.  press down arrow to SMTP Server (for sending)
23 8.  press 'c' to change
24 9.  enter SMTP_HOST/tls/user=SMTP_USERNAME and press enter
25 10. press 'e' to exit setup
26 11. press 'y' to confirm changes
27 12. press 'c' to compose new email
28 13. enter recipient email address (your email again probably)
29 14. enter subject
30 15. enter email body and press control-X
31 16. press 'y' to send the email
32 17. enter SMTP password (likely the same as IMAP one)
33 18. check the email was sent and received
34 19. press 'q' to leave alpine