summaryrefslogtreecommitdiff
path: root/mail/imp4
AgeCommit message (Collapse)AuthorFilesLines
2006-03-19Watchout for shared directoriesadrianp2-5/+4
Standardise MESSAGE
2006-03-08Update to 4.1adrianp3-35/+49
> Major changes compared to the IMP H3 (4.1-RC3) version are: > * Small bugfixes. > > Major changes compared to the IMP H3 (4.0) versions are: > * User changes: > - Virtual Inbox and Virtual Trash folder. > - "Empty Spam" menu item. > - Stationery and form responses. > - Not necessary to click on "Attach" button when attaching files. > - Play sound on new mail. > - Multiple message view. > - Ability to create notes from email messages. > - Improved message previews. > - Import of photo attachments into a gallery application. > - Send notification when linked attachments are downloaded. > - Graphical representation of thread on thread view screen. > - Less intrusive notifications when expanding addresses. > - Encrypt PGP messages for all recipients in one message. > - Always send new messages in "flowed" format. > - Added Hebrew and Khmer translation. > * Administrator changes: > - Compatible with PHP 5.1. > - Auto-detection of namespace information from IMAP server. > - Permission to restrict folder creation. > - Support for changing SMTP server/port on login. > - More flexible custom email headers.
2006-02-14Tune PAX arguments for installation so that print-PLIST target is usable.seb2-10/+12
Add example configuration file to PLIST. Sort PLIST. Bump PKGREVISION to 3. Approved by maintainer.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-1/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-4/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-10-18Update imp to 4.0.4adrianp3-9/+21
From the ChangeLog: > IMP, the Internet Messaging Program, is one of the most popular webmail > applications available. It allows universal, web-based access to IMAP and > POP3 mail servers and provides a full range of features normally found only in > desktop email clients. > > Major changes compared to the IMP version H3 (4.0.4-RC2) are: > * Added warning that PGP key generation may take awhile. > * Added confirmation when reporting spam/innocent from message view. > * Fixed check for duplicate addresses when automatically saving recipients. > * Updated Finnish, German, Korean, and Slovak translations. > > Major changes compared to the IMP version H3 (4.0.4-RC1) are: > * Added entire message search to search page. > * Use "Fetch Mail" consistently in the user interface. > * Fixed warnings when expanding names with spaces. > * Updated Finnish, German, Korean, and Slovak translations. > * Minor bug fixes. > > Major changes compared to the IMP version H3 (4.0.3) are: > * Allow non-ascii searches. > * Show meeting invitations inline. > * Allow to accept invitations and add them to the calendar at once. > * Added separate confirmation page when deleting or emptying folders. > * Localized all remaining INBOX strings in the interface. > * Ensure that no maintenance tasks may be skipped. > * Fixed blank screens in Internet Explorer after failed logins. > * Minor character set related fixes. > * Improved draft saving of HTML messages. > * Work around broken c-client sort by arrival. > * Added Bosnian translation. > * A few improvements and minor bug fixes.
2005-09-28Removed trailing white-space.rillig1-3/+3
2005-09-08Fix typo (s/DEPENDS++/DEPENDS+=/) to include pear-Mail dependency.ben1-2/+2
2005-08-19Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMSjlam1-9/+9
as the INSTALL and DEINSTALL scripts no longer distinguish between the two types of files. Drop SUPPORT_FILES{,_PERMS} and modify the packages in pkgsrc accordingly.
2005-06-02Bump PKGREVISION, DEPENDS changed. (hi bouyer!)salo1-1/+2
2005-05-18- - Add in an extra depends on pear-Mailadrianp1-1/+2
2005-05-09Honor PKGDIRMODE and SHAREMODE.minskim1-2/+3
2005-05-01- update imp to 4.0.3adrianp2-6/+6
- From the ChangeLog: > ------ > v4.0.3 > ------ > > [jan] Ignore quoted text if spellchecking with aspell (Bug 1673, > kevin_myer@iu13.org). > [cjh] Fix typo in attachment.php that caused a PHP warning > (Xavier Montagutelli <xavier.montagutelli@unilim.fr>). > [mms] Correctly store all data from the compose screen when spell checking a > message (Bug 1425). > > ---------- > v4.0.3-RC1 > ---------- > > [cjh] Validate outgoing email addresses before sending mail (Bug 1543). > [mms] Added automatic detection of some mail server parameters to the test > script. > [mms] Fix Show/Hide Deleted links on search results screen (Bug 1587). > [mms] Encode attachment parameters with the same character set used in the > base message (Bug 1591). > [mms] Correctly process 'Report and Spam' and Blacklist/Whitelist additions > from a search results mailbox view. > [mms] Correctly sort the contents of the Virtual Folder. > [mms] Fix viewing mailboxes in shared hierarchies in subscribe mode in the > IMAP_Tree lists (Bug 1550). > [jan] Return to current folder after emptying the trash folder (Bug 1563). > [mms] Display the attachment expiration date when sending linked attachments. > [mms] Fix editing virtual folders from the mailbox screen (Bug 1490). > [cjh] Log logouts at the same level Horde does (Bug 1499). > [jan] Don't lose session if clicking on link after blacklisting or > whitelisting addresses (Bug 1417). > [mms] Fix refresh of folder screen when viewing unsubscribed folders. > [mms] Added optional 'delimiter' parameter to servers.php to aid login times > for certain IMAP servers (selsky@columbia.edu, Bug 1485). > [mms] Don't link emails in HTML message compositions (Bug 1472). > [mms] Make sure we can create thumbnails/convert images before prompting user. > [mms] Ensure multipart/related and multipart/alternative messages can be viewed > if not viewable inline or if they contain only one part; > multipart/related parts are now viewed with their correct charset > (Bug 1433). > [mms] Fix display of IMAP hierarchies in the folder view (Bug 1403). > [jan] Fix viewing of multipart S/MIME or PGP signed messages (Bug 1393). > [jan] Mark sent-mail checkbox when changing the sent-mail folder in the > compose screen. > [mms] Be smarter about we we consider to be downloadable/forwardable. > Make sure text isn't both forwarded and attached in a forward message. > [jan] Fix success screen after redirecting a message (Bug 1374). > [jan] Fix "undefined index" warning (Bug 1367).
2005-03-27- Update imp from 4.0.1 -> 4.0.2adrianp2-7/+6
------ v4.0.2 ------ [mms] Don't wrap flowed text in print view (Bug 1318). [jan] Don't append trailer text twice if sending a message resumed from a draft (Bug 1306). [mms] Fix display of attachment names when forwarding messages (Bug 1300). ---------- v4.0.2-RC1 ---------- [mms] Decode the contents of the preview messages. [mms] Fix reload of underlying window after entering PGP or S/MIME passphrase (Bug 1145). [cjh] Fix recompose recovery of messages written before a session timeout (Bug 1209). [mms] Don't escape 'From' at the beginning of the line in text messages. [mms] Fix 'smtphost' and 'smtpport' configuration parameters. [jan] Add batchCompose API method. [mms] Fix a (very rare) situation where a base64 encoded message is not decoded correctly in forwards/replies (Bug 1077). [mms] Fix forwarding as a digest from search folders (Bug 1263). [cjh] Fix PHP notice after forwarding a message (Bug 1283). [mms] Show, but don't activate current folder in "Move/Copy To" folder list (Bug 1240). [mms] Make sure we show container folders in the search screen folder list. [mms] Don't show address book save link for PGP and S/MIME keys if no default address book is configured (Bug 1144). [mms] Require virtual folders to have a label (Bug 1160). [jan] Speed up mailbox loading by caching processed email addresses. [jan] Fix new mail notification popups in mailbox views (Bug 876). [jan] Fix custom_login.php example script. [cjh] Don't insert entries for emails that already exist when gathering addresses from outgoing emails (Bug 1054). [jan] Fix wrapping of header in mailbox view with IE (Bug 1110).
2005-03-25- Bump to nb1adrianp1-2/+4
- Fix permissions on installed directory
2005-02-24Add RMD160 digests.agc1-1/+2
2005-02-17- Remove absolute path refernces in sample apache fragmentadrianp1-3/+3
2005-01-16IMP is a set of PHP scripts that implement an IMAP/POP based webmail system.adrianp7-0/+672
Assuming you have an account on a server that supports IMAP/POP, you can use an installation of IMP to check your mail from anywhere that you have web access. This is the 4.x branch of IMP designed to work with Horde 3.x.