summaryrefslogtreecommitdiff
path: root/mail (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Turn on mailcrypt.Steve Price1998-07-041-1/+2
| | | | Notes: svn path=/head/; revision=11723
* Initial import of mailcrypt version 3.4.Steve Price1998-07-045-0/+50
| | | | | | | | | | mailcrypt - an emacs/pgp interface PR: 6789 Submitted by: murray@cdrom.com Notes: svn path=/head/; revision=11722
* Turn on xmailbox.Steve Price1998-07-041-1/+2
| | | | Notes: svn path=/head/; revision=11721
* Initial import of xmailbox version 2.5.Steve Price1998-07-048-0/+112
| | | | | | | | | | xmailbox - mailbox checker with sound and animation for X PR: 6748 Submitted by: andy@icc.surw.chel.su Notes: svn path=/head/; revision=11720
* Add a RUN_DEPENDS on elm.Steve Price1998-07-041-1/+2
| | | | | | | | PR: 6772 Submitted by: Donald J. Maddox <dmaddox@scsn.net> Notes: svn path=/head/; revision=11709
* Make this compile again in -current.Steve Price1998-07-033-4/+20
| | | | | | | | PR: 6977 Submitted by: maintainer Notes: svn path=/head/; revision=11694
* Fix a bug in xbm2ikon.Steve Price1998-07-031-0/+9
| | | | | | | | PR: 6949 Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp> Notes: svn path=/head/; revision=11693
* MASTERSITE moved to ftp.scriptics.com.Steve Price1998-07-031-2/+2
| | | | Notes: svn path=/head/; revision=11685
* upgrade to 0.66.Jun-ichiro itojun Hagino1998-07-022-4/+4
| | | | Notes: svn path=/head/; revision=11673
* Upgrade to 2.52Andrey A. Chernov1998-07-027-61/+73
| | | | Notes: svn path=/head/; revision=11655
* path changed backAndrey A. Chernov1998-07-012-4/+4
| | | | Notes: svn path=/head/; revision=11635
* eudora goes oldAndrey A. Chernov1998-06-302-4/+4
| | | | Notes: svn path=/head/; revision=11634
* Fix longstanding bug with Content-Length counted in messages sizeAndrey A. Chernov1998-06-301-5/+54
| | | | Notes: svn path=/head/; revision=11632
* Upgrade to 3.33Andrey A. Chernov1998-06-302-3/+3
| | | | Notes: svn path=/head/; revision=11631
* Upgrade to 2.5Andrey A. Chernov1998-06-306-196/+46
| | | | Notes: svn path=/head/; revision=11630
* Enable debugging codeAndrey A. Chernov1998-06-302-4/+4
| | | | Notes: svn path=/head/; revision=11621
* Fix another place with UIDL check tooAndrey A. Chernov1998-06-301-7/+117
| | | | | | | Calculate UIDL size and lines number properly now Notes: svn path=/head/; revision=11620
* Fix two longstanding bugs with Return-Path patchAndrey A. Chernov1998-06-301-42/+87
| | | | | | | | 1) wrong mbox size calculation 2) Return-Path was _never_ sent out Notes: svn path=/head/; revision=11619
* Check password length tooAndrey A. Chernov1998-06-292-53/+82
| | | | | | | Submitted by: idea from "Aaron D. Gifford" <agifford@infowest.com> Notes: svn path=/head/; revision=11607
* Upgrade to 4.5.0Andrey A. Chernov1998-06-292-4/+4
| | | | Notes: svn path=/head/; revision=11605
* Add check for max parameter lengthAndrey A. Chernov1998-06-281-0/+72
| | | | | | | Submitted by: "Aaron D. Gifford" <agifford@infowest.com> Notes: svn path=/head/; revision=11594
* Use snprintf nowAndrey A. Chernov1998-06-281-5/+80
| | | | Notes: svn path=/head/; revision=11593
* oops, forget to add 1 for newline for max UIDL checkAndrey A. Chernov1998-06-281-1/+1
| | | | Notes: svn path=/head/; revision=11591
* Increase allowed UIDL length to 70 chars per rfc1939Andrey A. Chernov1998-06-281-1/+1
| | | | Notes: svn path=/head/; revision=11590
* Prevent overflow on too long From:Andrey A. Chernov1998-06-281-0/+20
| | | | | | | | Do not return stack buffer Submitted by: "Aaron D. Gifford" <agifford@infowest.com> Notes: svn path=/head/; revision=11589
* Reject too long X-UIDLAndrey A. Chernov1998-06-281-0/+31
| | | | Notes: svn path=/head/; revision=11588
* Fix broken code that people tries to commit again and again despite theAndrey A. Chernov1998-06-282-51/+61
| | | | | | | fact that I am this port maintainer and still alive. Notes: svn path=/head/; revision=11586
* DOH! Correct stupid brain-o with strcat() in my last commit. NowJordan K. Hubbard1998-06-281-20/+20
| | | | | | | popper should get a bit further without dumping core now. :-) Notes: svn path=/head/; revision=11576
* Well, it's always a bad idea to introduce new bugs when trying to fixJoerg Wunsch1998-06-281-1/+1
| | | | | | | | | | one... strncat(3) takes a string as its second arg, and a len as its third one, not the other way round. =:-) The ``consistency'' of the C library sucks, of course. Notes: svn path=/head/; revision=11573
* Close a missing overflow with strcat() in my original changeJordan K. Hubbard1998-06-271-4/+32
| | | | | | | | and add an extra overflow fix to pop_log.c. This is just a place-holder until Peter comes along with a more comprehensive set of patches. Notes: svn path=/head/; revision=11566
* Add -3 to len as room for \n\r\0Andrey A. Chernov1998-06-271-3/+3
| | | | Notes: svn path=/head/; revision=11565
* Deal with a potential buffer overflow problem.Jordan K. Hubbard1998-06-271-0/+41
| | | | | | | | [also, there is a problem in the repo - patch-af is marked as removed but it's not in the Attic!] Notes: svn path=/head/; revision=11557
* Remove NO_CONFIGURE and NO_PATCH, they never meant anything.Satoshi Asami1998-06-272-5/+2
| | | | Notes: svn path=/head/; revision=11552
* Activate mew-xemacs.Masafumi Max NAKANE1998-06-251-1/+2
| | | | Notes: svn path=/head/; revision=11532
* A major restructuring of mew ports to add xemacs versionsMasafumi Max NAKANE1998-06-252-42/+16
| | | | | | | | | | | ({japanese,mail}/mew-xemacs). Along the way, mew for mule with Japanese environment was renamed from japanese/mew to japanese/mew-mule (repository-copy done.) Submitted by: maintainer PR: 6533, 6588 Notes: svn path=/head/; revision=11531
* Mew port for xemacs.Masafumi Max NAKANE1998-06-253-0/+56
| | | | | | | | Submitted by: kiri@kiri.toba-cmt.ac.jp PR: 6533, 6588 Notes: svn path=/head/; revision=11528
* Upgrade to 4.121.Vanilla I. Shu1998-06-242-5/+5
| | | | Notes: svn path=/head/; revision=11511
* upgrade smtpfeed original distribution: 0.63 -> 0.65Jun-ichiro itojun Hagino1998-06-222-4/+4
| | | | Notes: svn path=/head/; revision=11484
* enable new port kbiffAndreas Klemm1998-06-141-1/+2
| | | | Notes: svn path=/head/; revision=11427
* Import of new port kbiffAndreas Klemm1998-06-145-0/+62
| | | | | | | | | | | | | | | KBiff is a mail notification utility for the KDE project. It has several advantages over much of its competition: o Pure GUI Configuration o Session Management o Panel Docking o Animated Gifs o Sounds o POP3 Support http://www.geocities.com/SiliconValley/Hills/2651/kbiff.html Notes: svn path=/head/; revision=11426
* Upgrade to 4.4.9. Add a wrapper around fetchmailconf that checksMatthew Hunt1998-06-134-4/+33
| | | | | | | | | | whether Python is installed, and emits a helpful message if it isn't. PR: 6866 Submitted by: Ville Eerola <ve@sci.fi> (wrapper by mph) Notes: svn path=/head/; revision=11415
* upgrade to 3.31Andrey A. Chernov1998-06-092-3/+3
| | | | Notes: svn path=/head/; revision=11369
* Activate wmmail.Donald Burr1998-06-081-1/+2
| | | | Notes: svn path=/head/; revision=11350
* Final phase of moving this port to mail category.Donald Burr1998-06-085-0/+31
| | | | | | | wmmail == a little mail notifier for the WindowMaker dock. Notes: svn path=/head/; revision=11349
* Put a copy of the distfile in my home directory untilSteve Price1998-06-071-2/+3
| | | | | | | | | the stable 4.1 sources are released. Suggested by: asami Notes: svn path=/head/; revision=11338
* japamese manpage path update (s/ja_JP.EUC/ja/)Jun-ichiro itojun Hagino1998-06-062-7/+7
| | | | | | | Submitted by: sada@e-mail.ne.jp (SADA Kenji) Notes: svn path=/head/; revision=11285
* Argh! The checksum changed again!Steve Price1998-06-051-1/+1
| | | | Notes: svn path=/head/; revision=11276
* update to vesion 0.26.Jun-ichiro itojun Hagino1998-06-053-10/+12
| | | | | | | | PR: 6863 Submitted by: Scott Blachowicz <scott@sabami.seaslug.org> Notes: svn path=/head/; revision=11275
* List all manpages in compressed form so this port packages.Satoshi Asami1998-06-052-4/+4
| | | | Notes: svn path=/head/; revision=11274
* poppassd -> pop3pwSteve Price1998-06-041-2/+2
| | | | | | | | PR: 6761 Submitted by: maintainer Notes: svn path=/head/; revision=11262